Learn R Programming

trackViewer (version 1.8.3)

parse2GRanges: parse text into GRanges

Description

parse text like "chr13:99,443,451-99,848,821:-" into GRanges

Usage

parse2GRanges(text)

Arguments

text
character vector like "chr13:99,443,451-99,848,821:-" or "chr13:99,443,451-99,848,821"

Value

Examples

Run this code
parse2GRanges("chr13:99,443,451-99,848,821:-")

Run the code above in your browser using DataLab