prep_manta_vcf: Prepare Manta VCF for Circos

Description Usage Arguments Value Examples

Description

Prepares a Manta VCF for display in a Circos plot.

Usage

1
prep_manta_vcf(vcf, filter_pass = FALSE)

Arguments

vcf

Path to Manta VCF file. Can be compressed or not.

filter_pass

Keep only variants annotated with a PASS FILTER? (default: FALSE).

Value

A dataframe (tibble) with the following fields from the VCF:

Examples

1
2
vcf <- system.file("extdata", "HCC2218_manta.vcf", package = "pebbles")
prep_manta_vcf(vcf)

pdiakumis/rock documentation built on Oct. 12, 2020, 9:38 a.m.