Add support for 19 release
PANTHER database annotations.
if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") } install.packages( pkgs = "PANTHER", 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-panther' conda create --name="$name" "$name" conda activate "$name" R
PANTHER 数据库注释工具,用于功能分类与基因注释信息获取。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
PANTHER
PANTHER database annotations.
Installation
R method
Conda method
Configure Conda to use the Bioconda channels.