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()


Install 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)

Session info

sessionInfo()


amitjavilaventura/seqViewR documentation built on Nov. 21, 2023, 10:12 a.m.