lend {triplex}R Documentation

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

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

[Package triplex version 1.30.0 Index]