The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
There are some packages to plot gene structures, for example ggbio, ggtranscript… But there are still some limitations for them. The IGV software provides a good visualization for gene multiple isoforms. If you want to plot protein-coding or non-coding genes, it seems a little bit difficult for you to draw with a lot of codes. Here I developed a small R package named transPlotR which make gene structure visualization much easier. You can provide a little parameters to trancriptVis to make a plot with your own GTF files.
You can install the development version of transPlotR like so:
# install.packages("devtools")
::install_github("junjunlab/transPlotR") devtools
This is a basic example:
library(transPlotR)
## basic example code
data(gtf)
# non-coding gene
trancriptVis(gtfFile = gtf,
gene = 'Xist')
- https://github.com/junjunlab/transPlotR/wiki/TransPlot-documentation
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.