View source: R/subset_curatedTBData.R
subset_curatedTBData | R Documentation |
The function selects desired samples from curatedTBData database based pre-specified conditions
subset_curatedTBData(
theObject,
annotationColName,
annotationCondition,
assayName = NULL
)
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.
obj <- curatedTBData("GSE74092", dry.run = FALSE, curated.only = TRUE)
subset_curatedTBData(obj[[1]], annotationColName = "TBStatus",
annotationCondition = c("Control","PTB"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.