makeBrowserCoord: makeBrowserCoord

Description Usage Arguments Value Examples

View source: R/coordinates.R

Description

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

Usage

1

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

1
makeBrowserCoord("chr1", 1000, 2000)

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