standardRemoveRows {MiChip}R Documentation

Removes a standard list of features for MiChip processing

Description

Removes all empty spots, control spots, U6 RNA, non human spots from an ExpressionSet in the standard fashion. A wrapper for removeUnwantedRows

Usage

	standardRemoveRows(rawData)

Arguments

rawData

ExpressionSet containing the matrix to be filtered

Examples

#Filter standard rows from an ExpressionSet
## Not run: 
myfilterdEset <-standardRemoveRows(rawData)

## End(Not run)

[Package MiChip version 1.34.0 Index]