View source: R/aa.count.function.R
aa.count.function | R Documentation |
Counts the number of each amino acid in each positino of the barcode.
aa.count.function(aminoAcids, seqlength)
aminoAcids |
A matrix of barcode amino acid sequences. |
seqlength |
Length of the amino acid sequences. |
The first and second column of the aminoAcid argument must contain the unique specimen identifier and the species name, respectively, followed by the amino acid sequence.
A matrix containing the number of each amino acid in each position of the sequence. Each row is a different amino acid count, while the columns represent the sequence position.
Taryn B. T. Athey and Paul D. McNicholas
## Not run: data(birds_aminoAcids)
birds_aminoAcid_count <- aa.count.function(birds_aminoAcids, 216)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.