Learn R Programming

biofiles (version 1.0.0)

featureTable: Tabulate Genbank features

Description

Extract a frequency table (or list of tables in the case of gbRecordLists) of feature keys.

Usage

featureTable(x, ...)

# S4 method for gbFeatureTable featureTable(x)

# S4 method for gbRecord featureTable(x)

# S4 method for gbRecordList featureTable(x)

Arguments

x

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

...

Additional arguments to be passed to or from methods.

Value

A table (or list of tables) of feature keys.

See Also

qualifTable

Examples

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

Run the code above in your browser using DataLab