ffrequency.matrix.function {VLF} | R Documentation |
Frequency Matrix
Description
Calculates the frequency of each dNTP in each position of a nucleotide count matrix.
Usage
ffrequency.matrix.function(count.matrix, seqlength)
Arguments
count.matrix |
A matrix of the counts for each dNTP from a matrix of aligned sequences. |
seqlength |
Length of sequences. |
Details
The argument count.matrix can be calculated using the function count.function.
Value
A matrix of the frequencies for each dNTP in each position of the barcode sequence.
Author(s)
Taryn B. T. Athey and Paul D. McNicholas
Examples
## 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)
[Package VLF version 1.1 Index]