| sequence {cobindR} | R Documentation |
returns sequence of cobindR seqObj object.
## S4 method for signature 'SeqObj' sequence(x) ## S4 replacement method for signature 'SeqObj,DNAString' sequence(x) <- value
x |
a cobindR seqObj object |
value |
DNAString of the actual DNA sequence in this SeqObj |
sequence (DNAString)
Rob Lehmann <r.lehmann@biologie.hu-berlin.de>
uid,name,species,location,comment,sequence
library(Biostrings)
so <- seqObj(DNAString('A'), id='', name='', species='',comment='',location='')
sequence(so)