Description Usage Arguments Value Examples
This method will prepare a karyogram of annotated SVs against the genome reference
1  | snifflesKaryogram(vcfFile, demoChr = NULL)
 | 
vcfFile | 
 is the path to the vcfFile to plot  | 
demoChr | 
 defines a dummy chromosome for plotting  | 
a ggbio/ggplot2 graph
1 2 3 4  | vcfFile <- system.file("extdata", "GM24385.nf7.chr20.vcf",
    package = "nanopoRe")
# a reference genome should really be defined with setReferenceGenome
snifflesKaryogram(vcfFile, demoChr=20)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.