parse_gsm_list | R Documentation |
Lots of GSEs now use "characteristics_ch*"
meta header data for key-value
pairs of annotation. If that is the case, this simply cleans the GSM
GEOSoft
@meta slot up and transforms the keys to column names and the
values to column values.
parse_gsm_list(gsm_list)
gsm_list |
A list of GEOSoft, especially for @gsm slot in a |
a data.frame whose rows are samples and columns are the sample infos
gse201530_soft <- rgeo::get_geo(
"GSE201530",
dest_dir = tempdir(),
gse_matrix = FALSE
)
rgeo::parse_gsm_list(rgeo::gsm(gse201530_soft))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.