You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bunch of 16S rRNA sequencing data from microbial communities across different root zones in rice and across different rice fields. This variation provided by this experiment should allow me form clusters of microbes that are potentially interacting. Understanding why these microbes are clustering is difficult though.
Thankfully, someone else has formed a database of microbes and given these microbes different KEGG categories based on their taxonomies and how well these traits are phylogenetically linked to these taxa. http://picrust.github.io/picrust/
Basically, I want to make a pipeline to
Cluster the 16S count data into clusters
Count up KEGG categories for the taxa in each cluster
Look for enrichment of KEGG categories in each cluster
I want to do all this in python.
The text was updated successfully, but these errors were encountered:
I have a bunch of 16S rRNA sequencing data from microbial communities across different root zones in rice and across different rice fields. This variation provided by this experiment should allow me form clusters of microbes that are potentially interacting. Understanding why these microbes are clustering is difficult though.
Thankfully, someone else has formed a database of microbes and given these microbes different KEGG categories based on their taxonomies and how well these traits are phylogenetically linked to these taxa. http://picrust.github.io/picrust/
Basically, I want to make a pipeline to
I want to do all this in python.
The text was updated successfully, but these errors were encountered: