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