ins {triplex}R Documentation

Insertions accessor

Description

Gets the insertion vector of an object.

Usage

ins(x, ...)

Arguments

x

An object to get the insertion values of.

...

Additional arguments.

Examples

t <- triplex.search(DNAString("TATTTATTTTTTCATCTTCTTTTTTTATTTTT"), max_len=11)
ins(t);

[Package triplex version 1.34.0 Index]