makeBrowserCoord: makeBrowserCoord

View source: R/coordinates.R

makeBrowserCoordR Documentation

makeBrowserCoord

Description

Given coordinates for a genomic region, return a browser-friendly version.

Usage

makeBrowserCoord(chr, start, end)

Arguments

chr

The chromosome

start

The starting position of the genomic region

end

The ending position of the genomic region

Value

String with copy-pastable, genome browser-friendly version of coordinates.

Examples


makeBrowserCoord("chr1", 1000, 2000)


selinj/chromswitch documentation built on Jan. 27, 2024, 12:36 p.m.