appendSeq {GeneR} | R Documentation |
appends a sequence at the end of another one
appendSeq(destSeqno=0, seqno=1)
destSeqno |
Sequence number of sequence to be appended |
seqno |
Sequence number of sequence to add at the end of destSeqno |
0: no error; NULL if error and a warning if problem in memory allocation.
This function frees the reverse complementary of sequence destSeqno
Antoine Lucas
s <- "CTGCGTTTGAAAA" placeString(s,seqno=0) placeString(s,seqno=1) appendSeq(0,1) getSeq(0)