getPhaseSpectraEnsemble: Get the Fourier Phase Spectra for an ensemble of encoded...

Description Usage Arguments Value Examples

View source: R/afgencomp.R

Description

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.

Usage

1
getPhaseSpectraEnsemble(encodedEnsemble)

Arguments

encodedEnsemble

a list of encoded genomes that are produced using one of the encoding methods programmed in this package.

Value

A list of Phase spectra for the corresponding genomic sequences.

Examples

1
2
3
genStrings1 <- list('ACCAAGGATATTAGGACCC','CCCCAGGGAGATTTAGG','CCCGGGAGAGATTTAG');
encStrings1 <- encodeGenomes(genStrings1);
psStrings1 <- getPhaseSpectraEnsemble(encStrings1);

mathornton01/afgencomp documentation built on Dec. 21, 2021, 2:52 p.m.