Plot refflat data in an interval
1 2 | plot_refflat(chrom, start, end, rf = refflat_data, flatten = TRUE,
arrowhead_length = 0.125, angle = 15, lwd = 2, buffer = 0)
|
chrom |
integer. The chromosome of the plotting interval. (e.g. "chr16") |
start |
integer. The start of the plotting interval. |
end |
integer. The end of the plotting interval. |
rf |
data frame. The refflat dataset. |
flatten |
logical. Flatten genes with multiple transcripts. |
arrowhead_length |
numeric. Length of the edges of the arrow head (in inches). |
angle |
numeric. Angle from the shaft of the arrow to the edge of the arrow head. |
lwd |
numeric. Weight of lines. |
buffer |
integer. Size of buffer (in bp) to impose around genes, in order to prevent merged edges. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.