powered by
Count the frequencies of 32 trinucleotide in a region respectively
get.tn(chr, start.bp, end.bp, ref.dir)
Chromosome
Starting position
Ending position
Path to a directory containing the reference genome.
# NOT RUN { example.ref.dir <- paste0( path.package("SeqKat"), "/extdata/test/ref/" ); get.tn(chr=4, start.bp=1, end.bp=-1, example.ref.dir) # }
Run the code above in your browser using DataLab