Learn R Programming

biofiles (version 1.0.0)

getFeatures: Get the feature table from a GenBank record.

Description

Get the feature table from a GenBank record.

Usage

getFeatures(x, ...)

ft(x, ...)

# S4 method for gbRecord getFeatures(x)

# S4 method for gbRecord ft(x)

# S4 method for gbRecordList getFeatures(x)

# S4 method for gbRecordList ft(x)

Arguments

x

A '>gbRecord instance.

...

Additional arguments passed to methods.

Value

The '>gbFeatureTable of a Genbank record.

Examples

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

Run the code above in your browser using DataLab