aa.MODE | R Documentation |
Calculates the amino acid sequence that occurs most often in a matrix of amino acid sequences
aa.MODE(freq.matrix, seqlength)
freq.matrix |
Freuqncy matrix for amino acids. |
seqlength |
Length of amino acid sequences. |
The argument freq.matrix can be calculated using the function aa.frequency.matrix.function
A vector containing the amino acid sequence that occurs most often.
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)
aminoAcid_Modal <- aa.MODE(aminoAcid_frequency.Matrix, 216)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.