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

View source: R/healthyControPresenceChecker.r

healthyControlsCheckR Documentation

Function that reads in the GEO code of a dataset, and returns true if there's at least a feature containing the healthy controls.

Description

Function that reads in the GEO code of a dataset, and returns true if there's at least a feature containing the healthy controls.

Usage

healthyControlsCheck(datasetGeoCode, verbose = FALSE)

Arguments

datasetGeoCode

the GEO code of a dataset.

verbose

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

Value

a boolean value

Examples

healthyControlsCheckGSE3268Outcome <- healthyControlsCheck("GSE3268", FALSE)
healthyControlsCheckGSE58831Outcome <- healthyControlsCheck("GSE58831", TRUE)

davidechicco/healthyControlsPresenceChecker documentation built on Jan. 29, 2024, 3:25 p.m.