purple_cnv_som_gene_read: Read PURPLE CNV Gene File

View source: R/purple.R

purple_cnv_som_gene_readR Documentation

Read PURPLE CNV Gene File

Description

Reads the purple.cnv.gene.tsv file, which summarises copy number alterations of each gene in the HMF panel (see this table).

Usage

purple_cnv_som_gene_read(x)

Arguments

x

Path to purple.cnv.gene.tsv file.

Value

The input file as a tibble.

Examples

x <- system.file("extdata/purple/purple.cnv.gene.tsv", package = "gpgr")
(p <- purple_cnv_som_gene_read(x))

umccr/gpgr documentation built on April 21, 2024, 1:16 a.m.