当前位置:网站首页>How to analyze qiime2 after obtaining picrust2 results
How to analyze qiime2 after obtaining picrust2 results
2022-07-25 19:15:00 【Liu Yongxin Adam】
author : Deaf speech and blind face
to examine :Listenlii
This article mainly solves the problem :
1、QIIME2 finish PICRUSt2 after , Only the output pathway id, How to compare to get pathway description?
2、PICRUSt2 After getting the result , How to analyze ?
1. pathway ID --- pathway description
PICRUSt2 After result output , Will get based on KEGG And MetaCyc Channel prediction .KEGG yes 2011 Year version , It is suggested not to use .
So the following introduction MetaCyc: Direct use PICRUSt2 If the software is made, it will output directly pathway description, And in the QIIME2 The following methods are needed to do it in .
Read in metacyc Downloaded from the official website pathway id And description documents
Download address :
https://metacyc.org/group?id=biocyc17-61025-3865826896
id <- read_csv("All-pathways-of-MetaCyc.txt",col_names = T)
dsct <- read_delim("All-pathways-of-MetaCyc-2.txt",col_names = T,delim = "\t") # Pay attention to read_csv There is an error in the number of rows read !
id_dsct <- cbind(id,dsct = dsct$Pathways)Save all metacyc Database pathway id And access description
write.table(id_dsct,file = "all_metacyc_id_dsct.tsv",row.names = F,col.names = T,quote = F,sep ="\t")Import pcirust2 Output result of :
1、 Export all id, Input to metacyc database ;
2、 hold id Replace with a description , Output STAMP The input file of
pic_output <- read_tsv("feature-table.biom.tsv",col_names = T)
metacyc_input <- pic_output$`OTU-ID`
write.table(metacyc_input,file = "metacyc_input.tsv",row.names = F,col.names = F,quote = F,sep ="\t")
stamp_input <- merge(pic_output,id_dsct,all.x = T,by.x = "OTU-ID",by.y = "Pathways")
write.table(stamp_input,file = "stamp_input.tsv",row.names = F,col.names = F,quote = F,sep ="\t")2. PICRUSt2 After getting the result , What more ?
The final output result is also composed data , therefore ... First of all, we know that there is no best statistical model ; secondly , Can we do all kinds of multivariate statistical analysis ? Whether the differential pathway can STAMP、ANCOM、ALDEx2 Try it all ?
How to explain depends on yourself . You can check the path you are concerned about one by one in combination with the following hierarchical tree .

At the same time, you can also create your own filtered differential path table .
Links are as follows :https://metacyc.org/smarttables
( flowers 10s After you sign up , Put the metacyc_input.tsv After import , Can generate mysmarttables, Then you can dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot dot ...
Because I'm just blind , I don't know how to use this completely smarttable, We're not going to teach you how to do it , I think it's OK to refer to the hierarchical tree above . To learn more, see this video tutorial :
https://biocyc.org/webinar.shtml)
The following figure shows how to import metacyc_input.tsv

Last , Spend most of this week on this , I hope this article can help you on the way to scientific research ;
thank “ Xiao Yu who needs encouragement ” Guidance of .
Guess you like
iMeta brief introduction Highly quoted articles High color value drawing imageGP Network analysis iNAP
iMeta Web tools Metabolism group MetOrigin Meggie cloud Lactation prediction DeepKla
iMeta review Intestinal flora Plant flora Oral flora Protein structure prediction
10000+: Flora analysis Babies and dogs Rhapsody of syphilis carry DNA Hair Nature
Series of tutorials : Introduction to microbiome Biostar Microbiome Macro genome
Expertise : Academic charts High score article Shengxin Scripture An indispensable person
Article to read : Macro genome Parasite benefits Evolutionary tree Necessary skills : put questions to Search for Endnote
Amplification analysis : Chart interpretation Analysis process Statistical mapping
16S Function prediction PICRUSt FAPROTAX Bugbase Tax4Fun
Biological science : Intestinal bacteria Life on the human body Great leap forward in life Cell warfare The mystery of human body
Written in the back
To encourage readers to communicate and quickly solve scientific research difficulties , We established “ Macro genome ” Discussion groups , There are already domestic and foreign 6000+ Researchers join . Please add editor in chief wechat meta-genomics Bring you into the group , Be sure to remark “ full name - Company - Research direction - The title / grade ”. Please indicate your identity for the senior title , There are also microorganisms at home and abroad PI Cooperation and exchange of group supply . Ask for help with technical problems , First read 《 How to ask questions gracefully 》 Learn how to solve problems , Unresolved intra group discussions , Don't talk about problems in private , Help colleagues .
Click to read the original text , Jump to the latest article catalog to read
边栏推荐
- 【阅读笔记】《深度学习》第一章:引言
- Clip can also do segmentation tasks? The University of Gottingen proposed a model clipseg that uses text and image prompt and can do three segmentation tasks at the same time, squeezing out the clip a
- Cross Site Request Forgery in PHP
- C 调的满级和玄
- 21 days proficient in typescript-4 - type inference and semantic check
- Fearless of high temperature and rainstorm, how can Youfu network protect you from worry?
- [Detr for 3D object detection] 3detr: an end to end transformer model for 3D object detection
- srec_cat 常用参数的使用
- Intouch高级报警(报警筛选)
- Pixel2mesh generates 3D meshes from a single RGB image eccv2018
猜你喜欢

Care for front-line epidemic prevention workers, Haocheng JIAYE and Gaomidian sub district office jointly build the great wall of public welfare

Microsoft azure and Analysys jointly released the report "Enterprise Cloud native platform driven digital transformation"

Korean AI team plagiarizes shock academia! One tutor with 51 students, or plagiarism recidivist

How to ensure the consistency of double write between database and cache?

基础乐理--配置和弦

Pymoo learning (5): convergence analysis

QIIME2得到PICRUSt2结果后如何分析
![[reading notes] deep learning Chapter 1: Introduction](/img/b3/58f71b032cd8f04ecf95d48281a41a.png)
[reading notes] deep learning Chapter 1: Introduction

Hongmeng - Damiao computing Sketchpad - Introduction

Wechat campus maintenance application applet graduation design finished product of applet completion work (8) graduation design thesis template
随机推荐
JS basic type reference type deep / shallow clone copy
[open source project] stm32c8t6 + ADC signal acquisition + OLED waveform display
房企打响“保交战”
With 8 years of product experience, I have summarized these practical experience of continuous and efficient research and development
[919. Complete binary tree inserter]
Cross Site Request Forgery in PHP
Huawei recruited "talented teenagers" twice this year; 5.4 million twitter account information was leaked, with a selling price of $30000; Google fired engineers who believed in AI consciousness | gee
小程序毕设作品之微信校园维修报修小程序毕业设计成品(5)任务书
[reading notes] deep learning Chapter 1: Introduction
HTTP缓存通天篇,可能有你想要的
In the first half of the year, the shipment volume has exceeded that of the whole year of last year, and centritec millimeter wave radar has "captured" the international giant
歌曲转调之后和弦如何转换
CRM configuration item command notes
JMeter performance test actual video (what are the common performance test tools)
小程序毕设作品之微信校园维修报修小程序毕业设计成品(2)小程序功能
A free image download warehouse website
【云原生之kubernetes】kubernetes集群下Secret存储对象的管理
How to prohibit the use of 360 browser (how to disable the built-in browser)
Pymoo学习 (8):Gradients
Hongmeng - Damiao computing Sketchpad - Introduction