getShapeScoresSlidingWindow: get DNA shape score for a set of sequences

Description Usage Arguments Value Examples

Description

get DNA shape score for a set of sequences

Usage

1
getShapeScoresSlidingWindow(seq.chars, wlen)

Arguments

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

Value

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).

Examples

1
getShapeScoresSlidingWindow("ACGATATGAACTAGACTAGTAGAGTAGAGC", 8)

ramseylab/regshape documentation built on May 26, 2019, 10:55 p.m.