Bioc2026 Registration Open!

healthyControlsPresenceChecker

Dowloads A Gene Expression Dataset From GEO And Checks If It Contains Data Of Healthy Controls Or Not

Bioconductor version: 3.23 · Package version: 1.16.0

A function that reads in the GEO accession code of a gene expression dataset, retrieves its data from GEO, and checks if data of healthy controls are present in the dataset. It returns true if healthy controls data are found, and false otherwise. GEO: Gene Expression Omnibus. ID: identifier code. The GEO datasets are downloaded from the URL <https://ftp.ncbi.nlm.nih.gov/geo/series/>.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("healthyControlsPresenceChecker")

Details

MaintainerDavide Chicco <davide.chicco@gmail.com>
AuthorDavide Chicco [aut, cre] (ORCID: <https://orcid.org/0000-0001-9655-7142>)
LicenseGPL-3
URLhttps://github.com/davidechicco/healthyControlsPresenceChecker
Bug Reportshttps://github.com/davidechicco/healthyControlsPresenceChecker/issues
Downloads rank92
Source branchRELEASE_3_23
biocViewsExperimentData, ExpressionData, GEO, RepositoryData

Download

Dependencies

Depends: R (>= 4.0.0)

Imports: xml2, GEOquery, geneExpressionFromGEO, magrittr

Suggests: RUnit, BiocGenerics, markdown, BiocStyle, knitr, rmarkdown