powered by
This function facilitates a visual inspection of multiple sequence alignment (MSA) position variablity.
barplotshow(position, AA_variation)
A number of column of alignment to be visualized
A percentage frequency of amino acids in the alignment, calculated with calculate_AA_variation function
calculate_AA_variation
This function produces a barchart
# NOT RUN { data("small_alignment") position = 100 threshold = 0.01 var_aa = calculate_AA_variation(small_alignment,threshold) barplotshow(position, var_aa) # }
Run the code above in your browser using DataLab