SkillAgentSearch skills...

EDec

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.

Install / Use

/learn @BRL-BCM/EDec
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#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.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated4y ago
Forks7

Languages

R

Security Score

55/100

Audited on Feb 4, 2022

No findings