Learn R Programming

SeqKat (version 0.0.9)

get.trinucleotide.counts: Get Trinucleotide Counts

Description

Aggregates the total counts of each possible trinucleotide.

Usage

get.trinucleotide.counts(ref.dir, ref.name, output.dir)

Arguments

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.

Author

Fan Fan

Fouad Yousif

Examples

Run this code
if (FALSE) {
get.trinucleotide.counts(ref.dir, "hg19", tempdir());
}

Run the code above in your browser using DataLab