Description Usage Arguments Value
Transforms a DNAStringSet with equal length objects into a matrix of numeric representation of the oligo-nucleotides. Any oligo-nucleotide with a letter differing from A,C,G,T is represented as **NA**
1 2 |
fastas |
(DNAStringSet) of same length fasta sequences that should be converted (single DNAString also possible) |
oligo_length |
(numeric) length of the oligo-nucleotides to use. |
method |
("lookupTable") one of"as.integer", "lookupTable", "slidingView" and "memoryLimited" they are different implementations that have different speed/memory tradeoffs |
simplify |
(bool) in the case of a single fasta sequence, should a vector be returned instead of a matrix |
matrix (or vector) of numeric representation of the fastas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.