Learn R Programming

coil (version 1.0.0)

frame: Take a coi5p sequence and place it in reading frame.

Description

Take a coi5p sequence and place it in reading frame.

Usage

frame(x, ...)

# S3 method for coi5p frame(x, ...)

Arguments

x

a coi5p class object

...

additional arguments to be passed between methods.

Value

an object of class "coi5p"

See Also

coi5p

Examples

Run this code
# NOT RUN {
#previously run function:
dat = coi5p(example_nt_string)

dat = frame(dat)

#additional components in output coi5p object:
dat$framed
# }

Run the code above in your browser using DataLab