- Adapt summarizeExperiment to include errorStatistics in metadata(se)
- Modify plotPairs to ignore NAs rather than give an error when calculating correlations
- Collapsing of variable sequences is no longer supported by digestFastqs. Use collapseMutantsBySimilarity() instead
- accommodate changes in edgeR version 3.42 (Bioconductor 3.17)
- mutscan manuscript published and available at https://doi.org/10.1186/s13059-023-02967-0
- Check that reads don't exceed the maximal allowed length
- Add parameter to specify maximal read length
- Add alternative names for variants (including HGVS identifiers)
- Expand examples in function documentation
- Replace Matrix.utils::aggregate.Matrix (removed from CRAN) by DelayedArray::rowsum
- Expand FASTQ file paths automatically
- Filter out reads where the variable region is longer than the best matching WT sequence
- Add option to include identity line in pairs plots
- Select points to label in result plots based on nominal p-value
- Add option to manually set the correlation range for coloring pairs plots
- Swap to MIT license
- Include degrees of freedom in output from calculateRelativeFC
- Rename calculatePPIScore to calculateFitnessScore
- Add amino acid-related information (AA sequence, mutant name, number of mutated amino acid) to digestFastqs output, propagate through summarizeExperiment and collapseMutantsByAA.
- Add linkMultipleVariants function
- Use arithmetic instead of geometric mean for PPI calculations
- Only add names to WT sequences if they are unnamed
- Added function to calculate nearest string distances
- Changed default value of forbidden codons to ""
- Make result plots more flexible
- Propagate information about the number of mutated bases/codons in
summarizeExperiment()
- Added argument to specify the title of the QC report.
- Internal refactoring of argument checking.
- Added a
NEWS.md
file to track changes to the package. - Added the
generateQCReport()
function. - Added functions to plot results from
calculateRelativeFC()
. - Added functions to plot distributions of counts as well as total counts.