Learn R Programming

SeqKat (version 0.0.9)

get.toptn: Get Top Trinucleotides

Description

Generate a tri-nucleotide summary for each sliding window

Usage

get.toptn(somatic.subset, chr, start.bp, end.bp, ref.dir)

Arguments

somatic.subset

Data frame of somatic variants subset for a specific chromosome

chr

Chromosome

start.bp

Starting position

end.bp

Ending position

ref.dir

Path to a directory containing the reference genome.

Author

Fan Fan

Fouad Yousif

Examples

Run this code
if (FALSE) {
get.toptn(somatic.subset, chr, start.bp, end.bp, ref.dir)
}

Run the code above in your browser using DataLab