revcomp-methods: Reverse-complement features in a GenBank record

Description Usage Arguments Examples

Description

Reverse-complement features in a GenBank record

Usage

1
2
3
4
5
6
7
revcomp(x, order = TRUE, ...)

## S4 method for signature 'gbFeatureTable'
revcomp(x, order = TRUE)

## S4 method for signature 'gbRecord'
revcomp(x, order = TRUE)

Arguments

x

A gbFeatureTable or gbRecord object (gbFeatureTables must be complete and include a 'source' field).

order

Reorder features after reverse-complementing them.

...

Additional arguments passed to methods.

Examples

1
2
load(system.file("extdata", "S_cerevisiae_mito.rda", package = "biofiles"))
xr <- revcomp(x)

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