load_VCF_Canvas: Canvas VCF parsing function

View source: R/parsers.R

load_VCF_CanvasR Documentation

Canvas VCF parsing function

Description

Parse a VCF file from Canvas, which stores a list of segments with absolute CNA events, and tumour purity.

The obtained data, together with mutation calls (loaded elsewhere) can be used to call function autofit.

Usage

load_VCF_Canvas(file)

Arguments

file

VCF filename.

Value

A named list with the calls and tumour purity.

Examples

# not run
## Not run: 
 load_VCF_Canvas("Myfile.vcf")

## End(Not run)


caravagn/TINC documentation built on April 28, 2024, 7:42 a.m.