Learn R Programming

exprso (version 0.5.1)

modInclude: Select Features from Data

Description

modSelect selects specific features from a data set. Unlike fsInclude, this function does not update @preFilter and returns only those features stated by include.

Usage

modInclude(object, include = rownames(object@exprs))

Arguments

object

An ExprsArray object to undergo pre-processing.

include

A character vector. The names of features to include.

Value

A pre-processed ExprsArray object.