Example for substitution:
CGCCGCCGCCTCTACTGGGGCTTCTTCTCGGGCCGCGGCCGCGTCAAGCCGGGGGGGCGCTGGCGCGA(/T)GGCCGCCTGGCAACTCTGCGACTACTACCTGCC
Example for insertion:
CGCCGCCGCCTCTACTGGGGCTTCTTCTCGGGCCGCGGCCGCGTCAAGCCGGGGGGGCGCTG(+ATT)GCGCGAGGCCGCCTGGCAACTCTGCGACTACTACCTGCC
Example for deletion:
CGCCGCCGCCTCTACTGGGGCTTCTTCTCGGGCCGCGGCCGCGTCAAGCCGGGGGGGC(-GCTGGCGCGA)GGCCGCCTGGCAACTCTGCGACTACTACCTGCC
Above three examples above represent the input formats of three different editing types.
The bases to be edited are marked with a pair of parentheses "()".
Substitution is indicated by backslash "/",
and the example is used to replace A by T.
Insertion is indicated by plus sign "+",
and the example indicates that ATT will be inserted at the parenthesis position
Deletion is indicated by minus sign "-",
and the example indicates that GCTGGCGCGA will be deleted at the parenthesis position.