knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

mobster

check-master check-development Lifecycle: stable

mobster is a package that implements a model-based approach for subclonal deconvolution of cancer genome sequencing data (Caravagna et al; PMID: 32879509).

The package integrates evolutionary theory (i.e., population) and Machine-Learning to analyze (e.g., whole-genome) bulk data from cancer samples. This analysis relates to clustering; we approach it via a maximum-likelihood formulation of Dirichlet mixture models, and use bootstrap routines to assess the confidence of the parameters. The package implements S3 objects to visualize the data and the fits.

Citation

If you use mobster, please cite:

Help and support

Installation

You can install the released version of mobster from GitHub with:

# install.packages("devtools")
devtools::install_github("caravagnalab/mobster")

Copyright and contacts

Giulio Caravagna. Cancer Data Science (CDS) Laboratory.



caravagnalab/mobster documentation built on March 25, 2023, 3:40 p.m.