Description Usage Arguments Details Value Author(s) Examples
This function profile the drug treated gene expression data to prepare the input for DIGREscore function.
1  | profileGeneExp(geneExp)
 | 
geneExp | 
 a data frame contains the drug treated gene expression data with each column representing one drug, and each row representing one gene. See 'geneExp.demo' for example.  | 
Gene expression is measured after cell is treated by a single compound (or negative control). Raw data (micro array or RNA-Seq) should already be log transformed to have proper scale. This function will average duplicated data with same drug name, and collapse multiple probes to gene level.
a matrix of processed gene expression data.
Jichen Yang, Sangin Lee, Minzhe Zhang(zenroute.mzhang@gmail.com)
1  | geneExpDiff <- profileGeneExp(geneExp = geneExp.demo)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.