From bc911415915de0d1b16324fa5b8e29d4fd3980f3 Mon Sep 17 00:00:00 2001 From: Zhenyi Wang Date: Tue, 8 Oct 2024 18:44:17 +0800 Subject: [PATCH] Update 03-step_by_step_scRNA_seq_pipeline.Rmd --- 03-step_by_step_scRNA_seq_pipeline.Rmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/03-step_by_step_scRNA_seq_pipeline.Rmd b/03-step_by_step_scRNA_seq_pipeline.Rmd index 8fc38ba..ef75279 100644 --- a/03-step_by_step_scRNA_seq_pipeline.Rmd +++ b/03-step_by_step_scRNA_seq_pipeline.Rmd @@ -8,7 +8,6 @@ library(phateR) library(DoubletFinder) library(monocle) library(slingshot) -library(URD) library(GSVA) library(limma) library(plyr) @@ -33,7 +32,11 @@ library(Matrix) library(foreach) library(doParallel) library(clusterProfiler) +<<<<<<< Updated upstream library(OpenXGR) +======= +# st libraries +>>>>>>> Stashed changes library(RColorBrewer) library(Rfast2) library(SeuratDisk)