.subset_curatedTBData | R Documentation |
Subset curatedTBData based on single/multiple conditions
.subset_curatedTBData(
theObject,
annotationColName,
annotationCondition,
assayName
)
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 |
A SummarizedExperiment object containing subjects with desired annotation conditions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.