ChIPpeakAnno (version 3.6.5)

oligoFrequency: get the oligonucleotide frequency

Description

Prepare the oligonucleotide frequency for given Markov order.

Usage

oligoFrequency(sequence, MarkovOrder = 3L, last = 1e+06)

Arguments

sequence
The sequences packaged in DNAStringSet, DNAString object or output of function getAllPeakSequence.
MarkovOrder
Markov order.
last
The sequence size to be analyzed.

Value

A numeric vector.

See Also

See Also as oligoSummary

Examples

Run this code
    oligoFrequency(DNAString("AATTCGACGTACAGATGACTAGACT"))

Run the code above in your browser using DataCamp Workspace