Description Usage Arguments Value Examples
This function sends a query to check whether a dataset is available or not.
1 | query_bundles(species, query, col, bundles = NULL)
|
species |
A character string matching a species of interest. |
query |
A character string, such as the SRA project accession number or the GEO series accession number |
col |
the column name to be queried, usually "SRP_accession" for SRA project accession or "GSE_accession" for GEO series accession. |
bundles |
optional table of previously downloaded bundles. |
a list of datasets that are present and absent.
1 | query_bundles("celegans", c("SRP133403","SRP133439"), col = "SRP_accession")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.