Description Usage Arguments Value Examples
View source: R/Yin-DFT-Distances-R.r
Generates a matrix of size 1364 by number of samples, that will contain counts/frequencies for the first five k-mers for an ensemble of genomic signals.
1 | countFFMersEnsemble(genomicStrings, freq = FALSE)
|
genomicStrings |
A list of character strings representing the genomic signals of interest. |
freq |
Whether the user would like a vector of raw counts back or if a vector of relative frequencies. |
a 1364 by number of sequences matrix containing the first five mer counts for all of the sequences in "genomicStrings".
1 | countFFMersEnsemble(sarscvmay[1:5,]$sequences);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.