Description Usage Arguments Value Examples
get DNA shape score for a set of sequences
1 | getShapeScoresSlidingWindow(seq.chars, wlen)
|
seq.chars |
A character string composed of "A", "C", "G", or "T" characters |
wlen |
A positive integer indicating the window size (in bp) for computing the DNA shape based voting fraction score for the regulatory element classifier |
a vector of voting fraction scores in the range [0-1], for the DNA shape-based regulatory element classifier, at each position of the sliding window (length of the vector is nchar(seq.chars) - wlen + 1).
1 | getShapeScoresSlidingWindow("ACGATATGAACTAGACTAGTAGAGTAGAGC", 8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.