modSubset function provides a tidy wrapper for the ExprsArray
subset method. pipeSubset provides a tidy wrapper for the
ExprsPipeline subset method.
modSubset(object, colBy, include)pipeSubset(object, colBy, include)
An ExprsArray or ExprsPipeline object to subset.
A numeric or character index. The column that contains group annotations.
A character vector. Specifies which annotations in colBy
to include in the subset.
An ExprsArray or ExprsPipeline object.
pipeSubset: A variant of modSubset.