Learn R Programming

RCSL (version 0.99.95)

GenesFilter: Perform the step of gene filtering to normalizaed gene expression data

Description

Perform the step of gene filtering to normalizaed gene expression data

Usage

GenesFilter(data, gfRatio = 0.025)

Arguments

data

the normalized gene expression matrix

gfRatio

the ratio of genes filtering

Value

the gene expression matrix after genes filtering gfData

Examples

Run this code
# NOT RUN {
GenesFilter(yan[1:100,1:15])

# }

Run the code above in your browser using DataLab