This nested function generates a sequence with a bulge inserted at the specified start position.
Usage
.sequence_with_tb(bulge_start, sequence, guide_seq_length)
Arguments
- bulge_start
An integer representing the start position of the bulge.
- sequence
Input sequence
- guide_seq_length
Integer, length of guide strand sequence
Value
A character string representing the sequence with the bulge.
Examples
if (FALSE) { # interactive()
}