bio PICRUSt 分析(16S预测功能)

本文档提供了PICRUSt (Phylogenetic Investigation of Communities by Reconstruction of Unobserved States) 的详细介绍,包括官方网址、源码地址及在线版本链接。内容覆盖了使用conda进行快速安装的方法、手动安装所需的依赖库及环境配置步骤,并指导如何下载必要的数据库文件以进行微生物群落功能预测的标准化和预测分析。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

安装教程 https://picrust.github.io/picrust/install.html#install

# conda 安装
conda install -c bioconda picrust
#下载数据库文件
download_picrust_files.py

# 手动安装 准备环境 ###########################
pip install numpy==1.5.1
##后面用到h5py
sudo apt-get install libhdf5-dev
sudo apt-get install python-h5py
##如果运行脚本遇到numpy相关的问题,更新几个相关的库
pip install --upgrade numpy scipy pandas

## github 下载解压
wget https://github.com/picrust/picrust/releases/download/1.1.0/picrust-1.1.0.tar.gz
tar -xzf picrust-1.1.0.tar.gz
cd picrust-1.1.0
#下载好的 **16S拷贝数** 及ko文件放在picrust/data文件夹
wget http://kronos.pharmacology.dal.ca/public_files/picrust/picrust_precalculated_v1.1.3/13_5/16S_13_5_precalculated.tab.gz
wget http://kronos.pharmacology.dal.ca/public_files/picrust/picrust_precalculated_v1.1.3/13_5/ko_13_5_precalculated.tab.gz
sudo python setup.py install

分析步骤 https://picrust.github.io/picrust/tutorials/metagenome_prediction.html#

  1. 标准化
  2. 预测
  3. 后面分析
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值