targetsToChrBp1Bp2: Parse a list of genomic intervals into their component...

Description Usage Arguments Examples

View source: R/XHMM_functions.R

Description

Parse a list of genomic intervals into their component chromosome, start, and stop.

Usage

1
targetsToChrBp1Bp2(targets, startStopDelim = "-")

Arguments

targets
startStopDelim

Examples

1
targetsToChrBp1Bp2(c("1:23-29", "X:100-200", "Y:10-50"))

xhmmScripts documentation built on May 2, 2019, 1:01 a.m.