oligoFrequency {ChIPpeakAnno} | R Documentation |
Prepare the oligonucleotide frequency for given Markov order.
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
oligoFrequency(DNAString("AATTCGACGTACAGATGACTAGACT"))