Description Usage Arguments Value Examples
View source: R/data_firebrowse.R
Query the Firebrowse API for metadata
1 |
type |
Character: metadata to retrieve |
... |
Character: parameters to pass to query (optional) |
List with parsed response
1 2 3 4 5 6 7 8 | psichomics:::parseFirebrowseMetadata("Dates")
psichomics:::parseFirebrowseMetadata("Centers")
psichomics:::parseFirebrowseMetadata("HeartBeat")
# Get the abbreviation and description of all cohorts available
psichomics:::parseFirebrowseMetadata("Cohorts")
# Get the abbreviation and description of the selected cohorts
psichomics:::parseFirebrowseMetadata("Cohorts", cohort = c("ACC", "BRCA"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.