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)


sjessa/chromswitch documentation built on Feb. 4, 2024, 2:04 a.m.