Description Usage Arguments Value Author(s) See Also Examples
View source: R/getGSEDataTables.R
In some cases, instead of individual sample records (GSM) containing information regarding sample phenotypes, the GEO Series contains that information in an attached data table. And example is given by GSE3494 where there are two data tables with important information contained within them. Using getGEO with the standard parameters downloads the GSEMatrix file which, unfortunately, does not contain the information in the data tables. This function simply downloads the “header” information from the GSE record and parses out the data tables into R data.frames.
1 | getGSEDataTables(GSE)
|
GSE |
The GSE identifier, such as “GSE3494”. |
A list of data.frames.
Sean Davis <sdavis2@mail.nih.gov>
1 2 | dfl = getGSEDataTables("GSE3494")
lapply(dfl,head)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.