News and Announcements » |
Description:
This script compares the alpha diversity of entries in a rarefaction file after they have been grouped based on some category found in the mapping file based on a t_two_sample test.
Usage: compare_alpha_diversity.py [options]
Input Arguments:
Note
[REQUIRED]
Output:
Explanation:Inputs: mapping file lines (lines of a mapping file which associates to each OTU/sample a number of characteristics, given as file path), rarefaction file lines (lines of a rarefaction file that has scores for each OTU/sample based on a certain rarefaction depth, given as a file path), depth (the depth score of the rarefaction file to use), category (the category to compare OTU/samples on), output file path (a path to the output file).:
compare_alpha_diversity.py -i PD_whole_tree.txt -m map.txt -c Treatment -d 100 -o PD_d100.txt