maxScores,PQSViews-method {pqsfinder} | R Documentation |
For each sequence position it gives the maximal score of all PQS conformations which overlap that position.
## S4 method for signature 'PQSViews' maxScores(x)
x |
PQSViews object. |
Vector of maximal scores.
pqs <- pqsfinder(DNAString("CCCCCCGGGTGGGTGGGTGGGAAAA")) maxScores(pqs)