Description Usage Arguments Value Author(s) See Also Examples
Prepare the oligonucleotide frequency for given Markov order.
1 | oligoFrequency(sequence, MarkovOrder = 3L, last = 1e+06)
|
sequence |
The sequences packaged in DNAStringSet, DNAString object or output of function getAllPeakSequence. |
MarkovOrder |
Markov order. |
last |
The sequence size to be analyzed. |
A numeric vector.
Jianhong Ou
See Also as oligoSummary
1 2 3 | 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.