Skip to content
/ EDec Public

EDec (Epigenomic Deconvolution) is a technique that, starting from methylation and gene expression profiles of bulk tissue samples, infers cell type composition of each input sample as well as DNA methylation and gene transcription profiles of constituent cell types.

License

Notifications You must be signed in to change notification settings

BRL-BCM/EDec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Installing EDec in R You can install EDec straght from github. To install it:

1. If you haven't already done so, instal the devtools library.

install.packages("devtools")

2. Install the EDec package.

devtools::install_github("BRL-BCM/EDec")

3. Load the EDec package.

library(EDec)

#EDec user manual The reference manual for the EDec package can be found here.

#EDec example application A example of an application of the EDec package can be found here.

About

EDec (Epigenomic Deconvolution) is a technique that, starting from methylation and gene expression profiles of bulk tissue samples, infers cell type composition of each input sample as well as DNA methylation and gene transcription profiles of constituent cell types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages