parse_spliceai_thresh: Parse VCF output file from SpliceAI with -T flag as table

View source: R/parse_spliceai.R

parse_spliceai_threshR Documentation

Parse VCF output file from SpliceAI with -T flag as table

Description

requires the vcfR package.

Usage

parse_spliceai_thresh(vcf_file)

Arguments

vcf_file

path to a single VCF file, the output of spliceAI

Value

a tibble with one row per variant annotation. Each input variant can have multiple annotations.

See Also

parse_spliceai, format_spliceai_thresh, annotate_mut_effect

Examples


spliceai_file <- system.file("extdata", "spliceai_thresh_output.vcf", package = "splice2neo")
parse_spliceai_thresh(spliceai_file)


TRON-Bioinformatics/splice2neo documentation built on July 1, 2024, 7:57 p.m.