Description Usage Arguments Value Examples
This method will extract SV variants as called by Sniffles into a GRanges object with the variation length declared in the SVLEN field, read support in RE, support type in SUPTYPE. The variants will be filtered according to the svtype parameter
1 | Vcf2FilteredGranges(vcfFile, svtype = "INS")
|
vcfFile |
is the path to the vcfFile to plot |
svtype |
defines one of INS/DEL/DUP |
a GRanges object describing the duplications
1 2 3 | vcfFile <- system.file("extdata", "GM24385.nf7.chr20.vcf",
package = "nanopoRe")
Vcf2FilteredGranges(vcfFile, svtype = "INS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.