Prepare release
Toolkit to extend the functionality of SummarizedExperiment.
This is an R package.
if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") } install.packages( pkgs = "AcidExperiment", repos = c( "https://r.acidgenomics.com", BiocManager::repositories() ), dependencies = TRUE )
Configure Conda to use the Bioconda channels.
# Don't install recipe into base environment. name='r-acidexperiment' conda create --name="$name" "$name" conda activate "$name" R
R/Bioconductor 组学实验数据管理框架,用于表达矩阵、样本元数据及分析对象组织。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
AcidExperiment
Toolkit to extend the functionality of SummarizedExperiment.
Installation
This is an R package.
Conda method
Configure Conda to use the Bioconda channels.