# HG changeset patch # User iuc # Date 1495114780 14400 # Node ID fd2ec70083056887bc69049a68a3ac756e608984 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c9bf747b23b4a9d6adc20c7740b9247c22654862 diff -r 000000000000 -r fd2ec7008305 README.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Thu May 18 09:39:40 2017 -0400 @@ -0,0 +1,7 @@ +QIIME 1.9.1 Galaxy Wrapper +-------------------------- + +Note: Many of these tools output html files that will not display properly +unless sanitization is turned off in Galaxy. This can be done globally via the +`santize_all_html` option in `galaxy.ini` or on a per tool basis using the +`santize_whitelist_file` in `galaxy.ini`. diff -r 000000000000 -r fd2ec7008305 beta_diversity_through_plots_html_generation.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beta_diversity_through_plots_html_generation.py Thu May 18 09:39:40 2017 -0400 @@ -0,0 +1,63 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +import argparse +import os +import re + + +def generate_index_html(dir_list, args): + with open(args.html_file, 'w') as index_html_file: + s = "" + s += '\n' + s += '\t
\n' + s += '\t\t\tBeta diversity metrics\n' + s += '\t\t\t
\n' + s += '\t\t\tEmperor PCoA plot after jacknifed beta diversity\n' + s += '\t\t\t
+Some general rules about formatting mapping files (see here for additional details): +
SampleID | BarcodeSequence | LinkerPrimerSequence | SampleType | Year | Month | Day | Subject | ReportedAntibioticUsage | DaysSinceExperimentStart | Description | +
---|---|---|---|---|---|---|---|---|---|---|
L1S8 | AGCTGACTAGTC | GTGCCAGCMGCCGCGGTAA | gut | 2008 | 10 | 28 | 1 | Yes | 0 | 1_Fece_10_28_2008 + |
L1S140 | ATGGCAGCTCTA | GTGCCAGCMGCCGCGGTAA | gut | 2008 | 10 | 28 | 2 | Yes | 0 | 2_Fece_10_28_2008 + |
L1S57 | ACACACTATGGC | GTGCCAGCMGCCGCGGTAA | gut | 2009 | 1 | 20 | 1 | No | 84 | 1_Fece_1_20_2009 + |
L1S208 | CTGAGATACGCG | GTGCCAGCMGCCGCGGTAA | gut | 2009 | 1 | 20 | 2 | No | 84 | 2_Fece_1_20_2009 + |
L1S76 | ACTACGTGTGGT | GTGCCAGCMGCCGCGGTAA | gut | 2009 | 2 | 17 | 1 | No | 112 | 1_Fece_2_17_2009 + |
L1S105 | AGTGCGATGCGT | GTGCCAGCMGCCGCGGTAA | gut | 2009 | 3 | 17 | 1 | No | 140 | 1_Fece_3_17_2009 + |
L1S257 | CCGACTGAGATG | GTGCCAGCMGCCGCGGTAA | gut | 2009 | 3 | 17 | 2 | No | 140 | 2_Fece_3_17_2009 + |
L1S281 | CCTCTCGTGATC | GTGCCAGCMGCCGCGGTAA | gut | 2009 | 4 | 14 | 2 | No | 168 | 2_Fece_4_14_2009 + |
L2S240 | CATATCGCAGTT | GTGCCAGCMGCCGCGGTAA | left palm | 2008 | 10 | 28 | 2 | Yes | 0 | 2_L_Palm_10_28_2008 + |
L2S155 | ACGATGCGACCA | GTGCCAGCMGCCGCGGTAA | left palm | 2009 | 1 | 20 | 1 | No | 84 | 1_L_Palm_1_20_2009 + |
L2S309 | CGTGCATTATCA | GTGCCAGCMGCCGCGGTAA | left palm | 2009 | 1 | 20 | 2 | No | 84 | 2_L_Palm_1_20_2009 + |
L2S175 | AGCTATCCACGA | GTGCCAGCMGCCGCGGTAA | left palm | 2009 | 2 | 17 | 1 | No | 112 | 1_L_Palm_2_17_2009 + |
L2S204 | ATGCAGCTCAGT | GTGCCAGCMGCCGCGGTAA | left palm | 2009 | 3 | 17 | 1 | No | 140 | 1_L_Palm_3_17_2009 + |
L2S357 | CTAACGCAGTCA | GTGCCAGCMGCCGCGGTAA | left palm | 2009 | 3 | 17 | 2 | No | 140 | 2_L_Palm_3_17_2009 + |
L2S222 | CACGTGACATGT | GTGCCAGCMGCCGCGGTAA | left palm | 2009 | 4 | 14 | 1 | No | 168 | 1_L_Palm_4_14_2009 + |
L2S382 | CTCAATGACTCA | GTGCCAGCMGCCGCGGTAA | left palm | 2009 | 4 | 14 | 2 | No | 168 | 2_L_Palm_4_14_2009 + |
L3S242 | ACAGTTGCGCGA | GTGCCAGCMGCCGCGGTAA | right palm | 2008 | 10 | 28 | 1 | Yes | 0 | 1_R_Palm_10_28_2008 + |
L3S378 | ATCGATCTGTGG | GTGCCAGCMGCCGCGGTAA | right palm | 2008 | 10 | 28 | 2 | Yes | 0 | 2_R_Palm_10_28_2008 + |
L3S294 | CACGACAGGCTA | GTGCCAGCMGCCGCGGTAA | right palm | 2009 | 1 | 20 | 1 | No | 84 | 1_R_Palm_1_20_2009 + |
L4S63 | CTCGTGGAGTAG | GTGCCAGCMGCCGCGGTAA | right palm | 2009 | 1 | 20 | 2 | No | 84 | 2_R_Palm_1_20_2009 + |
L3S313 | AGTGTCACGGTG | GTGCCAGCMGCCGCGGTAA | right palm | 2009 | 2 | 17 | 1 | No | 112 | 1_R_Palm_2_17_2009 + |
L3S341 | CAAGTGAGAGAG | GTGCCAGCMGCCGCGGTAA | right palm | 2009 | 3 | 17 | 1 | No | 140 | 1_R_Palm_3_17_2009 + |
L4S112 | GCGTTACACACA | GTGCCAGCMGCCGCGGTAA | right palm | 2009 | 3 | 17 | 2 | No | 140 | 2_R_Palm_3_17_2009 + |
L3S360 | CATCGTATCAAC | GTGCCAGCMGCCGCGGTAA | right palm | 2009 | 4 | 14 | 1 | No | 168 | 1_R_Palm_4_14_2009 + |
L4S137 | GAACTGTATCTC | GTGCCAGCMGCCGCGGTAA | right palm | 2009 | 4 | 14 | 2 | No | 168 | 2_R_Palm_4_14_2009 + |
L5S104 | CAGTGTCAGGAC | GTGCCAGCMGCCGCGGTAA | tongue | 2008 | 10 | 28 | 1 | Yes | 0 | 1_Tong_10_28_2008 + |
L5S240 | CTGGACTCATAG | GTGCCAGCMGCCGCGGTAA | tongue | 2008 | 10 | 28 | 2 | Yes | 0 | 2_Tong_10_28_2008 + |
L5S155 | ATCTTAGACTGC | GTGCCAGCMGCCGCGGTAA | tongue | 2009 | 1 | 20 | 1 | No | 84 | 1_Tong_1_20_2009 + |
L6S20 | GAGGCTCATCAT | GTGCCAGCMGCCGCGGTAA | tongue | 2009 | 1 | 20 | 2 | No | 84 | 2_Tong_1_20_2009 + |
L5S174 | CAGACATTGCGT | GTGCCAGCMGCCGCGGTAA | tongue | 2009 | 2 | 17 | 1 | No | 112 | 1_Tong_2_17_2009 + |
L5S203 | CGATGCACCAGA | GTGCCAGCMGCCGCGGTAA | tongue | 2009 | 3 | 17 | 1 | No | 140 | 1_Tong_3_17_2009 + |
L6S68 | GATACGTCCTGA | GTGCCAGCMGCCGCGGTAA | tongue | 2009 | 3 | 17 | 2 | No | 140 | 2_Tong_3_17_2009 + |
L5S222 | CTAGAGACTCTT | GTGCCAGCMGCCGCGGTAA | tongue | 2009 | 4 | 14 | 1 | No | 168 | 1_Tong_4_14_2009 + |
L6S93 | GATTAGCACTCT | GTGCCAGCMGCCGCGGTAA | tongue | 2009 | 4 | 14 | 2 | No | 168 | 2_Tong_4_14_2009 |
Taxonomy Summary. Current Level: Class | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Taxonomy Summary. Current Level: Class_PC.636 | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Taxonomy Summary. Current Level: Class_PC.635 | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Taxonomy Summary. Current Level: Class_PC.356 | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Pct | Taxonomy |
77.33% | Root;k__Bacteria;p__Firmicutes |
19.33% | Root;k__Bacteria;p__Bacteroidetes |
2.67% | Root;k__Bacteria;Other |
0.67% | Root;k__Bacteria;p__Tenericutes |
Taxonomy Summary. Current Level: Class_PC.481 | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Pct | Taxonomy |
78.77% | Root;k__Bacteria;p__Firmicutes |
14.38% | Root;k__Bacteria;p__Bacteroidetes |
3.42% | Root;k__Bacteria;p__Tenericutes |
2.74% | Root;k__Bacteria;Other |
0.68% | Root;k__Bacteria;p__Actinobacteria |
Taxonomy Summary. Current Level: Class_PC.354 | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Pct | Taxonomy |
89.93% | Root;k__Bacteria;p__Firmicutes |
7.38% | Root;k__Bacteria;p__Bacteroidetes |
1.34% | Root;k__Bacteria;p__Tenericutes |
1.34% | Root;k__Bacteria;Other |
Taxonomy Summary. Current Level: Class_PC.593 | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Pct | Taxonomy |
41.61% | Root;k__Bacteria;p__Firmicutes |
38.93% | Root;k__Bacteria;p__Bacteroidetes |
14.77% | Root;k__Bacteria;p__Tenericutes |
3.36% | Root;k__Bacteria;p__Proteobacteria |
1.34% | Root;k__Bacteria;Other |
Taxonomy Summary. Current Level: Class_PC.355 | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Pct | Taxonomy |
70.07% | Root;k__Bacteria;p__Firmicutes |
28.57% | Root;k__Bacteria;p__Bacteroidetes |
1.36% | Root;k__Bacteria;Other |
Taxonomy Summary. Current Level: Class_PC.607 | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Taxonomy Summary. Current Level: Class_PC.634 | |
View Figure (.svg) View Legend (.svg) |
++ |
|
+
Taxonomy Summary. Current Level: Class | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other | 3.4% | 2.0% | 4.7% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes | 61.0% | 69.6% | 52.3% | |
Root;k__Bacteria;p__Deferribacteres | 3.0% | 4.7% | 1.3% | |
Root;k__Bacteria;p__Firmicutes | 30.3% | 20.9% | 39.6% | |
Root;k__Bacteria;p__Proteobacteria | 0.7% | 0.7% | 0.7% | |
Root;k__Bacteria;p__TM7 | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes | 1.0% | 1.4% | 0.7% |
Taxonomy Summary. Current Level: Class | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other | 3.4% | 2.0% | 4.7% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes | 61.0% | 69.6% | 52.3% | |
Root;k__Bacteria;p__Deferribacteres | 3.0% | 4.7% | 1.3% | |
Root;k__Bacteria;p__Firmicutes | 30.3% | 20.9% | 39.6% | |
Root;k__Bacteria;p__Proteobacteria | 0.7% | 0.7% | 0.7% | |
Root;k__Bacteria;p__TM7 | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes | 1.0% | 1.4% | 0.7% |
Taxonomy Summary. Current Level: Class | |
View Figure (.pdf) View Legend (.pdf) |
++ |
Taxonomy Summary. Current Level: Class_PC.636 | |
View Figure (.pdf) View Legend (.pdf) |
++ |
Taxonomy Summary. Current Level: Class_PC.635 | |
View Figure (.pdf) View Legend (.pdf) |
++ |
Taxonomy Summary. Current Level: phylum | |
View Figure (.png) View Legend (.png) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: phylum | |
View Figure (.png) View Legend (.png) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: phylum | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: phylum_PC.636 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: phylum_PC.635 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: phylum_PC.356 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: phylum_PC.481 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: phylum_PC.354 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: phylum_PC.593 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: phylum_PC.355 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: phylum_PC.607 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: phylum_PC.634 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum | |
View Figure (.png) View Legend (.png) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: Class | |
View Figure (.png) View Legend (.png) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes | 54.0% | 20.9% | 39.6% | 77.3% | 78.8% | 89.9% | 41.6% | 70.1% | 45.6% | 22.0% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 2.0% | 1.3% | |
Root;k__Bacteria;p__TM7 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 1.4% | 0.7% | 0.7% | 3.4% | 1.3% | 14.8% | 0.0% | 16.1% | 2.7% |
Taxonomy Summary. Current Level: Genus | |
View Figure (.png) View Legend (.png) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 21.8% | 46.6% | 30.9% | 17.3% | 7.5% | 5.4% | 36.2% | 13.6% | 20.1% | 18.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.5% | 16.9% | 4.7% | 0.0% | 1.4% | 1.3% | 2.7% | 12.9% | 0.0% | 27.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.5% | 1.4% | 2.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 8.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.0% | 4.1% | 13.4% | 2.0% | 4.8% | 0.7% | 0.0% | 1.4% | 7.4% | 11.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | 0.7% | 0.0% | 1.3% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.7% | 2.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 6.7% | 0.7% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 40.5% | 11.5% | 26.8% | 58.0% | 65.1% | 71.8% | 27.5% | 65.3% | 26.8% | 11.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.4% | 6.8% | 9.4% | 7.3% | 4.1% | 4.0% | 2.0% | 0.7% | 9.4% | 5.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: Phylum | |
View Figure (.png) View Legend (.png) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: Class | |
View Figure (.png) View Legend (.png) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes | 54.0% | 20.9% | 39.6% | 77.3% | 78.8% | 89.9% | 41.6% | 70.1% | 45.6% | 22.0% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 2.0% | 1.3% | |
Root;k__Bacteria;p__TM7 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 1.4% | 0.7% | 0.7% | 3.4% | 1.3% | 14.8% | 0.0% | 16.1% | 2.7% |
Taxonomy Summary. Current Level: Genus | |
View Figure (.png) View Legend (.png) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 21.8% | 46.6% | 30.9% | 17.3% | 7.5% | 5.4% | 36.2% | 13.6% | 20.1% | 18.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.5% | 16.9% | 4.7% | 0.0% | 1.4% | 1.3% | 2.7% | 12.9% | 0.0% | 27.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.5% | 1.4% | 2.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 8.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.0% | 4.1% | 13.4% | 2.0% | 4.8% | 0.7% | 0.0% | 1.4% | 7.4% | 11.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | 0.7% | 0.0% | 1.3% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.7% | 2.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 6.7% | 0.7% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 40.5% | 11.5% | 26.8% | 58.0% | 65.1% | 71.8% | 27.5% | 65.3% | 26.8% | 11.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.4% | 6.8% | 9.4% | 7.3% | 4.1% | 4.0% | 2.0% | 0.7% | 9.4% | 5.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: Phylum | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum_PC.636 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum_PC.635 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum_PC.356 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum_PC.481 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum_PC.354 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum_PC.593 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum_PC.355 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum_PC.607 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Phylum_PC.634 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
100.00% | Root;k__Bacteria |
Taxonomy Summary. Current Level: Class | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Class_PC.636 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Class_PC.635 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Class_PC.356 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
77.33% | Root;k__Bacteria;p__Firmicutes |
19.33% | Root;k__Bacteria;p__Bacteroidetes |
2.67% | Root;k__Bacteria;Other |
0.67% | Root;k__Bacteria;p__Tenericutes |
Taxonomy Summary. Current Level: Class_PC.481 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
78.77% | Root;k__Bacteria;p__Firmicutes |
14.38% | Root;k__Bacteria;p__Bacteroidetes |
3.42% | Root;k__Bacteria;p__Tenericutes |
2.74% | Root;k__Bacteria;Other |
0.68% | Root;k__Bacteria;p__Actinobacteria |
Taxonomy Summary. Current Level: Class_PC.354 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
89.93% | Root;k__Bacteria;p__Firmicutes |
7.38% | Root;k__Bacteria;p__Bacteroidetes |
1.34% | Root;k__Bacteria;p__Tenericutes |
1.34% | Root;k__Bacteria;Other |
Taxonomy Summary. Current Level: Class_PC.593 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
41.61% | Root;k__Bacteria;p__Firmicutes |
38.93% | Root;k__Bacteria;p__Bacteroidetes |
14.77% | Root;k__Bacteria;p__Tenericutes |
3.36% | Root;k__Bacteria;p__Proteobacteria |
1.34% | Root;k__Bacteria;Other |
Taxonomy Summary. Current Level: Class_PC.355 | |
View Figure (.png) View Legend (.png) |
++ |
Pct | Taxonomy |
70.07% | Root;k__Bacteria;p__Firmicutes |
28.57% | Root;k__Bacteria;p__Bacteroidetes |
1.36% | Root;k__Bacteria;Other |
Taxonomy Summary. Current Level: Class_PC.607 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Class_PC.634 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Genus | |
View Figure (.png) View Legend (.png) | |
View Figure (.png) View Legend (.png) | |
+ | |
|
+
Taxonomy Summary. Current Level: Genus_PC.636 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Genus_PC.635 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Genus_PC.356 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Genus_PC.481 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Genus_PC.354 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Genus_PC.593 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Genus_PC.355 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Genus_PC.607 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: Genus_PC.634 | |
View Figure (.png) View Legend (.png) |
++ |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes | 54.0% | 20.9% | 39.6% | 77.3% | 78.8% | 89.9% | 41.6% | 70.1% | 45.6% | 22.0% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 2.0% | 1.3% | |
Root;k__Bacteria;p__TM7 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 1.4% | 0.7% | 0.7% | 3.4% | 1.3% | 14.8% | 0.0% | 16.1% | 2.7% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli | 4.3% | 2.0% | 0.0% | 9.3% | 8.9% | 10.7% | 3.4% | 1.4% | 0.7% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia | 49.3% | 18.9% | 39.6% | 68.0% | 69.9% | 78.5% | 38.3% | 68.7% | 42.3% | 20.0% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales | 49.3% | 18.9% | 39.6% | 68.0% | 69.9% | 78.5% | 38.3% | 68.7% | 42.3% | 20.0% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39 | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 21.8% | 46.6% | 30.9% | 17.3% | 7.5% | 5.4% | 36.2% | 13.6% | 20.1% | 18.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.5% | 16.9% | 4.7% | 0.0% | 1.4% | 1.3% | 2.7% | 12.9% | 0.0% | 27.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.5% | 1.4% | 2.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 8.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.0% | 4.1% | 13.4% | 2.0% | 4.8% | 0.7% | 0.0% | 1.4% | 7.4% | 11.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | 0.7% | 0.0% | 1.3% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.7% | 2.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 6.7% | 0.7% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 40.5% | 11.5% | 26.8% | 58.0% | 65.1% | 71.8% | 27.5% | 65.3% | 26.8% | 11.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.4% | 6.8% | 9.4% | 7.3% | 4.1% | 4.0% | 2.0% | 0.7% | 9.4% | 5.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes | 54.0% | 20.9% | 39.6% | 77.3% | 78.8% | 89.9% | 41.6% | 70.1% | 45.6% | 22.0% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 2.0% | 1.3% | |
Root;k__Bacteria;p__TM7 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 1.4% | 0.7% | 0.7% | 3.4% | 1.3% | 14.8% | 0.0% | 16.1% | 2.7% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli | 4.3% | 2.0% | 0.0% | 9.3% | 8.9% | 10.7% | 3.4% | 1.4% | 0.7% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia | 49.3% | 18.9% | 39.6% | 68.0% | 69.9% | 78.5% | 38.3% | 68.7% | 42.3% | 20.0% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales | 49.3% | 18.9% | 39.6% | 68.0% | 69.9% | 78.5% | 38.3% | 68.7% | 42.3% | 20.0% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39 | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 21.8% | 46.6% | 30.9% | 17.3% | 7.5% | 5.4% | 36.2% | 13.6% | 20.1% | 18.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.5% | 16.9% | 4.7% | 0.0% | 1.4% | 1.3% | 2.7% | 12.9% | 0.0% | 27.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.5% | 1.4% | 2.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 8.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.0% | 4.1% | 13.4% | 2.0% | 4.8% | 0.7% | 0.0% | 1.4% | 7.4% | 11.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | 0.7% | 0.0% | 1.3% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.7% | 2.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 6.7% | 0.7% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 40.5% | 11.5% | 26.8% | 58.0% | 65.1% | 71.8% | 27.5% | 65.3% | 26.8% | 11.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.4% | 6.8% | 9.4% | 7.3% | 4.1% | 4.0% | 2.0% | 0.7% | 9.4% | 5.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other | 2.6% | 1.9% | 3.4% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.1% | 1.3% | |
Root;k__Bacteria;p__Bacteroidetes | 37.7% | 21.7% | 53.7% | |
Root;k__Bacteria;p__Deferribacteres | 1.4% | 0.0% | 2.9% | |
Root;k__Bacteria;p__Firmicutes | 51.8% | 71.5% | 32.0% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.7% | 1.2% | |
Root;k__Bacteria;p__TM7 | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 4.0% | 5.2% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other;Other | 2.6% | 1.9% | 3.4% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria | 0.7% | 0.1% | 1.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia | 37.7% | 21.7% | 53.7% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres | 1.4% | 0.0% | 2.9% | |
Root;k__Bacteria;p__Firmicutes;Other | 0.4% | 0.1% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli | 4.0% | 6.7% | 1.2% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia | 47.4% | 64.6% | 30.2% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria | 0.4% | 0.0% | 0.8% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria | 0.5% | 0.7% | 0.3% | |
Root;k__Bacteria;p__TM7;c__TM7-3 | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi | 4.5% | 3.9% | 5.0% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes | 0.2% | 0.1% | 0.2% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other;Other;Other | 2.6% | 1.9% | 3.4% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales | 0.7% | 0.1% | 1.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales | 37.7% | 21.7% | 53.7% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales | 1.4% | 0.0% | 2.9% | |
Root;k__Bacteria;p__Firmicutes;Other;Other | 0.4% | 0.1% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales | 0.3% | 0.0% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales | 2.9% | 5.5% | 0.2% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales | 0.9% | 1.2% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales | 47.4% | 64.6% | 30.2% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales | 0.4% | 0.0% | 0.8% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales | 0.5% | 0.7% | 0.3% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040 | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales | 4.5% | 3.9% | 5.0% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39 | 0.2% | 0.1% | 0.2% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.6% | 1.9% | 3.4% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.1% | 1.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.0% | 0.2% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 22.5% | 16.1% | 29.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.9% | 3.6% | 12.2% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.6% | 0.3% | 3.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.2% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.4% | 1.8% | 9.1% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.4% | 0.0% | 2.9% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.1% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.3% | 0.0% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 2.8% | 5.5% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.2% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 1.2% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.8% | 1.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.8% | 0.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.0% | 0.8% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 1.6% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 38.3% | 57.5% | 19.1% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.3% | 0.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.7% | 3.6% | 7.7% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.0% | 0.8% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.7% | 0.3% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.5% | 3.9% | 5.0% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.2% | 0.1% | 0.2% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other | 2.6% | 1.9% | 3.4% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.1% | 1.3% | |
Root;k__Bacteria;p__Bacteroidetes | 37.7% | 21.7% | 53.7% | |
Root;k__Bacteria;p__Deferribacteres | 1.4% | 0.0% | 2.9% | |
Root;k__Bacteria;p__Firmicutes | 51.8% | 71.5% | 32.0% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.7% | 1.2% | |
Root;k__Bacteria;p__TM7 | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 4.0% | 5.2% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other;Other | 2.6% | 1.9% | 3.4% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria | 0.7% | 0.1% | 1.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia | 37.7% | 21.7% | 53.7% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres | 1.4% | 0.0% | 2.9% | |
Root;k__Bacteria;p__Firmicutes;Other | 0.4% | 0.1% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli | 4.0% | 6.7% | 1.2% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia | 47.4% | 64.6% | 30.2% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria | 0.4% | 0.0% | 0.8% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria | 0.5% | 0.7% | 0.3% | |
Root;k__Bacteria;p__TM7;c__TM7-3 | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi | 4.5% | 3.9% | 5.0% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes | 0.2% | 0.1% | 0.2% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other;Other;Other | 2.6% | 1.9% | 3.4% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales | 0.7% | 0.1% | 1.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales | 37.7% | 21.7% | 53.7% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales | 1.4% | 0.0% | 2.9% | |
Root;k__Bacteria;p__Firmicutes;Other;Other | 0.4% | 0.1% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales | 0.3% | 0.0% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales | 2.9% | 5.5% | 0.2% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales | 0.9% | 1.2% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales | 47.4% | 64.6% | 30.2% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales | 0.4% | 0.0% | 0.8% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales | 0.5% | 0.7% | 0.3% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040 | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales | 4.5% | 3.9% | 5.0% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39 | 0.2% | 0.1% | 0.2% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | Control | Fast | ||
Legend | Taxonomy | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.6% | 1.9% | 3.4% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.1% | 1.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.0% | 0.2% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 22.5% | 16.1% | 29.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.9% | 3.6% | 12.2% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.6% | 0.3% | 3.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.2% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.4% | 1.8% | 9.1% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.4% | 0.0% | 2.9% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.1% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.3% | 0.0% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 2.8% | 5.5% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.2% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 1.2% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.8% | 1.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.8% | 0.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.0% | 0.8% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 1.6% | 0.5% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 38.3% | 57.5% | 19.1% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.3% | 0.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.7% | 3.6% | 7.7% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.0% | 0.8% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.7% | 0.3% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.2% | 0.0% | 0.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.5% | 3.9% | 5.0% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.2% | 0.1% | 0.2% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other | 2.5% | 1.3% | 1.4% | 2.7% | 2.7% | 1.3% | 4.7% | 2.0% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes | 35.9% | 7.4% | 28.6% | 19.3% | 14.4% | 38.9% | 27.5% | 65.3% | 52.3% | 69.6% | |
Root;k__Bacteria;p__Deferribacteres | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | 1.3% | 4.7% | |
Root;k__Bacteria;p__Firmicutes | 54.0% | 89.9% | 70.1% | 77.3% | 78.8% | 41.6% | 45.6% | 22.0% | 39.6% | 20.9% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 2.0% | 1.3% | 0.7% | 0.7% | |
Root;k__Bacteria;p__TM7 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 1.3% | 0.0% | 0.7% | 3.4% | 14.8% | 16.1% | 2.7% | 0.7% | 1.4% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other | 2.5% | 1.3% | 1.4% | 2.7% | 2.7% | 1.3% | 4.7% | 2.0% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia | 35.9% | 7.4% | 28.6% | 19.3% | 14.4% | 38.9% | 27.5% | 65.3% | 52.3% | 69.6% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | 1.3% | 4.7% | |
Root;k__Bacteria;p__Firmicutes;Other | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli | 4.3% | 10.7% | 1.4% | 9.3% | 8.9% | 3.4% | 0.7% | 2.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia | 49.3% | 78.5% | 68.7% | 68.0% | 69.9% | 38.3% | 42.3% | 20.0% | 39.6% | 18.9% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 1.3% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi | 4.4% | 1.3% | 0.0% | 0.0% | 3.4% | 14.8% | 15.4% | 2.7% | 0.7% | 1.4% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other | 2.5% | 1.3% | 1.4% | 2.7% | 2.7% | 1.3% | 4.7% | 2.0% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales | 35.9% | 7.4% | 28.6% | 19.3% | 14.4% | 38.9% | 27.5% | 65.3% | 52.3% | 69.6% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | 1.3% | 4.7% | |
Root;k__Bacteria;p__Firmicutes;Other;Other | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales | 0.2% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales | 3.1% | 10.7% | 1.4% | 9.3% | 2.7% | 3.4% | 0.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 2.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales | 49.3% | 78.5% | 68.7% | 68.0% | 69.9% | 38.3% | 42.3% | 20.0% | 39.6% | 18.9% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 1.3% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales | 4.4% | 1.3% | 0.0% | 0.0% | 3.4% | 14.8% | 15.4% | 2.7% | 0.7% | 1.4% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39 | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.5% | 1.3% | 1.4% | 2.7% | 2.7% | 1.3% | 4.7% | 2.0% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 21.8% | 5.4% | 13.6% | 17.3% | 7.5% | 36.2% | 20.1% | 18.7% | 30.9% | 46.6% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.5% | 1.3% | 12.9% | 0.0% | 1.4% | 2.7% | 0.0% | 27.3% | 4.7% | 16.9% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.5% | 0.0% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 8.0% | 2.7% | 1.4% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.0% | 0.7% | 1.4% | 2.0% | 4.8% | 0.0% | 7.4% | 11.3% | 13.4% | 4.1% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | 1.3% | 4.7% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.2% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 3.1% | 10.7% | 1.4% | 9.3% | 2.7% | 3.4% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 2.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.7% | 0.0% | 2.0% | 0.7% | 0.7% | 1.3% | 0.7% | 2.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.7% | 2.0% | 0.7% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | 0.0% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 0.7% | 0.7% | 0.0% | 0.0% | 6.7% | 0.0% | 2.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 40.5% | 71.8% | 65.3% | 58.0% | 65.1% | 27.5% | 26.8% | 11.3% | 26.8% | 11.5% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.4% | 4.0% | 0.7% | 7.3% | 4.1% | 2.0% | 9.4% | 5.3% | 9.4% | 6.8% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 1.3% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.4% | 1.3% | 0.0% | 0.0% | 3.4% | 14.8% | 15.4% | 2.7% | 0.7% | 1.4% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other | 2.5% | 1.3% | 1.4% | 2.7% | 2.7% | 1.3% | 4.7% | 2.0% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes | 35.9% | 7.4% | 28.6% | 19.3% | 14.4% | 38.9% | 27.5% | 65.3% | 52.3% | 69.6% | |
Root;k__Bacteria;p__Deferribacteres | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | 1.3% | 4.7% | |
Root;k__Bacteria;p__Firmicutes | 54.0% | 89.9% | 70.1% | 77.3% | 78.8% | 41.6% | 45.6% | 22.0% | 39.6% | 20.9% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 2.0% | 1.3% | 0.7% | 0.7% | |
Root;k__Bacteria;p__TM7 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 1.3% | 0.0% | 0.7% | 3.4% | 14.8% | 16.1% | 2.7% | 0.7% | 1.4% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other | 2.5% | 1.3% | 1.4% | 2.7% | 2.7% | 1.3% | 4.7% | 2.0% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia | 35.9% | 7.4% | 28.6% | 19.3% | 14.4% | 38.9% | 27.5% | 65.3% | 52.3% | 69.6% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | 1.3% | 4.7% | |
Root;k__Bacteria;p__Firmicutes;Other | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli | 4.3% | 10.7% | 1.4% | 9.3% | 8.9% | 3.4% | 0.7% | 2.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia | 49.3% | 78.5% | 68.7% | 68.0% | 69.9% | 38.3% | 42.3% | 20.0% | 39.6% | 18.9% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 1.3% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi | 4.4% | 1.3% | 0.0% | 0.0% | 3.4% | 14.8% | 15.4% | 2.7% | 0.7% | 1.4% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other | 2.5% | 1.3% | 1.4% | 2.7% | 2.7% | 1.3% | 4.7% | 2.0% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales | 35.9% | 7.4% | 28.6% | 19.3% | 14.4% | 38.9% | 27.5% | 65.3% | 52.3% | 69.6% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | 1.3% | 4.7% | |
Root;k__Bacteria;p__Firmicutes;Other;Other | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales | 0.2% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales | 3.1% | 10.7% | 1.4% | 9.3% | 2.7% | 3.4% | 0.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 2.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales | 49.3% | 78.5% | 68.7% | 68.0% | 69.9% | 38.3% | 42.3% | 20.0% | 39.6% | 18.9% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 1.3% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales | 4.4% | 1.3% | 0.0% | 0.0% | 3.4% | 14.8% | 15.4% | 2.7% | 0.7% | 1.4% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39 | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.354 | PC.355 | PC.356 | PC.481 | PC.593 | PC.607 | PC.634 | PC.635 | PC.636 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.5% | 1.3% | 1.4% | 2.7% | 2.7% | 1.3% | 4.7% | 2.0% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 21.8% | 5.4% | 13.6% | 17.3% | 7.5% | 36.2% | 20.1% | 18.7% | 30.9% | 46.6% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.5% | 1.3% | 12.9% | 0.0% | 1.4% | 2.7% | 0.0% | 27.3% | 4.7% | 16.9% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.5% | 0.0% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 8.0% | 2.7% | 1.4% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.0% | 0.7% | 1.4% | 2.0% | 4.8% | 0.0% | 7.4% | 11.3% | 13.4% | 4.1% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | 1.3% | 4.7% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.2% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 3.1% | 10.7% | 1.4% | 9.3% | 2.7% | 3.4% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 2.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.7% | 0.0% | 2.0% | 0.7% | 0.7% | 1.3% | 0.7% | 2.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.7% | 2.0% | 0.7% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | 0.0% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 0.7% | 0.7% | 0.0% | 0.0% | 6.7% | 0.0% | 2.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 40.5% | 71.8% | 65.3% | 58.0% | 65.1% | 27.5% | 26.8% | 11.3% | 26.8% | 11.5% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.7% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.4% | 4.0% | 0.7% | 7.3% | 4.1% | 2.0% | 9.4% | 5.3% | 9.4% | 6.8% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 1.3% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.4% | 1.3% | 0.0% | 0.0% | 3.4% | 14.8% | 15.4% | 2.7% | 0.7% | 1.4% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes | 54.0% | 20.9% | 39.6% | 77.3% | 78.8% | 89.9% | 41.6% | 70.1% | 45.6% | 22.0% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 2.0% | 1.3% | |
Root;k__Bacteria;p__TM7 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 1.4% | 0.7% | 0.7% | 3.4% | 1.3% | 14.8% | 0.0% | 16.1% | 2.7% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli | 4.3% | 2.0% | 0.0% | 9.3% | 8.9% | 10.7% | 3.4% | 1.4% | 0.7% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia | 49.3% | 18.9% | 39.6% | 68.0% | 69.9% | 78.5% | 38.3% | 68.7% | 42.3% | 20.0% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales | 49.3% | 18.9% | 39.6% | 68.0% | 69.9% | 78.5% | 38.3% | 68.7% | 42.3% | 20.0% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39 | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 21.8% | 46.6% | 30.9% | 17.3% | 7.5% | 5.4% | 36.2% | 13.6% | 20.1% | 18.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.5% | 16.9% | 4.7% | 0.0% | 1.4% | 1.3% | 2.7% | 12.9% | 0.0% | 27.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.5% | 1.4% | 2.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 8.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.0% | 4.1% | 13.4% | 2.0% | 4.8% | 0.7% | 0.0% | 1.4% | 7.4% | 11.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | 0.7% | 0.0% | 1.3% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.7% | 2.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 6.7% | 0.7% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 40.5% | 11.5% | 26.8% | 58.0% | 65.1% | 71.8% | 27.5% | 65.3% | 26.8% | 11.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.4% | 6.8% | 9.4% | 7.3% | 4.1% | 4.0% | 2.0% | 0.7% | 9.4% | 5.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% | 100.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes | 54.0% | 20.9% | 39.6% | 77.3% | 78.8% | 89.9% | 41.6% | 70.1% | 45.6% | 22.0% | |
Root;k__Bacteria;p__Proteobacteria | 0.9% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 2.0% | 1.3% | |
Root;k__Bacteria;p__TM7 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes | 4.6% | 1.4% | 0.7% | 0.7% | 3.4% | 1.3% | 14.8% | 0.0% | 16.1% | 2.7% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli | 4.3% | 2.0% | 0.0% | 9.3% | 8.9% | 10.7% | 3.4% | 1.4% | 0.7% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia | 49.3% | 18.9% | 39.6% | 68.0% | 69.9% | 78.5% | 38.3% | 68.7% | 42.3% | 20.0% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales | 35.9% | 69.6% | 52.3% | 19.3% | 14.4% | 7.4% | 38.9% | 28.6% | 27.5% | 65.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales | 49.3% | 18.9% | 39.6% | 68.0% | 69.9% | 78.5% | 38.3% | 68.7% | 42.3% | 20.0% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39 | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |
Taxonomy Summary. Current Level: | |
View Figure (.pdf) View Legend (.pdf) |
++ |
View Table (.txt) |
Total | PC.636 | PC.635 | PC.356 | PC.481 | PC.354 | PC.593 | PC.355 | PC.607 | PC.634 | ||
Legend | Taxonomy | % | % | % | % | % | % | % | % | % | % |
Root;k__Bacteria;Other;Other;Other;Other | 2.5% | 2.0% | 4.7% | 2.7% | 2.7% | 1.3% | 1.3% | 1.4% | 4.7% | 2.0% | |
Root;k__Bacteria;p__Actinobacteria;c__Actinobacteria;o__Coriobacteriales;f__Coriobacteriaceae | 0.7% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 2.0% | 2.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;Other | 0.1% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__ | 21.8% | 46.6% | 30.9% | 17.3% | 7.5% | 5.4% | 36.2% | 13.6% | 20.1% | 18.7% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Bacteroidaceae | 7.5% | 16.9% | 4.7% | 0.0% | 1.4% | 1.3% | 2.7% | 12.9% | 0.0% | 27.3% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Porphyromonadaceae | 1.5% | 1.4% | 2.7% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.0% | 8.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Prevotellaceae | 0.1% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Bacteroidetes;c__Bacteroidia;o__Bacteroidales;f__Rikenellaceae | 5.0% | 4.1% | 13.4% | 2.0% | 4.8% | 0.7% | 0.0% | 1.4% | 7.4% | 11.3% | |
Root;k__Bacteria;p__Deferribacteres;c__Deferribacteres;o__Deferribacterales;f__Deferribacteraceae | 1.3% | 4.7% | 1.3% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | 3.3% | |
Root;k__Bacteria;p__Firmicutes;Other;Other;Other | 0.4% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Bacillales;f__Staphylococcaceae | 0.2% | 2.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Lactobacillaceae | 3.1% | 0.0% | 0.0% | 9.3% | 2.7% | 10.7% | 3.4% | 1.4% | 0.0% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Lactobacillales;f__Streptococcaceae | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Bacilli;o__Turicibacterales;f__Turicibacteraceae | 0.9% | 0.0% | 0.0% | 0.0% | 6.2% | 0.0% | 0.0% | 0.0% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;Other | 0.9% | 0.0% | 2.0% | 2.0% | 0.7% | 0.7% | 0.7% | 0.0% | 1.3% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__ | 0.6% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.7% | 2.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Catabacteriaceae | 0.4% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 2.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiaceae | 1.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 6.7% | 0.7% | 0.0% | 2.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Clostridiales Family XIII. Incertae Sedis | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.7% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Lachnospiraceae | 40.5% | 11.5% | 26.8% | 58.0% | 65.1% | 71.8% | 27.5% | 65.3% | 26.8% | 11.3% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Peptococcaceae | 0.3% | 0.0% | 0.7% | 0.0% | 0.0% | 0.7% | 0.7% | 0.0% | 0.7% | 0.0% | |
Root;k__Bacteria;p__Firmicutes;c__Clostridia;o__Clostridiales;f__Ruminococcaceae | 5.4% | 6.8% | 9.4% | 7.3% | 4.1% | 4.0% | 2.0% | 0.7% | 9.4% | 5.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Deltaproteobacteria;o__Desulfovibrionales;f__Desulfovibrionaceae | 0.4% | 0.7% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 1.3% | |
Root;k__Bacteria;p__Proteobacteria;c__Epsilonproteobacteria;o__Campylobacterales;f__Helicobacteraceae | 0.5% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 3.4% | 0.0% | 1.3% | 0.0% | |
Root;k__Bacteria;p__TM7;c__TM7-3;o__CW040;f__F16 | 0.1% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 1.3% | |
Root;k__Bacteria;p__Tenericutes;c__Erysipelotrichi;o__Erysipelotrichales;f__Erysipelotrichaceae | 4.4% | 1.4% | 0.7% | 0.0% | 3.4% | 1.3% | 14.8% | 0.0% | 15.4% | 2.7% | |
Root;k__Bacteria;p__Tenericutes;c__Mollicutes;o__RF39;f__ | 0.1% | 0.0% | 0.0% | 0.7% | 0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% |