parse_vcf_file: Filter Parsed VCF Files

Description Usage Arguments Value

View source: R/Parser_scripts.R

Description

Intern utility function. Filters the parsed VCF file for all informations except for the start and length of variations/mutations.

Usage

1
2
3
4
5
parse_vcf_file(
    vcf_file,
    ref_gen,
    library_name
)

Arguments

vcf_file

character string giving the path to the vcf file on the operating system.

ref_gen

Reference genome version

library_name

Name of the reference library

Value

Loci-based DNA-mutational fingerprint of the cancer cell line as found in the input VCF file.


Uniquorn documentation built on Nov. 8, 2020, 8:07 p.m.