Skip to content

Instantly share code, notes, and snippets.

View dhwanidesai's full-sized avatar
🎯
Focusing

Dhwani Desai dhwanidesai

🎯
Focusing
  • Dalhousie University
  • Halifax
View GitHub Profile
@dhwanidesai
dhwanidesai / app.R
Last active September 15, 2023 17:02
Run the Stratified RPKM shiny app
# install.packages("shiny")
# install.packages("js")
#list of packages required
list.of.packages <- c("networkD3","shinyWidgets","dplyr","tidyr","reshape2","tidyverse","js","webshot","stringr")
#checking missing packages from list
new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]
#install missing ones