View source: R/healthyControPresenceChecker.r
healthyControlsCheck | R 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.
healthyControlsCheck(datasetGeoCode, verbose = FALSE)
datasetGeoCode |
the GEO code of a dataset. |
verbose |
a boolean flag stating if helping messages should be printed or not |
a boolean value
healthyControlsCheckGSE3268Outcome <- healthyControlsCheck("GSE3268", FALSE)
healthyControlsCheckGSE58831Outcome <- healthyControlsCheck("GSE58831", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.