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