get_nu-methods: Get nucleotide usage matrix

get_nuR Documentation

Get nucleotide usage matrix

Description

Access the nucleotide usage matrix

Usage

get_nu(object, ...)

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

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

Arguments

object

regioned_dna / DNAStringSet

...

...

Value

matrix

See Also

input_seq, get_region, get_cu, get_du, get_rscu

Examples

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

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