powered by
Function that reads in the GEO code of a dataset, and returns the gene expression dataframe.
getGeneExpressionFromGEO(datasetGeoCode, retrieveGeneSymbols, verbose = FALSE)
a gene expression dataset.
the GEO code of a dataset.
a boolean flag stating if the function should retrieve the gene symbols or not.
a boolean flag stating if helping messages should be printed or not
# geneExpressionDF1 <- getGeneExpressionFromGEO("GSE23906", FALSE, FALSE) geneExpressionDF1 <- getGeneExpressionFromGEO(NULL, FALSE, FALSE)
Run the code above in your browser using DataLab