Learn R Programming

geneExpressionFromGEO (version 1.3)

getGeneExpressionFromGEO: Function that reads in the GEO code of a dataset, and returns the gene expression dataframe.

Description

Function that reads in the GEO code of a dataset, and returns the gene expression dataframe.

Usage

getGeneExpressionFromGEO(datasetGeoCode, retrieveGeneSymbols, verbose = FALSE)

Value

a gene expression dataset.

Arguments

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

Examples

Run this code
# geneExpressionDF1 <- getGeneExpressionFromGEO("GSE23906", FALSE, FALSE)
geneExpressionDF1 <- getGeneExpressionFromGEO(NULL, FALSE, FALSE)

Run the code above in your browser using DataLab