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)

chromswitch documentation built on Nov. 8, 2020, 5:24 p.m.