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

Description Usage Arguments Value Examples

View source: R/geneExpressionFromGEO.r

Description

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

Usage

1
getGeneExpressionFromGEO(datasetGeoCode, retrieveGeneSymbols, verbose = FALSE)

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

Value

a gene expression dataset.

Examples

1
geneExpressionDF1 <- getGeneExpressionFromGEO("GSE3268", FALSE, FALSE)

geneExpressionFromGEO documentation built on Dec. 16, 2021, 9:06 a.m.