read_cnv: Read CNVkit, FACETS, PURPLE or TitanCNA CNV Segments

Description Usage Arguments Value Examples

View source: R/cnv_general.R

Description

Reads the CNV segment TSV file output by CNVkit, FACETS, PURPLE or TitanCNA.

Usage

1
read_cnv(cnv)

Arguments

cnv

Path to CNV file.

Value

A cnv list containing a dataframe (tibble) with the following columns:

Examples

1
2
fn <- system.file("extdata", "HCC2218_cnvkit-call.cns", package = "pebbles")
cnv <- read_cnv(fn)

pdiakumis/rock documentation built on Oct. 12, 2020, 9:38 a.m.