maxScores,PQSViews-method {pqsfinder}R Documentation

Get vector of maximal scores

Description

For each sequence position it gives the maximal score of all PQS conformations which overlap that position.

Usage

## S4 method for signature 'PQSViews'
maxScores(x)

Arguments

x

PQSViews object.

Value

Vector of maximal scores.

Examples

pqs <- pqsfinder(DNAString("CCCCCCGGGTGGGTGGGTGGGAAAA"))
maxScores(pqs)


[Package pqsfinder version 2.10.0 Index]