getMetadata | R Documentation |
Get all study, sample and analysis metadata for the supplied analysis accessions
getMetadata(x, ...)
## S4 method for signature 'MgnifyClient'
getMetadata(x, accession, ...)
x |
A |
... |
Optional arguments; not currently used. |
accession |
A single character value or a vector of analysis accession IDs specifying accessions to retrieve data for. |
The function retrieves all study, sample and analysis metadata associated with provided analysis accessions.
A data.frame
containing metadata for each analysis in the
accession
list. Each row represents a single analysis.
# Create a client object
mg <- MgnifyClient(useCache = FALSE)
# Download all associated study/sample and analysis metadata
accession_list <- c("MGYA00377505")
meta_dataframe <- getMetadata(mg, accession_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.