First, install devtools
:
if ("devtools" %in% rownames(installed.packages()) == FALSE) {install.packages("devtools")}
library(devtools)
Next, install SCISSOR
:
install_github("hyochoi/SCISSOR")
library(SCISSOR)
SCISSOR
requires the following packages:
BiocManager
Rsamtools
GenomicRanges
refGenome
RColorBrewer
wesanderson
nloptr
zoo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.