Learn R Programming

geneExpressionFromGEO (version 1.3)

getDatasetFeaturesFromGEOcode: Function that reads in the GEO code of a dataset, and returns the complete gene expression dataframe by printing its features (if requested).

Description

Function that reads in the GEO code of a dataset, and returns the complete gene expression dataframe by printing its features (if requested).

Usage

getDatasetFeaturesFromGEOcode(GSE_code, verbose = FALSE)

Value

a complete gene expression dataset.

Arguments

GSE_code

the GEO code of a dataset.

verbose

a boolean flag stating if helping messages should be printed or not

Examples

Run this code
# geneExpressionDF <- getDatasetFeaturesFromGEOcode("GSE23906", FALSE)
geneExpressionDF <- getDatasetFeaturesFromGEOcode(NULL, FALSE)

Run the code above in your browser using DataLab