aa_comp_calculator.py
Calculate the amino acid composition of an input matrix.
aa_comp_calculator.py [OPTIONS] -i <input_matrix>
Required arguments:
-i
,--input matrix
Path to input matrix for analysis
Optional arguments:
-o
,--output <out_dir>
Path to user-defined output directory- Default:
./aa_comp_calculator_out_<M.D.Y>
- Default:
--chimera
A .tsv containing a Unique ID, higher taxonomy, and lower taxonomy for each chimera within the input matrix. The file contains three columns:- Chimera_ID 1
- Higher_Tax
- Lower_Tax
-h
,--help
Show this help message and exit
Default aa_comp_calculator.py
output:
- a directory
aa_comp_calculator_output_<M.D.Y>
that contains: - a tab separated file
aa_comp.tsv
with 21 columns:- “Taxon” - short name of taxon in dataset
- Each of the following 20 columns are labeled with the IUPAC single letter abbreviation for each standard amino acid. The values in rows are the proportion of the corresponding amino acid in the sequence data for a taxon in the input file.
AA_Composition_Hierarchical_Clustering.pdf
- a dendrogram built using pairwise distances calculated by Ward’s criterion between taxa after hierarchical clustering based on amino acid composition in pdf format Figure 7.