| prep_manta_vcf | R Documentation |
Prepares a Manta VCF for display in a Circos plot.
prep_manta_vcf(vcf, filter_pass = FALSE)
vcf |
Path to Manta VCF file. Can be compressed or not. |
filter_pass |
Keep only variants annotated with a PASS FILTER? (default: FALSE). |
A dataframe (tibble) with the following fields from the VCF:
chrom1: CHROM
pos1: POS | INFO/BPI_START
chrom2: CHROM (for mate2 if BND)
pos2: INFO/END | INFO/BPI_END (for mate1 if BND)
svtype: INFO/SVTYPE. Used for plotting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.