getIgvLocusLink: Gets an IGV locus link in .html format

View source: R/igv.R

getIgvLocusLinkR Documentation

Description

Gets an IGV locus link in html format using chromosome, start and end information.

Usage

getIgvLocusLink(chrom, start, end)

Arguments

chrom

the name of the chromosome.

start

the start position of the locus.

end

the end position of the locus.

Value

Returns a character containing a link in .html format.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

getIgvLocusLink(17,31,465)

uzh/ezRun documentation built on Dec. 26, 2024, 9:53 a.m.