parsesnpeff | R Documentation |
parse snpeff output into granges expand all annotations into separate rows
parsesnpeff(
vcf,
id = NULL,
filterpass = TRUE,
coding_alt_only = TRUE,
geno = NULL,
gr = NULL,
keepfile = FALSE,
altpipe = FALSE,
debug = FALSE,
snpeffpath = "~/modules/SnpEff",
filters = "PASS,."
)
vcf |
path to snpeff vcf |
pad |
Exposed argument to skitools::ra.overlaps() |
GRangesList of breakpoint pairs with junctions that overlap removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.