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