View source: R/geneExpressionFromGEO.r
getGeneExpressionFromGEO | R Documentation |
Function that reads in the GEO code of a dataset, and returns the gene expression dataframe.
getGeneExpressionFromGEO(datasetGeoCode, retrieveGeneSymbols, verbose = FALSE)
datasetGeoCode |
the GEO code of a dataset. |
retrieveGeneSymbols |
a boolean flag stating if the function should retrieve the gene symbols or not. |
verbose |
a boolean flag stating if helping messages should be printed or not |
a gene expression dataset.
geneExpressionDF1 <- getGeneExpressionFromGEO("GSE47018", FALSE, FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.