View source: R/count.function.R
count.function | R Documentation |
Counts the number of each dNTP in each position of an aligned barcode matrix.
count.function(nucleotides, spec.no, seqlength)
nucleotides |
A matrix of aligned DNA barcode sequences. DNA sequences should start at the third column of the matrix, while the first column contains a unique specimen identifier and the second column contains the species name. |
spec.no |
The number of specimen/sequences in the nucldeotide matrix. |
seqlength |
The length of the nucleotide sequences. |
A matrix containing the number of each nucleotide in each position of the sequence. Each row is a different dNTP count, while the columns represent the sequence position.
Taryn B. T. Athey and Paul D. McNicholas
## Not run: data(birds)
Nuc.count <- count.function(birds, specimen.Number, 648)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.