read_cai: Parse a file from EMBOSS cai program.

Description Usage Arguments Value Examples

Description

Parse a file from EMBOSS cai program.

Usage

1
read_cai(path)

Arguments

path

A string containing the path to a cai file.

Value

A dataframe containing the parsed data with column headings (seqid, cai).

Examples

1
2
3
4
5
# Load some sample data included with the package.
cai_path <- system.file("extdata", "lmac.cai", package = "codonfriend")
# Parse that file.
cai_table <- read_cai(cai_path)
head(cai_table)

CCDM-Programming-Club/codonfriend documentation built on May 9, 2019, 3:20 a.m.