CoordToGR {NxtIRFcore}R Documentation

Converts genomic coordinates into a GRanges object

Description

This function takes a string vector of genomic coordinates and converts it into a GRanges object.

Usage

CoordToGR(coordinates)

Arguments

coordinates

A string vector of one or more genomic coordinates to be converted

Details

Genomic coordinates can take one of the following syntax:

The following examples are considered valid genomic coordinates:

Value

A GRanges object that corresponds to the given coordinates

Examples

se <- NxtIRF_example_NxtSE()

coordinates <- rowData(se)$EventRegion

gr <- CoordToGR(coordinates)

[Package NxtIRFcore version 0.99.11 Index]