Vcf2GRanges: convert VCF content into a GRanges object for nanopoRe usage

Description Usage Arguments Value Examples

View source: R/SnifflesSV.R

Description

This method will prepare a karyogram of annotated SVs against the genome reference

Usage

1
Vcf2GRanges(vcfFile)

Arguments

vcfFile

is the path to the vcfFile to plot

Value

a ggbio/ggplot2 graph

Examples

1
2
3
vcfFile <- system.file("extdata", "GM24385.nf7.chr20.vcf",
    package = "nanopoRe")
Vcf2GRanges(vcfFile)

sagrudd/nanopoRe documentation built on June 7, 2020, 10:20 p.m.