ClonalSim
Simulation of Tumor Clonal Evolution with Realistic Sequencing Noise
Bioconductor version: 3.23 · Package version: 1.0.0
ClonalSim generates realistic mutational profiles of tumor samples with hierarchical clonal structure. It simulates founder, shared, and private mutations with biologically realistic noise models including intra-tumor heterogeneity (Beta distribution) and technical sequencing noise (negative binomial depth variation, binomial read sampling, base errors). The package is designed for benchmarking variant callers, testing clonal deconvolution algorithms, and teaching tumor heterogeneity concepts.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ClonalSim") Details
| Maintainer | Gabriele Bucci <bucci.g@gmail.com> |
| Author | Gabriele Bucci [aut, cre] (ORCID: <https://orcid.org/0000-0001-9838-7204>) |
| License | MIT + file LICENSE |
| URL | https://github.com/gbucci/ClonalSim |
| Bug Reports | https://github.com/gbucci/ClonalSim/issues |
| Downloads rank | 41 |
| Source branch | RELEASE_3_23 |
| biocViews | Coverage, DataImport, Sequencing, Software, SomaticMutation, VariantDetection, Visualization |
Documentation
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: methods, stats, utils, ggplot2, tidyr, rlang, GenomicRanges, IRanges, S4Vectors, VariantAnnotation
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, BiocStyle