purple_snv_vcf_read: Read PURPLE Somatic SNV VCF

purple_snv_vcf_readR Documentation

Read PURPLE Somatic SNV VCF

Description

Reads the purple.somatic.vcf.gz file.

Usage

purple_snv_vcf_read(x)

Arguments

x

Path to the purple.somatic.vcf.gz file.

Value

A list with the input file as a tibble (with specific INFO fields) and a tibble with a description of each INFO field.

Examples

x <- system.file("extdata/purple/purple.somatic.vcf.gz", package = "gpgr")
(snv <- purple_snv_vcf_read(x))

umccr/gpgr documentation built on Aug. 22, 2024, 9:51 p.m.