home.social

#ggtranscript — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ggtranscript, aggregated by home.social.

  1. #cowplot is a great package to combine #ggplot2 plots for publications. #patchwork is an alternative that better manages alignment of the plot axes. For example, adding an independent annotation plot (#ggtranscript) to a genome coverage RNA seq plot (#tidyCoverage) can be done with:

    coverageplot / annotationplot + plot_layout(nrow=2, heights=c(10,1)

    #rstats #visualisation