biofiles (version 1.0.0)

key: Get/set keys of GenBank features

Description

Get/set keys of GenBank features

Usage

key(x, ...)

key(x, check = TRUE) <- value

# S4 method for gbFeature key(x)

# S4 method for gbFeature key(x, check = TRUE) <- value

# S4 method for gbFeatureTable key(x)

# S4 method for gbRecord key(x)

# S4 method for gbRecordList key(x)

Arguments

x

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

...

Additional arguments passed to methods.

check

if FALSE, don't perform validity checks.

value

The key information to set on x.

Examples

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

Run the code above in your browser using DataLab