Description Usage Arguments Details Value See Also Examples
parse GSE SOFT file (contains platform annotation)
1 | parse_gse_soft(soft_file, verbose = T)
|
path |
string. path to the SOFT file |
for now, we drop probes which haven't been mapped to a symbool (mapping to multiple symbols is okay).
list
accession: string. platform accession
info: tibble. chip column name information
table: tibble. chip annotation
Other read raw data:
read_gse_matrix()
,
read_gse_soft()
1 2 3 | parse_gse_soft(system.file('extdata/GSE19161_family.soft.gz', package = 'rGEO'), verbose = F)
parse_gse_soft(system.file('extdata/GSE51280_family.soft.gz', package = 'rGEO'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.