GRangesToCoord: GRangesToCoord

Description Usage Arguments Value Examples

View source: R/coordinates.R

Description

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

Usage

1

Arguments

gr

GRanges object specifying region to convert to a string

Value

String

Examples

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

GRangesToCoord(gr)

sjessa/chromswitch documentation built on Oct. 20, 2021, 2:12 p.m.