powered by
XStringViews
PQSViews(subject, start, width, strand, score, density)
subject
pv <- PQSViews(DNAString("CGGGCGGGGC"), 1:2, 2:3, "+", 10:11, 1:10) start(pv) width(pv) strand(pv) score(pv) density(pv)
Run the code above in your browser using DataLab