News and Announcements » |
Description:
The script make_otu_table.py tabulates the number of times an OTU is found in each sample, and adds the taxonomic predictions for each OTU in the last column if a taxonomy file is supplied.
Usage: make_otu_table.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
The output of make_otu_table.py is a tab-delimited text file, where the columns correspond to Samples and rows correspond to OTUs and the number of times a sample appears in a particular OTU.
Make an OTU table from an OTU map (i.e., result from pick_otus.py) and a taxonomy assignment file (i.e., result from assign_taxonomy.py). Write the output file to otu_table.txt.
make_otu_table.py -i otu_map.txt -t tax_assignments.txt -o otu_table.txt
Make an OTU table, excluding the sequences listed in chimeric_seqs.txt
make_otu_table.py -i otu_map.txt -o otu_table.txt -e chimeric_seqs.txt