Description Usage Arguments Value
annotate_isomut
adds information about the location of variants (coding or
intergenic) and, for coding variants, about the affected gene(s) and the
position of the variant in the gene.
1 2 3 4 5 6 7 8 9 10 | annotate_isomut(
isomut,
ref = system.file("extdata", "Saccharomyces_cerevisiae.R64-1-1.dna.toplevel.fa",
package = "isomutR"),
annotation = gtf_scer,
txdb = NULL,
noDups = FALSE,
predictCoding = TRUE,
...
)
|
isomut |
a data.frame of isomut data as generated by |
annotation |
path to annotation file in |
txdb |
optionally provide |
noDups |
don't keep multiple annotations (e.g. when variant is inside
two genes on opposite strands). Default |
predictCoding |
predict consequences of variants in coding regions. |
... |
further arguments for |
a data.frame with additional columns regarding annotation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.