knitr::opts_chunk$set(echo = TRUE, fig.align = "center", fig.width = 4, fig.height = 4, warning = FALSE, error = FALSE, message = FALSE) ## Required packages packages <- c("plyr", "dplyr", "tidyr", "stringr", "purrr", "magrittr", "reshape2", "plyranges", "ChIPpeakAnno", "pkgcond", "Rsamtools", "UpSetR", "gridExtra", "grid", "ggplot2", "ggpubr", "ggrepel", "ggh4x", "ggdendro", "ggforestplot", "ggvenn") for (i in packages) { library(i, character.only = T) }
Last updated: r Sys.Date()
plotmics
# install devtools if not installed if(!require(devtools)){ install.packages("devtools") } # install plotmics if not installed if(!require(plotmics)){ devtools::install_github("amitjavilaventura/plotmics") }
# load plotmics library(plotmics)
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.