ins {triplex} | R Documentation |
Gets the insertion vector of an object.
ins(x, ...)
x |
An object to get the insertion values of. |
... |
Additional arguments. |
t <- triplex.search(DNAString("TATTTATTTTTTCATCTTCTTTTTTTATTTTT"), max_len=11) ins(t);