name {cobindR} | R Documentation |
name of cobindR seqObj object.
## S4 method for signature 'SeqObj' name(x) ## S4 method for signature 'cobindr' name(x) ## S4 replacement method for signature 'SeqObj,character' name(x) <- value ## S4 replacement method for signature 'cobindr,character' name(x) <- value
x |
a cobindR seqObj object |
value |
the name describing the sequence object |
name (character)
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='') name(so)