lstart {triplex}R Documentation

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

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

[Package triplex version 1.30.0 Index]