eSetFilter: A function to filter an eSet object

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/eSetFilter.R

Description

Given a Bioconductor's ExpressionSet object, this function filters genes using a set of selected filters.

Usage

1
2
3
4
5
6
7
8
9

Arguments

eSet

eSet an ExpressionSet object

lib

lib a character string for the name of an R library where functions of interests reside

funcs

funcs a vector of character strings for names of functions of interest

text

text a character of string from a filed (e. g. description, argument, ..) filed of an Rd file for a fucntion

filter

filter a character string for the name of a filter function

Details

A set of filters may be selected to filter genes in through each of the filters in the order the filters have been selected

Value

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.

Author(s)

Jianhua Zhang

See Also

genefilter

Examples

1
2
3
4
 if( interactive() ) {
   data(sample.ExpressionSet)      
   res <- eSetFilter(sample.ExpressionSet)
 }

Example output



genefilter documentation built on Jan. 23, 2021, 2:01 a.m.