key-methods: Get/set keys of GenBank features

Description Usage Arguments Examples

Description

Get/set keys of GenBank features

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
key(x, ...)

key(x, check = TRUE) <- value

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

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

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

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

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

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

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