powered by
Calculates the frequency of each amino acid.
aa.frequency.matrix.function(aa.count, seqlength)
A matrix of the frequencies for each amino acid in each position of the barcode sequence.
A matrix containing the number of each amino acid in each position.
The length of the amino acid sequence
Taryn B. T. Athey and Paul D. McNicholas
The aa.count argument can be calculated using the function aa.count.function
if (FALSE) data(birds_aminoAcids) birds_aminoAcid_count <- aa.count.function(birds_aminoAcids, 216) aminoAcid_frequency.Matrix <- aa.frequency.matrix.function(birds_aminoAcid_count, 216)
Run the code above in your browser using DataLab