exprso (version 0.1.8)

modSubset: Tidy Subset Wrapper

Description

modSubset function provides a tidy wrapper for the ExprsArray subset method. pipeSubset provides a tidy wrapper for the ExprsPipeline subset method.

Usage

modSubset(object, colBy, include)

pipeSubset(object, colBy, include)

Arguments

object

An ExprsArray or ExprsPipeline object to subset.

colBy

A numeric or character index. The column that contains group annotations.

include

A character vector. Specifies which annotations in colBy to include in the subset.

Value

An ExprsArray or ExprsPipeline object.

Functions

  • pipeSubset: The ExprsPipeline analogue of modSubset.