Skip to content

R/BioC package to estimate the cell composition of whole blood in DNA methylation samples in microarray or sequencing platforms

Notifications You must be signed in to change notification settings

GMFranceschini/methylCC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

methylCC

Citation

Hicks SC, Irizarry RA. (2019). Genome Biology 20, 261. https://doi.org/10.1186/s13059-019-1827-8

Why use methylCC?

This is a package to estimate the cell composition of whole blood in DNA methylation measured on any platform technology (e.g. Illumina 450K microarray, whole genome bisulfite sequencing (WGBS) and reduced representation bisulfite sequencing (RRBS)).

For help with the methylCC R-package, there is a vignette available in the /vignettes folder.

Installing methylCC

The R-package methylCC can be installed from Github using the R package devtools:

Use to install the latest version of methylCC from Github:

library(devtools)
install_github("stephaniehicks/methylCC")

It can also be installed using Bioconductor:

# install BiocManager from CRAN (if not already installed)
if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")

# install methylCC package
BiocManager::install("methylCC")

After installation, the package can be loaded into R.

library(methylCC)

Bug reports

Report bugs as issues on the GitHub repository

Authors

About

R/BioC package to estimate the cell composition of whole blood in DNA methylation samples in microarray or sequencing platforms

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%