Description Usage Arguments Value
This function reads a GEO GSM file with a matrix of expression data. Rows are genes (or isoforms) and columns are samples. It expects a first row of column names. The first column is then used to define the rownames of the matrix.
1 | read_gsm_as_matrix(filename)
|
filename |
The path to the GSM file. It can read compressed (.gz) files. |
A matrix of gene expression values. Rows are genes/isoforms and columns are samples. Rownames are gene names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.