Learn R Programming

triplex (version 1.12.0)

lstart: Loop start accessor

Description

Gets the loop starts of an object.

Usage

lstart(x, ...)

Arguments

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

Examples

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

Run the code above in your browser using DataLab