readExpression | R Documentation |
This is a simple wrapper for read_tsv that also deals with comments that are at the beginning of the file. If it is an expression file IdColnames simplifies column names
readExpression(expFile, IdColnames = FALSE)
expFile |
Path to a file downloaded from gemma, possibly using datasetInfo function (request = 'data'). |
IdColnames |
Logical. should column names be turned into IDs. Only valid for expression data |
A data frame that includes experiment and sample level data or a list that has experiment and sample level data as separate elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.