Learn R Programming

MiChip (version 1.26.0)

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

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

Run the code above in your browser using DataLab