Description Usage Arguments Value Author(s) Examples
Gets the 5' and 3' neighboring bases to the mutated base
1 |
file |
Reference files directory |
start |
The position of the mutation gene |
The trinucleotide context.
Fouad Yousif
Fan Fan
1 2 3 4 5 | example.ref.dir <- paste0(
path.package("SeqKat"),
"/extdata/test/ref/"
);
get.context(file.path(example.ref.dir, 'chr4.fa'), c(1582933, 1611781))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.