get_nu-methods: Get nucleotide usage matrix

Description Usage Arguments Value See Also Examples

Description

Access the nucleotide usage matrix

Usage

1
2
3
4
5
6
7
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

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

SynMut documentation built on Nov. 8, 2020, 8:01 p.m.