Learn R Programming

xhmmScripts (version 1.0)

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
targsToGenes = loadTargetsToGenes("targs_to_genes.txt")

Run the code above in your browser using DataLab