Learn R Programming

biofiles (version 1.0.0)

summary: Summarise a GenBank record.

Description

Summarise a GenBank record.

Usage

summary(object, ...)

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

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

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

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

Arguments

object

An object of class'>gbFeature, '>gbFeatureTable, '>gbRecord, or '>gbRecordList.

...

Arguments to be passed to methods.

n

How many elements should be summarized in head and tail.

Examples

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

Run the code above in your browser using DataLab