Description Usage Arguments Value
predicts the consequences of variants in coding regions.
1 2 3 4 5 6 7 8 9 10 | predict_coding(
isomut,
ref = system.file("extdata", "Saccharomyces_cerevisiae.R64-1-1.dna.toplevel.fa",
package = "isomutR"),
annotation = gtf_scer,
txdb = NULL,
format_indels = TRUE,
correct_coding = FALSE,
...
)
|
isomut |
a data.frame of isomut data as generated by |
ref |
either the name of a fasta file containing the reference genome or
an object of class |
annotation |
path to annotation file in |
txdb |
optionally provide |
format_indels |
whether indels should be formatted (see |
correct_coding |
whether coding be corrected if two variants hit the same codon. |
... |
further arguments for |
a data.frame with additional columns regarding coding consequences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.