MutSeqR 0.99.2 (2025-09-15)
Preparing for Bioconductor release. This change removes bmd_toxicR from the package. ToxicR dependency is not supported by Bioconductor. See ToxicR_archive branch for bmd_toxicr function. Modifies signature_fitting() to use SigProfilerMatrixGenerator python dependency rather than R dependency.
MutSeqR 0.99.1 (2025-08-13)
Preparing for Bioconductor release. This change adds MutSeqRData to suggests, and alters how the examples are run (now depends on the ExperimentHub accessions).
MutSeqR 0.99.0 (2025-06-19)
Initial public version.
Major changes
- Added
filter_mut()to workflow: germline identification viavaf_cutoff, region filtering, and depth correction now occur here instead of the import functions. -
calculate_mut_freq()is renamed tocalculate_mf(). -
calculate_mf()no longer requires depth; users may:- calculate depth from mutation data,
- supply a separate depth table, or
- omit depth entirely (only mutation counts returned).
-
correct_depthoption moved tocalculate_mf(). -
plot_spectra(),plot_trinucleotide(), andspectra_comparison()now usemf_datainstead of raw mutations. - Output options added: VCF, FASTA, SigProfiler-compatible format, Excel workbook.
- Example dataset (~44MB) added.
New features
-
render_report()added for standardized summary reporting.
Other
- Removed
custom_regionsparameter; replaced by generalizedregionsargument. - Public release 🎉
- See the vignette for details.
