suppressPackageStartupMessages({ library(BiocStyle) library(tabMurEDA) })
The data were retrieved from the github repo noted in the man page for tabMurDelayed.
library(tabMurEDA) mur = tabMurEDA::tabMurDelayed mur names(colData(mur)) par(las=2, mar=c(12,4,2,2)) barplot(table(mur$tissue))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.