Bioc2026 Registration Open!

RAREsim

Simulation of Rare Variant Genetic Data

Bioconductor version: 3.23 · Package version: 1.16.0

Haplotype simulations of rare variant genetic data that emulates real data can be performed with RAREsim. RAREsim uses the expected number of variants in MAC bins - either as provided by default parameters or estimated from target data - and an abundance of rare variants as simulated HAPGEN2 to probabilistically prune variants. RAREsim produces haplotypes that emulate real sequencing data with respect to the total number of variants, allele frequency spectrum, haplotype structure, and variant annotation.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("RAREsim")

Details

MaintainerRyan Barnard <rbarnard1107@gmail.com>
AuthorMegan Null [aut], Ryan Barnard [cre]
LicenseGPL-3
URLhttps://github.com/meganmichelle/RAREsim
Bug Reportshttps://github.com/meganmichelle/RAREsim/issues
Downloads rank182
Source branchRELEASE_3_23
biocViewsGenetics, Sequencing, Software, VariantAnnotation

Documentation

Download

Dependencies

Depends: R (>= 4.1.0)

Imports: nloptr

Suggests: markdown, ggplot2, BiocStyle, rmarkdown, knitr, testthat (>= 3.0.0)