index-methods: Access the indices of GenBank features

Description Usage Arguments Value Examples

Description

Access the indices of GenBank features

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
index(x, ...)

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

## S4 method for signature 'gbFeatureTable'
index(x)

## S4 method for signature 'gbRecord'
index(x)

## S4 method for signature 'gbRecordList'
index(x)

Arguments

x

A gbFeature, gbFeatureTable, gbRecord, or gbRecordList object.

...

Additional arguments passed to methods.

Value

A numeric vector of feature indeces.

Examples

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

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