This package is designed to plot the locations of genes within a small genomic
interval. It is useful, for example, to draw genes below a GWAS signal
for context. See also this example of a plot created using refflat
.
library(devtools)
install_github("anthony-aylward/refflat")
For a very basic example of what refflat
does, try the following:
library(refflat)
plot_refflat("chr16", 535e5, 542e5)
For more details, see the included vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.