knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of this package is to facilitate analysis of DNA methylation data obtained from Illumina MethylationEPIC platform for multiple samples of the same tumor.
You can install the development version of intratumormeth from GitHub with:
# install.packages("devtools") devtools::install_github("fynnwi/intratumormeth")
Every stage of the analysis pipeline is described in a separate vignette (see articles):
preprocessing
: read IDAT files, extract methylation valuesquality_control
: investigate detection p-values, tumor purity, find poor quality samples and probescopynumber
: run conumee and generate CNV dataclassification
: evaluate glioma subtype and MGMT promoter methylationdimensionality_reduction
: perform PCA and t-SNE to find clustersphylogeny
: run TuMult to find phylogeny from CNV dataAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.