Learn R Programming

triplex (version 1.12.0)

ins: 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

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

Run the code above in your browser using DataLab