Description Usage Arguments Value Examples
View source: R/Yin-DFT-Distances-R.r
Uses the ensemble of strings provided by the user as a list of genomic signals and determines the optimal encoding strategy by the algorithim proposed in Yin and Yau 2015, where the distance from A,C concentration and A,G concentration to one-half are used to determine which encoding will provide the best balance among all the possible encodings.
1 | getOptimal2DStrategy(stringGenomes)
|
stringGenomes |
A list of strings representing genomic signals |
A character vector containing the name of the optimal strategy, either 'AC' or 'AG'.
1 2 | getOptimal2DStrategy(list('ACCCTTAACCAAGGAGGGAGAGTTTCCCCGGGGGAGG',
'CCCCCCACACAAACCCTTGGGGAAAACCCGGAAGGCCCCCC'));
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.