density,PQSViews-method {pqsfinder}R Documentation

Get density vector

Description

Desity vector represents numbers of PQS (potential quadruplex forming sequences) overlapping at each position in input sequence.

Usage

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

Arguments

x

PQSViews object.

Value

Density vector.

Examples

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


[Package pqsfinder version 1.10.1 Index]