Description Usage Arguments Details Value See Also Examples
read GSE series matrix file (contains expression data)
1 | read_gse_matrix(matrix_file)
|
path |
string. path to the matrix file |
For now, we assume that the only special value in input file is ” (empty, you may search \\t\\t
), i.e., no Inf
, NaN
, NA
, etc. And we don't collect sample meta data.
tibble or NULL. the first variable is ID_REF
(probe ID), others are gene expression value of each sample
Other read raw data:
parse_gse_soft()
,
read_gse_soft()
1 | read_gse_matrix(system.file('extdata/GSE51280_series_matrix.txt.gz', package = 'rGEO'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.