cal_mean_module: Find the mean value of the gene in each module

View source: R/calculate_mean_module.R

cal_mean_moduleR Documentation

Find the mean value of the gene in each module

Description

Find the mean value of the gene in each module

Usage

cal_mean_module(geneExpress, module)

Arguments

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.

Value

a data.frame, means the mean of gene expression value in the same module

Examples

data(geneExpress)
data(module)
result <- cal_mean_module(geneExpress, module)

huerqiang/GeoTcgaData documentation built on March 21, 2024, 1:42 a.m.