Prepare releasel
EggNOG database annotations.
if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") } install.packages( pkgs = "EggNOG", 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-eggnog' conda create --name="$name" "$name" conda activate "$name" R
用于基因功能注释和进化分析的R语言工具包
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
EggNOG
EggNOG database annotations.
Installation
R method
Conda method
Configure Conda to use the Bioconda channels.