get.tn | R Documentation |
Count the frequencies of 32 trinucleotide in a region respectively
get.tn(chr, start.bp, end.bp, ref.dir)
chr |
Chromosome |
start.bp |
Starting position |
end.bp |
Ending position |
ref.dir |
Path to a directory containing the reference genome. |
Fan Fan
example.ref.dir <- paste0(
path.package("SeqKat"),
"/extdata/test/ref/"
);
get.tn(chr=4, start.bp=1, end.bp=-1, example.ref.dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.