Learn R Programming

genomes (version 2.16.0)

genomes-summary: Genome table summaries

Description

Generic function for summarizing genome tables

Usage

"summary"(object, subset, top = 5, ...)

Arguments

object
a genomes data frame
subset
logical vector indicating rows to keep
top
number of recently released genomes to display, default is 5
...
additional arguments are currently ignored

Value

A list with 2 or 3 elements: the total number of genomes, counts by status (if column is present), and a table listing recent submissions.

See Also

plot.genomes

Examples

Run this code
data(euks)
summary(euks)
summary(euks, group=='Fungi')

Run the code above in your browser using DataLab