Description Usage Arguments Value Examples
View source: R/Yin-DFT-Distances-R.r
This is a wrapper for the getPowerSpectraSingle function, that allows for the direct return of power spectra for each of the signals in an ensemble.
1 | getPowerSpectraEnsemble(encodedEnsemble)
|
encodedEnsemble |
a list of encoded genomes that are produced using one of the encoding methods programmed in this package. |
A list of Power spectra for the corresponding genomic sequences.
1 2 3 | genStrings1 <- list('ACCAAGGATATTAGGACCC','CCCCAGGGAGATTTAGG','CCCGGGAGAGATTTAG');
encStrings1 <- encodeGenomes(genStrings1);
psStrings1 <- getPowerSpectraEnsemble(encStrings1);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.