lwidth {triplex}R Documentation

Loop width accessor

Description

Gets the loop widths of an object.

Usage

lwidth(x, ...)

Arguments

x

An object to get the loop width values of.

...

Additional arguments.

Examples

t <- triplex.search(DNAString("TATTTATTTTTTCATCTTCTTTTTTTATTTTT"))
lwidth(t);

[Package triplex version 1.32.0 Index]