# NOT RUN {
# create some sequence objects.
target<-NucleotideSequence(string="AAAAAAAAAAA")
insert<-NucleotideSequence(string="GGGGGGGGGGG")
# insert after position 5
insertSequence(target,insert,5)
# print the target sequence
target
# }
Run the code above in your browser using DataLab