
Get or set the start position of genomic features
start(x, ...)start(x, ...) <- value
# S4 method for gbLocation
start(x, join = FALSE)
# S4 method for gbLocation
start(x, ...) <- value
# S4 method for gbFeature
start(x, join = FALSE)
# S4 method for gbFeature
start(x, ...) <- value
# S4 method for gbFeatureTable
start(x, join = FALSE)
# S4 method for gbFeatureTable
start(x, ...) <- value
# S4 method for gbRecord
start(x, join = FALSE)
# S4 method for gbRecordList
start(x, join = FALSE)
Further arguments passed to methods.
The start information to set on x
.
Join compound genomic locations into a single range.
An integer vector or a list of integer vectors.
# NOT RUN {
load(system.file("extdata", "marine_metagenome.rda", package = "biofiles"))
## start
start(x)
cds <- x["CDS"]
start(cds)
## `start<-`
start(cds) <- 10
start(cds)
# }
Run the code above in your browser using DataLab