Description Usage Arguments Value Examples
View source: R/gene.track.view.r
Plot genome tracks in local genomic regions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
chr |
(character) chromosome (e.g chr9) |
start |
(numeric) genomic coordinate from specified chromosome to start plotting |
symbol |
(character) gene acceoted hgnc symbol to retrieve coordinates and area plotting () |
upstr |
(numeric) distance upstream specified gene to extend the area plotted |
dnstr |
(numeric) distance downstream specified gene to extend the area plotted |
genome.v |
(hg19 or hg38) reference genome version to draw chromosome limits and centromeres |
addtext |
(logic) |
plot |
(logic) |
summary |
(logic) whether the function shoud return CNV segment 'segbrk' and SV 'svbrk' breakpoints tabular output |
... |
additional plot parameters from graphics plot function |
end |
(numeric) genomic coordinate from specified chromosome to stop plotting |
addlegend |
(logic) |
a data.frame with gene isoform annotations and/or plot into open device
1 | gene.track.view(symbol="PTPRD", genome.v="hg19")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.