makeBrowserCoord {chromswitch}R 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)


[Package chromswitch version 1.12.0 Index]