GRangesToCoord {chromswitch}R Documentation

GRangesToCoord

Description

Convert a GRanges object for one region to a genome browser-friendly string

Usage

GRangesToCoord(gr)

Arguments

gr

GRanges object specifying region to convert to a string

Value

String

Examples

gr <- GRanges(seqnames = "chr1",
              ranges = IRanges(start = 1000, end = 2000))

GRangesToCoord(gr)


[Package chromswitch version 1.15.0 Index]