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