prep_cnvkit_seg: Read CNVkit CNV Segments

Description Usage Arguments Value Examples

View source: R/cnv_cnvkit.R

Description

Reads the cnvkit-call.cns file output by CNVkit and exports the CNV segment coordinates.

Usage

1

Arguments

cnvkit

Path to CNVkit cnvkit-call.cns file.

Value

A dataframe (tibble) with the following columns:

Examples

1
2
cn <- system.file("extdata", "HCC2218_cnvkit-call.cns", package = "pebbles")
prep_cnvkit_seg(cn)

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