View source: R/calculate_mean_module.R
cal_mean_module | R Documentation |
Find the mean value of the gene in each module
cal_mean_module(geneExpress, module)
geneExpress |
a data.frame of gene expression data. Each column is a sample, and each row is a gene. |
module |
a data.frame of two column. The first column is module name, the second column are genes in this module. |
a data.frame, means the mean of gene expression value in the same module
data(geneExpress)
data(module)
result <- cal_mean_module(geneExpress, module)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.