View source: R/functions_meta_data.R
extract_meta_data | R Documentation |
Extract meta data from GEO or ArrayExpress depending on study identifier.
extract_meta_data(study.id, temp.dir = tempdir(), platform = NULL)
study.id |
[character(1)] study identifier (GSEXXX for GEO, E-MTAB-XXX for ArrayExpress) |
temp.dir |
[character(1)] directory where temporary files should be stored |
platform |
[character(1)] platform to be selected in GEO studies which use several platforms |
Different meta data information is available at GEO and ArrayExpress.
[list] meta data (content depending on information available at GEO or ArrayExpress)
meta.data.l = extract_meta_data(study.id = "GSE67785")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.