density,PQSViews-method {pqsfinder} | R Documentation |
Desity vector represents numbers of PQS (potential quadruplex forming sequences) overlapping at each position in input sequence.
## S4 method for signature 'PQSViews' density(x)
x |
PQSViews object. |
Density vector.
pqs <- pqsfinder(DNAString("CCCCCCGGGTGGGTGGGTGGGAAAA")) density(pqs)