powered by
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)
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)
A '>gbFeature, '>gbFeatureTable, '>gbRecord, or '>gbRecordList object.
'>gbFeature
'>gbFeatureTable
'>gbRecord
'>gbRecordList
Further arguments passed to methods.
The start information to set on x.
x
Join compound genomic locations into a single range.
An integer vector or a list of integer vectors.
end, strand, span, ranges
end
strand
span
ranges
# 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