Get all study, sample and analysis metadata for the supplied analysis accessions
Source:R/AllGenerics.R
, R/getMetadata.R
getMetadata.Rd
Get all study, sample and analysis metadata for the supplied analysis accessions
Value
A data.frame
containing metadata for each analysis in the
accession
list. Each row represents a single analysis.
Details
The function retrieves all study, sample and analysis metadata associated with provided analysis accessions.
Examples
# 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)
#> Fetching metadata...
#>
|
| | 0%
|
|======================================================================| 100%