location-methods: Access genomic locations of GenBank features

Description Usage Arguments Value Examples

Description

Access genomic locations of GenBank features

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
location(x, ...)

## S4 method for signature 'gbFeature'
location(x)

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

## S4 method for signature '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

1
2
load(system.file("extdata", "marine_metagenome.rda", package = "biofiles"))
location(x)

biofiles documentation built on May 2, 2019, 3:31 p.m.