StringsToGRanges {MOCHA}R Documentation

StringsToGRanges

Description

StringsToGRanges Turns a list of strings in the format chr1:100-200 into a GRanges object

Usage

StringsToGRanges(regionString)

Arguments

regionString

A string or list of strings each in the format chr1:100-200

Value

a GRanges object with ranges representing the input string(s)


[Package MOCHA version 1.1.0 Index]