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