location {cobindR}R Documentation

location of cobindR SeqObj object

Description

location of cobindR seqObj object (e.g. chr1)

Usage

## S4 method for signature 'SeqObj'
location(x)
## S4 replacement method for signature 'SeqObj,character'
location(x) <- value

Arguments

x

a cobindR seqObj object

value

the location description of the sequence

Value

returns location (character)

Author(s)

Rob Lehmann <r.lehmann@biologie.hu-berlin.de>

See Also

uid,name,species,location,comment,sequence

Examples

library(Biostrings)
so <- seqObj(DNAString('A'), id='', name='', species='',comment='',location='')
location(so)

[Package cobindR version 1.20.0 Index]