This function generates a set of RNA sequences with bulges inserted at various positions.
Usage
.get_target_bulged_guides(guide.seq, guide_seq_length, bulges_lim = bulges_lim)
Arguments
- guide.seq
A character vector representing the guide sequence.
- guide_seq_length
Integer, length of guide strand sequence
- bulges_lim
An integer representing the maximum number of bulges allowed.
Value
An RNAStringSet object containing the sequences with bulges.
Examples
if (FALSE) { # interactive()
}