CPBcorr: Codon pair bias correlation test

Description Usage Arguments Details Value Examples

Description

Spearman rank correlation test for comparing two CPB reference tables

Usage

1
CPBcorr(refOne, refTwo)

Arguments

refOne

First CPB reference table

refTwo

Second CPB reference table

Details

Uses cor.test R base function with the spearman method. Depending on the CPB's, it might be useful to standardize the data first.

Value

Output from cor.test, and a scatter plot.

Examples

1
CPBcorr(Homo.sapiens, Aedes.aegypti)

alex-sbu/CPBias documentation built on May 11, 2019, 11:24 p.m.