View source: R/functions_pheno_data.R
extract_pheno_data | R Documentation |
Extract phenotype data from GEO or ArrayExpress depending on study identifier.
extract_pheno_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 |
All phenotype data available at GEO or ArrayExpress is returned without any modifications.
[data.frame] phenotype data for each sample and all variables provided by GEO or ArrayExpress
study.id = "GSE67785" pheno.original = extract_pheno_data( study.id = study.id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.