Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 828 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 828 Bytes

MIMESIS

MIMESIS is a computational workflow to quantify and classify tumor signals in tissue and cfDNA samples.

Citation

Romagnoli, Dario et al. “MIMESIS: minimal DNA-methylation signatures to quantify and classify tumor signals in tissue and cell-free DNA samples.” Briefings in bioinformatics vol. 24,2 (2023): bbad015.

DOI:10.1093/bib/bbad015

Installation

You can install the development version of MIMESIS from GitHub with:

# install.packages("devtools")
devtools::install_github("cgplab/MIMESIS")
devtools::install_github("cgplab/PAMES")

Example

library(MIMESIS)
library(PAMES)

## basic example code
samples_subtype <- classify_samples(bc_data)
samples_purity <- get_purity(bc_data, bc_sites)