parse_cispliceai_thresh: Parse VCF output file from CI-SpliceAI with -t flag as table

View source: R/parse_cispliceai.R

parse_cispliceai_threshR Documentation

Parse VCF output file from CI-SpliceAI with -t flag as table

Description

requires the vcfR package.

Usage

parse_cispliceai_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

format_cispliceai_thresh, annotate_mut_effect

Examples


cispliceai_file <- system.file("extdata", "cispliceai_thresh_output.vcf", package = "splice2neo")
parse_cispliceai_thresh(cispliceai_file)


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