oligoFrequency | R Documentation |
Prepare the oligonucleotide frequency for given Markov order.
oligoFrequency(sequence, MarkovOrder = 3L)
sequence |
The sequences packaged in DNAStringSet, DNAString object or output of function getAllPeakSequence. |
MarkovOrder |
Markov order. |
A numeric vector.
Jianhong Ou
See Also as oligoSummary
library(seqinr)
library(Biostrings)
oligoFrequency(DNAString("AATTCGACGTACAGATGACTAGACT"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.