Learn R Programming

GeoTcgaData (version 0.2.4)

cal_mean_module: 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

module

a data.frame

Value

a matrix, means the mean of gene expression value in the same module

Examples

Run this code
# NOT RUN {
result <- cal_mean_module(geneExpress,module)
# }

Run the code above in your browser using DataLab