Learn R Programming

triplex (version 1.12.0)

lend: Loop end accessor

Description

Gets the loop ends of an object.

Usage

lend(x, ...)

Arguments

x
An object to get the loop end values of.
...
Additional arguments.

Examples

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

Run the code above in your browser using DataLab