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