dot-subset_curatedTBData: Subset curatedTBData based on single/multiple conditions

.subset_curatedTBDataR Documentation

Subset curatedTBData based on single/multiple conditions

Description

Subset curatedTBData based on single/multiple conditions

Usage

.subset_curatedTBData(
  theObject,
  annotationColName,
  annotationCondition,
  assayName
)

Arguments

theObject

A SummarizedExperiment or MultiAssayExperiment object.

annotationColName

A character indicates feature of interest in the object's annotation data.

annotationCondition

A vector of character indicates conditions want to be selected.

assayName

A character indicates the name of the assay from the input object. The default is NULL. When assayName is NULL, the function selects the first assay along assay list.

Value

A SummarizedExperiment object containing subjects with desired annotation conditions.


compbiomed/curatedTBData documentation built on March 14, 2024, 2:08 p.m.