appendSeq {GeneR}R Documentation

Appends two sequences

Description

appends a sequence at the end of another one

Usage

appendSeq(destSeqno=0, seqno=1)

Arguments

destSeqno

Sequence number of sequence to be appended

seqno

Sequence number of sequence to add at the end of destSeqno

Value

0: no error; NULL if error and a warning if problem in memory allocation.

Note

This function frees the reverse complementary of sequence destSeqno

Author(s)

Antoine Lucas

See Also

getSeq, concat ,assemble

Examples

  s <- "CTGCGTTTGAAAA"
  placeString(s,seqno=0)
  placeString(s,seqno=1)
  appendSeq(0,1)
  getSeq(0)


[Package GeneR version 2.24.0 Index]