hasKey-methods: Has a feature a specific key?

Description Usage Arguments Value See Also Examples

Description

Has a feature a specific key?

Usage

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

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

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

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

## S4 method for signature 'gbRecordList'
hasKey(x, key)

Arguments

x

A gbFeature, gbFeatureTable, gbRecord, or gbRecordList object.

key

A feature key.

...

Additional arguments to be passed to or from methods.

Value

A logical vector or a list of logical vectors.

See Also

key

Examples

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

gschofl/biofiles documentation built on Sept. 27, 2020, 12:08 a.m.