powered by
Calculates the frequency of each dNTP in each position of a nucleotide count matrix.
ffrequency.matrix.function(count.matrix, seqlength)
A matrix of the frequencies for each dNTP in each position of the barcode sequence.
A matrix of the counts for each dNTP from a matrix of aligned sequences.
Length of sequences.
Taryn B. T. Athey and Paul D. McNicholas
The argument count.matrix can be calculated using the function count.function.
if (FALSE) #Nucleotide VLF analysis data(birds) Nuc.count <- count.function(birds, specimen.Number, 648) frequency.matrix <- ffrequency.matrix.function(Nuc.count, 648)
Run the code above in your browser using DataLab