Learn R Programming

xhmmScripts (version 1.1)

loadTargetsToGenes: Load the exome-target to gene mappings.

Description

Load the exome-target to gene mappings.

Usage

loadTargetsToGenes(targToGenesFile, targRegexpReplace = list(c("\\.\\.", "-")), geneDelim = "\\|", targColumn = 1, geneColumn = 3, CHROMOSOMES_START_WITH_CHR = FALSE)

Arguments

targToGenesFile

targRegexpReplace

geneDelim

targColumn

geneColumn

CHROMOSOMES_START_WITH_CHR

Examples

Run this code
## Not run: targsToGenes = loadTargetsToGenes("targs_to_genes.txt")

Run the code above in your browser using DataLab