powered by
Download metadata from GEO and SRA
get_metadata(geo_series_acc, destdir, geo_only = FALSE, download_method = "auto")
GEO series accession ID.
directory where the metadata files will be saved.
logical, whether to download GEO metadata only. Default is FALSE. If TRUE, then SRA metadata will not be downloaded.
download method for GEOquery. See 'download.file' from R package utils for details. Default is 'libcurl'.
'download.file'
a list of GEO and SRA metadata.
# NOT RUN { get_metadata(geo_series_acc="GSE102170",destdir=tempdir(), geo_only=TRUE,download_method="auto") # }
Run the code above in your browser using DataLab