Learn R Programming

biofiles (version 1.0.0)

location: Access genomic locations of GenBank features

Description

Access genomic locations of GenBank features

Usage

location(x, ...)

# S4 method for gbFeature location(x)

# S4 method for gbFeatureTable location(x, join = FALSE)

# S4 method for gbRecord location(x, join = FALSE)

Arguments

x

A '>gbFeature, '>gbFeatureTable, or '>gbRecord object.

...

Additional arguments passed to methods.

join

Join compound genomic locations to a single range.

Value

A list of '>gbLocation objects

Examples

Run this code
# NOT RUN {
load(system.file("extdata", "marine_metagenome.rda", package = "biofiles"))
location(x)
# }

Run the code above in your browser using DataLab