parseFirebrowseMetadata {psichomics} | R Documentation |
Query the Firebrowse web API for metadata
parseFirebrowseMetadata(type, ...) parseFirehoseMetadata(type, ...) parseTCGAmetadata(type, ...)
type |
Character: metadata to retrieve |
... |
Character: parameters to pass to query (optional) |
List with parsed response
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"))