Encoding: UTF-8
Package: healthyControlsPresenceChecker
Title: Dowloads A Gene Expression Dataset From GEO And Checks If It
        Contains Data Of Healthy Controls Or Not
Version: 1.14.0
Authors@R: person("Davide", "Chicco", email = "davide.chicco@gmail.com", comment = c(ORCID = "0000-0001-9655-7142"),
                  role = c("aut", "cre"))
Description: 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/>.
BugReports: https://github.com/davidechicco/healthyControlsPresenceChecker/issues
Depends: R (>= 4.0.0)
License: GPL-3
URL: https://github.com/davidechicco/healthyControlsPresenceChecker
biocViews: GEO, RepositoryData, ExpressionData
Imports: xml2, GEOquery, geneExpressionFromGEO, magrittr
Suggests: RUnit, BiocGenerics, markdown, BiocStyle, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.1
git_url:
        https://git.bioconductor.org/packages/healthyControlsPresenceChecker
git_branch: RELEASE_3_22
git_last_commit: 2876505
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-11-06
NeedsCompilation: no
Packaged: 2025-11-06 16:23:22 UTC; biocbuild
Author: Davide Chicco [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9655-7142>)
Maintainer: Davide Chicco <davide.chicco@gmail.com>
