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