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