Learn R Programming

xhmmScripts (version 1.1)

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

Description

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

Usage

targetsToChrBp1Bp2(targets, startStopDelim = "-")

Arguments

targets

startStopDelim

Examples

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

Run the code above in your browser using DataLab