splitCoordinate: Splits fragment coordinates

View source: R/util-genome.R

splitCoordinateR Documentation

Splits fragment coordinates

Description

Use this function to split chromosome range information in the format of chromosome:start-stop.

Usage

splitCoordinate(pos)

splitRegion(pos)

Arguments

pos

a character vector of chromosome ranges to split.

Value

Returns a data.frame containing the chromosome name, the start and the stop position.

Functions

  • splitRegion(): Does the same as splitCoordinate, but returns the result as a list and is more robust.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

splitCoordinate("chrm:1-50")

uzh/ezRun documentation built on March 5, 2025, 3:41 p.m.