get_du-methods: Get dinucleotide usage matrix

get_duR Documentation

Get dinucleotide usage matrix

Description

Access the dinucleotide usage matrix

Usage

get_du(object, ...)

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

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

Arguments

object

regioned_dna / DNAStringSet

...

...

Value

matrix

See Also

input_seq, get_region, get_nu, get_cu, get_freq, get_rscu

Examples

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

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