Description Usage Arguments Value Examples
View source: R/Yin-DFT-Distances-R.r
Will produce a list of either the 4D or the 2D representation of a set of signals and return them in a list.
1 | encodeGenomes(stringGenomes, dimension = "2D")
|
stringGenomes |
is a list containing the genomes in a string format |
dimension |
is a character string either '2D' or '4D'. |
A list containing matrixes of various column length, but either 2 or 4 rows.
1 2 3 4 | encodeGenomes(list('ACCCCAATTAGAGGGACTTTGGGAACCGGAGAT','GGCCCAGAGGGAAACCGGT'),
'2D');
encodeGenomes(list('ACCCCAATTAGAGGGACTTTGGGAACCGGAGAT','GGCCCAGAGGGAAACCGGT'),
'4D');
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.