import_snvs: SNV Importer This function imports SNVs from a tab-delimited...

Description Usage Arguments

View source: R/import_snvs.R

Description

SNV Importer This function imports SNVs from a tab-delimited file. The file must be formatted in at least 4 tab-separated columns. The first four columns of the file must be chromosome number (without 'chr'), position, reference base, mutant base.

Usage

1
import_snvs(path, genomeVersion = "hg19", hasHeader = FALSE)

Arguments

path

Path to the tab-delimited SNV data file


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