tuberculosis | R Documentation |
To find or get tuberculosis gene expression data, users will use the
tuberculosis
function. The dryrun
argument allows users to test a query
prior to returning resources. When dryrun = TRUE
, the function will print
the names of matching resources as a message and return them invisibly as a
character vector. When dryrun = FALSE
, the function will either download
resources from ExperimentHub
or load them from the user’s local cache. If a
resource has multiple creation dates, the most recent is selected by default;
add a date to override this behavior.
tuberculosis(pattern, dryrun = TRUE)
pattern |
regular expression pattern to look for in the titles of resources available in tuberculosis; "." will return all resources |
dryrun |
if TRUE (the default), a character vector of resource names is returned invisibly; if FALSE, a list of resources is returned |
if dryrun = TRUE, a character vector of resource names is returned invisibly; if dryrun = FALSE, a list of resources is returned
tuberculosis("GSE103147")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.