A function to filter an eSet object
Given a Bioconductor's ExpressionSet object, this function filters genes using a set of selected filters.
eSetFilter(eSet) getFilterNames() getFuncDesc(lib = "genefilter", funcs = getFilterNames()) getRdAsText(lib) parseDesc(text) parseArgs(text) showESet(eSet) setESetArgs(filter) isESet(eSet)
eSet |
|
lib |
|
funcs |
|
text |
|
filter |
|
A set of filters may be selected to filter genes in through each of the filters in the order the filters have been selected
A logical vector of length equal to the number of rows of 'expr'. The values in that vector indicate whether the corresponding row of 'expr' passed the set of filter functions.
Jianhua Zhang
if( interactive() ) { data(sample.ExpressionSet) res <- eSetFilter(sample.ExpressionSet) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.