News and Announcements » |
Description:
The steps performed by this script are: Summarize OTU by Category (optional, pass -c); Summarize Taxonomy; and Plot Taxonomy Summary
Usage: summarize_taxa_through_plots.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
The results of this script is a folder (specified by -o) containing taxonomy summary files (at different levels) and a folder containing taxonomy summary plots. Additionally, if a mapping_catgory is supplied there will be a summarized OTU table. The primary interface for this output are the OUTPUT_DIR/taxa_summary_plots/*html files which are interactive plots that can be opened in a web browser (see the mouse-overs for interactivity).
Plot taxa summaries for all samples:
summarize_taxa_through_plots.py -o taxa_summary -i otu_table.biom -m Fasting_Map.txt
Plot taxa summaries on a categorical basis:
Alternatively, the user can supply a mapping_category, where the OTU is summarized based on a sample metadata category:
summarize_taxa_through_plots.py -o taxa_summary_by_treatment -i otu_table.biom -m Fasting_Map.txt -c Treatment