Description Usage Arguments Author(s) Examples
View source: R/get.trinucleotide.counts.R
Aggregates the total counts of each possible trinucleotide.
1 | get.trinucleotide.counts(ref.dir, ref.name, output.dir)
|
ref.dir |
Path to a directory containing the reference genome. |
ref.name |
Name of the reference genome being used (i.e. hg19, GRCh38, etc) |
output.dir |
Path to a directory where output will be created. |
Fan Fan
Fouad Yousif
1 2 3 4 | ## Not run:
get.trinucleotide.counts(ref.dir, "hg19", tempdir());
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.