parseFirebrowseMetadata {psichomics}R Documentation

Query the FireBrowse API for metadata

Description

Query the FireBrowse API for metadata

Usage

parseFirebrowseMetadata(type, ...)

Arguments

type

Character: metadata to retrieve

...

Character: parameters to pass to query (optional)

Value

List with parsed response

Examples

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"))

[Package psichomics version 1.18.6 Index]