CodonUsage: Table for Codon Usage and Optimality of Codons

Description Usage Arguments Details Value Author(s) See Also Examples

Description

CodonUsage calculates ratio of optimal codons used to the sum of synonymous codons

Usage

1
CodonUsage(cdslist = mylist())

Arguments

cdslist

List of coding sequences in reading frame (eg. of full genome), handles also DNA string sequences.

Details

Creates a count table to decide on optimality of codons based on the usage of the imput DNA sequences.

Value

data frame with codon usage count Table with statistics for optimality based on occurence

Author(s)

Siegrist, F. and Cannarozzi, G. M. gina@cannarozzi.com

See Also

statanacoseq ComputeFop

Examples

1
2
CodonUsage('ATGTGGTACTCCGACTACGGAGGATAA')
CodonUsage(mylist(whatout=1))

fredysiegrist/statanacoseq documentation built on May 16, 2019, 2:44 p.m.