Learn R Programming

pqsfinder (version 1.0.2)

density,PQSViews-method: Get density vector

Description

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

Usage

## S3 method for class 'PQSViews':
density(x)

Arguments

x
PQSViews object

Value

  • Density vector

Examples

Run this code
pqs <- pqsfinder(DNAString("CCCCCCGGGTGGGTGGGTGGGAAAA"))
density(pqs)

Run the code above in your browser using DataLab