getPowerSpectraEnsemble: Get the Fourier Power Spectra for an ensemble of encoded...

Description Usage Arguments Value Examples

View source: R/afgencomp.R

Description

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.

Usage

1
getPowerSpectraEnsemble(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 Power spectra for the corresponding genomic sequences.

Examples

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

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