get_cu {SynMut} | R Documentation |
Access the codon usage matrix
get_cu(object, ...) ## S4 method for signature 'regioned_dna' get_cu(object) ## S4 method for signature 'DNAStringSet' get_cu(object)
object |
regioned_dna / DNAStringSet |
... |
... |
matrix
input_seq
, get_region
,
get_nu
, get_du
, get_freq
,
get_rscu
filepath <- system.file("extdata", "example.fasta", package = "SynMut") rgd.seq <- input_seq(filepath) get_cu(rgd.seq)