Description Usage Arguments Details Value See Also Examples
read GSE SOFT file (contains platform annotation)
1 | read_gse_soft(soft_file, verbose = F)
|
path |
string. path to the SOFT file |
for now, we drop probes which haven't been mapped to a symbool (mapping multiple symbols is okay)
tibble or NULL. the first variable is ID_REF
(probe ID) and the second one is HUGO gene symbol
Other read raw data:
parse_gse_soft()
,
read_gse_matrix()
1 2 3 | read_gse_soft(system.file('extdata/GSE19161_family.soft.gz', package = 'rGEO'))
read_gse_soft(system.file('extdata/GSE51280_family.soft.gz', package = 'rGEO'), verbose = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.