Learn R Programming

triplex (version 1.12.0)

lwidth: 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

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

Run the code above in your browser using DataLab