get_cu-methods: Get codon usage matrix

get_cuR Documentation

Get codon usage matrix

Description

Access the codon usage matrix

Usage

get_cu(object, ...)

## S4 method for signature 'regioned_dna'
get_cu(object)

## S4 method for signature 'DNAStringSet'
get_cu(object)

Arguments

object

regioned_dna / DNAStringSet

...

...

Value

matrix

See Also

input_seq, get_region, get_nu, get_du, get_freq, get_rscu

Examples

filepath <- system.file("extdata", "example.fasta", package = "SynMut")
rgd.seq <- input_seq(filepath)
get_cu(rgd.seq)

Koohoko/SynMut documentation built on Jan. 9, 2023, 12:11 p.m.