Description Usage Arguments Value Examples
View source: R/Yin-DFT-Distances-R.r
Produces a vector of the counts of all of the kmers in a particular character string representing a genetic sequence. This implementation will first replace all non-ACGT components with a gapping place holder (-) and will then proceed to count all mers present which do not contain any gaps.
1 | countKmersCertain(genomicString, k, freq = FALSE)
|
genomicString |
A genomic string in the character string format in R |
k |
The size of the kmers which the user would like to produce a count matrix for |
freq |
Return the relative proportions of kmers of that kind (default FALSE - return raw counts) |
A vector of kmer counts that contains counts for the kmers in lexicographical ordering.
1 | countKmersCertain(sarscvmay[1,]$sequences,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.