目录

healthyControlsPresenceChecker

healthyControlsPresenceChecker

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

This package allows users to verify if a specific GEO dataset contains data of healthy controls amongside data of patients.

Installation via Bioconductor

Once this package will be available on Bioconductor, it will be possibile to install it through the following commands.

Start R (version “4.1”) and enter:

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

BiocManager::install("healthyControlsPresenceChecker")

It will be possible to load the package with the following command:

library("healthyControlsPresenceChecker")

Usage

The usage of healthyControlsPresenceChecker is very easy. The main function healthyControlsCheck() reads two input arguments: the GEO accession code of the dataset for which the user wants to verify the presence of the healthy controls, and a verbose flag. For example, if the user wants to know if the GSE47407 dataset contains data of healthy controls, she/he can type on a terminal shell within the R environment:

outcomeGSE47407 <- healthyControlsCheck("GSE47407", TRUE)

The function will print all the intermediate messages, and eventually the outcomeGSE47407 variable will be true if healthy controls were found, or false otherwise.

Contacts

This software was developed by Davide Chicco, who can be contacted via email at davidechicco(AT)davidechicco.it

关于

用于检查健康对照样本在生物医学数据集中的存在性

51.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号