qualifList-methods: List the names of Genbank qualifiers.

Description Usage Arguments Value See Also Examples

Description

List the names of Genbank qualifiers.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
qualifList(x, ...)

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

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

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

Arguments

x

A gbFeature, gbFeatureTable, gbRecord, or gbRecord object.

...

Additional arguments to be passed to or from methods.

Value

A character vector (or list of character vectors) of qualifier names.

See Also

uniqueQualifs, hasQualif

Examples

1
2
load(system.file("extdata", "marine_metagenome.rda", package = "biofiles"))
qualifList(x["source"])

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