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
| Maintainer | Davide Chicco <davide.chicco@gmail.com> |
| Author | Davide Chicco [aut, cre] (ORCID: <https://orcid.org/0000-0001-9655-7142>) |
| License | GPL-3 |
| URL | https://github.com/davidechicco/healthyControlsPresenceChecker |
| Bug Reports | https://github.com/davidechicco/healthyControlsPresenceChecker/issues |
| Downloads rank | 92 |
| Source branch | RELEASE_3_23 |
| biocViews | ExperimentData, ExpressionData, GEO, RepositoryData |
Download
Dependencies
Depends: R (>= 4.0.0)
Imports: xml2, GEOquery, geneExpressionFromGEO, magrittr
Suggests: RUnit, BiocGenerics, markdown, BiocStyle, knitr, rmarkdown