View source: R/ffrequency.matrix.function.R
ffrequency.matrix.function | R Documentation |
Calculates the frequency of each dNTP in each position of a nucleotide count matrix.
ffrequency.matrix.function(count.matrix, seqlength)
count.matrix |
A matrix of the counts for each dNTP from a matrix of aligned sequences. |
seqlength |
Length of sequences. |
The argument count.matrix can be calculated using the function count.function.
A matrix of the frequencies for each dNTP in each position of the barcode sequence.
Taryn B. T. Athey and Paul D. McNicholas
## Not run: #Nucleotide VLF analysis
data(birds)
Nuc.count <- count.function(birds, specimen.Number, 648)
frequency.matrix <- ffrequency.matrix.function(Nuc.count, 648)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.