Description Usage Arguments Value See Also Examples
Get or set the start position of genomic features
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | start(x, ...)
start(x, ...) <- value
## S4 method for signature 'gbLocation'
start(x, join = FALSE)
## S4 replacement method for signature 'gbLocation'
start(x, ...) <- value
## S4 method for signature 'gbFeature'
start(x, join = FALSE)
## S4 replacement method for signature 'gbFeature'
start(x, ...) <- value
## S4 method for signature 'gbFeatureTable'
start(x, join = FALSE)
## S4 replacement method for signature 'gbFeatureTable'
start(x, ...) <- value
## S4 method for signature 'gbRecord'
start(x, join = FALSE)
## S4 method for signature 'gbRecordList'
start(x, join = FALSE)
 | 
| x | A  | 
| ... | Further arguments passed to methods. | 
| value | The start information to set on  | 
| join | Join compound genomic locations into a single range. | 
An integer vector or a list of integer vectors.
| 1 2 3 4 5 6 7 8 9 10 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.