Learn R Programming

biofiles (version 1.0.0)

revcomp: Reverse-complement features in a GenBank record

Description

Reverse-complement features in a GenBank record

Usage

revcomp(x, order = TRUE, ...)

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

# S4 method for 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

Run this code
# NOT RUN {
load(system.file("extdata", "S_cerevisiae_mito.rda", package = "biofiles"))
xr <- revcomp(x)
# }

Run the code above in your browser using DataLab