run_snv: Deciphers SNV Signatures

Description Usage Arguments

View source: R/run_snv.R

Description

This function loads an SNV data file and runs the mutation signature deciphering process on it. It returns the output of nnls_exposures.

Usage

1
2
run_snv(vcf_file = NULL, snv_file = NULL, genome = "hg19",
  fractions = FALSE, silent = FALSE)

Arguments

vcf_file

Path to an VCF file, suitable for import_vcfs()

snv_file

Path to an SNV file, suitable for import_snvs()

genome

ID of the genome being used (default: 'hg19')

fractions

If TRUE, mutation signature exposures are normalized to sum to 1 (default: 'FALSE')

silent

If TRUE, does not print exposures output (default: 'FALSE')


eyzhao/hrdtools documentation built on May 21, 2019, 3:09 a.m.