summary-methods: Summarise a GenBank record.

Description Usage Arguments Examples

Description

Summarise a GenBank record.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
summary(object, ...)

## S4 method for signature 'gbFeature'
summary(object, ...)

## S4 method for signature 'gbFeatureTable'
summary(object, n = 8, ...)

## S4 method for signature 'gbRecord'
summary(object, n = 7, ...)

## S4 method for signature 'gbRecordList'
summary(object, n = 2, ...)

Arguments

object

An object of classgbFeature, gbFeatureTable, gbRecord, or gbRecordList.

...

Arguments to be passed to methods.

n

How many elements should be summarized in head and tail.

Examples

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

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