getFeatures-methods: Get the feature table from a GenBank record.

Description Usage Arguments Value Examples

Description

Get the feature table from a GenBank record.

Usage

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

ft(x, ...)

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

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

## S4 method for signature 'gbRecordList'
getFeatures(x)

## S4 method for signature 'gbRecordList'
ft(x)

Arguments

x

A gbRecord instance.

...

Additional arguments passed to methods.

Value

The gbFeatureTable of a Genbank record.

Examples

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

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