doVariableSelection: a function to do variable selection on expression matrices.

View source: R/do_variable_selection.R

doVariableSelectionR Documentation

a function to do variable selection on expression matrices.

Description

This funtino will I.e. remove genes with low variation It returns a vector of row ids to keep. Note, rownames() must be specified.

Usage

doVariableSelection(exprMat, removeLowVaryingGenes)

Arguments

exprMat

a matrix of expression levels, rows contain genes and columns contain samples.

removeLowVaryingGenes

the proportion of low varying genes to be removed.

Value

a vector of row ids to keep


SiYangming/pRRophetic documentation built on July 13, 2022, 10:36 p.m.