getIgvLocusLink | R Documentation |
Gets an IGV locus link in html format using chromosome, start and end information.
getIgvLocusLink(chrom, start, end)
chrom |
the name of the chromosome. |
start |
the start position of the locus. |
end |
the end position of the locus. |
Returns a character containing a link in .html format.
Rehrauer, Hubert
Schmid, Peter
getIgvLocusLink(17,31,465)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.