Learn R Programming

biofiles (version 1.0.0)

index: Access the indices of GenBank features

Description

Access the indices of GenBank features

Usage

index(x, ...)

# S4 method for gbFeature index(x)

# S4 method for gbFeatureTable index(x)

# S4 method for gbRecord index(x)

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

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

Run the code above in your browser using DataLab