View source: R/aa.frequency.matrix.function.R
aa.frequency.matrix.function | R Documentation |
Calculates the frequency of each amino acid.
aa.frequency.matrix.function(aa.count, seqlength)
aa.count |
A matrix containing the number of each amino acid in each position. |
seqlength |
The length of the amino acid sequence |
The aa.count argument can be calculated using the function aa.count.function
A matrix of the frequencies for each amino acid in each position of the barcode sequence.
Taryn B. T. Athey and Paul D. McNicholas
## Not run: data(birds_aminoAcids)
birds_aminoAcid_count <- aa.count.function(birds_aminoAcids, 216)
aminoAcid_frequency.Matrix <- aa.frequency.matrix.function(birds_aminoAcid_count, 216)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.