powered by
Access genomic locations of GenBank features
location(x, ...)# S4 method for gbFeature location(x)# S4 method for gbFeatureTable location(x, join = FALSE)# S4 method for gbRecord location(x, join = FALSE)
# S4 method for gbFeature location(x)
# S4 method for gbFeatureTable location(x, join = FALSE)
# S4 method for gbRecord location(x, join = FALSE)
A '>gbFeature, '>gbFeatureTable, or '>gbRecord object.
'>gbFeature
'>gbFeatureTable
'>gbRecord
Additional arguments passed to methods.
Join compound genomic locations to a single range.
A list of '>gbLocation objects
'>gbLocation
# NOT RUN { load(system.file("extdata", "marine_metagenome.rda", package = "biofiles")) location(x) # }
Run the code above in your browser using DataLab