View source: R/surveyReferences.R
surveyReferences | R Documentation |
Metadata survey for all available reference datasets in the celldex package.
surveyReferences(cache = cacheDirectory(), overwrite = FALSE, latest = TRUE)
cache , overwrite |
Arguments to pass to |
latest |
Whether to only consider the latest version of each dataset. |
The returned DataFrame contains the usual suspects like the title and description for each dataset, the number of samples and types of labels, the organisms and genome builds involved, and so on. More details can be found in the Bioconductor metadata schema at https://github.com/ArtifactDB/bioconductor-metadata-index.
A DataFrame where each row corresponds to a dataset, containing various columns of metadata. Some columns may be lists to capture 1:many mappings.
Aaron Lun
searchReferences
, to search on the metadata for specific datasets.
surveyReferences()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.