aa.MODE.freq | R Documentation |
Returns the frequencies of the amino acids that occur most often in each position of the sequence.
aa.MODE.freq(freq.matrix, seqlength)
freq.matrix |
Frequency matrix for amino acids. |
seqlength |
Length of the amino acid sequences |
The argument freq.matrix can be calculated using the function aa.frequency.matrix.function
A vector of frequencies for the first modal 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)
aminoAcid_firstModalFreq <- aa.MODE.freq(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.