mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
removed non-essential packages
This commit is contained in:
parent
e94f21e64b
commit
8cc733f674
1 changed files with 2 additions and 5 deletions
|
|
@ -42,12 +42,9 @@ rm(list = ls())
|
|||
suppressMessages(library(Seurat))
|
||||
suppressMessages(library(muscat))
|
||||
suppressMessages(library(SummarizedExperiment))
|
||||
suppressMessages(library(dplyr))
|
||||
suppressMessages(library(tidyverse))
|
||||
suppressMessages(library(magrittr))
|
||||
suppressMessages(library(purrr))
|
||||
suppressMessages(library(tibble))
|
||||
suppressMessages(library(gdata))
|
||||
suppressMessages(library(tidyr))
|
||||
|
||||
#source a function I slightly modified from the muscat package for the within-cluster multi-sample multi-condition comparison
|
||||
source("pbDS_update.R")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue