Bioc2026 Registration Open!

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

MaintainerGabriele Bucci <bucci.g@gmail.com>
AuthorGabriele Bucci [aut, cre] (ORCID: <https://orcid.org/0000-0001-9838-7204>)
LicenseMIT + file LICENSE
URLhttps://github.com/gbucci/ClonalSim
Bug Reportshttps://github.com/gbucci/ClonalSim/issues
Downloads rank41
Source branchRELEASE_3_23
biocViewsCoverage, 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