score,PQSViews-method {pqsfinder}R Documentation

Get PQS score vector

Description

Get PQS score vector

Usage

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

Arguments

x

PQSViews object.

Value

Score vector.

Examples

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


[Package pqsfinder version 2.10.0 Index]