virusbreakend_summary_read: Read VIRUSBreakend Summary File

View source: R/oncoviral.R

virusbreakend_summary_readR Documentation

Read VIRUSBreakend Summary File

Description

Reads the virusbreakend.vcf.summary.tsv file.

Usage

virusbreakend_summary_read(x)

Arguments

x

Path to virusbreakend.vcf.summary.tsv file.

Value

List with two elements:

  • tab: Tibble containing data.

  • descr: Description of tibble columns.

Examples

x <- system.file("extdata/virusbreakend/virusbreakend.vcf.summary.tsv", package = "gpgr")
(vb <- virusbreakend_summary_read(x))

umccr/gpgr documentation built on Nov. 28, 2024, 10:16 a.m.