PlaceString {GeneR} | R Documentation |
Put a character string into a sequence buffer.
placeString(s, seqno=0,upper=TRUE)
s |
Character string to put into a bufseq |
seqno |
Integer. Number of sequence to put the character string (bufseq) |
upper |
if TRUE: all sequence is converted to upper case (default), else sequence is read directly. |
Sequence will be available with just the number. Bufseq must be empty to put the sequence
seqno or -1 if error.
L.Cottret
s<-"cgtagtagctagctagctagctagctag" placeString (s, seqno=1) #[1] 1 seqSize() # $sequences #[1] 0 29 0 0 0 #$complementaires #[1] 0 0 0 0 0