strand,PQSViews-method {pqsfinder}R Documentation

Get PQS strand vector

Description

Get PQS strand vector

Usage

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

Arguments

x

PQSViews object.

Value

Strand vector.

Examples

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


[Package pqsfinder version 2.6.0 Index]