View source: R/curatedTBData.R
curatedTBData | R Documentation |
A function to access available curated tuberculosis transcriptomic data from the Bioconductor's ExperimentHub services
curatedTBData(study_name, dry.run = TRUE, curated.only = TRUE)
study_name |
A character or vector of characters that contain name
of the studies. When |
dry.run |
Boolean. Indicate the whether downloading resources from the
ExperimentHub services.
If |
curated.only |
Boolean. Indicate whether downloading resources
for the curated version.
If |
A list
of
MultiAssayExperiment
objects.
curatedTBData("GSE39939", dry.run = TRUE)
curatedTBData(c("GSE39939", "GSE39940"), dry.run = FALSE, curated.only = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.