- Home
- Bioconductor 3.21
- Experiment Packages
- healthyControlsPresenceChecker
healthyControlsPresenceChecker
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see healthyControlsPresenceChecker.
Dowloads A Gene Expression Dataset From GEO And Checks If It Contains Data Of Healthy Controls Or Not
Bioconductor version: 3.21
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
Author: Davide Chicco [aut, cre] ORCID iD ORCID: 0000-0001-9655-7142
Maintainer: Davide Chicco <davide.chicco at gmail.com>
citation("healthyControlsPresenceChecker")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("healthyControlsPresenceChecker")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("healthyControlsPresenceChecker")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.