Description Usage Arguments Value Examples
View source: R/Yin-DFT-Distances-R.r
Generates a vector of counts (or frequencies) for the first five k-mers (ie. 1-mers, 2-mers, ..., 5-mers) and returns the vector concatenated together.
1 | countMersCertainFirstFive(genomicString, freq = FALSE)
|
genomicString |
The character string version of the genomic signal which the user wishes to produce the kmer vector for. |
freq |
Whether the user would like a vector of raw counts back or if a vector of relative frequencies. |
a 1364 length vector containing counts/frequencies for first five mers
1 | countMersCertainFirstFive(sarscvmay[1,]$sequences,FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.