Skip to content

Commit 72f2e84

Browse files
authored
Update analysis_main.R
1 parent 14c75a4 commit 72f2e84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/BenchMark/E14/analysis_main.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ library(NbClust)
4343
library(fpc)
4444
library(class)
4545

46+
source("analysis_library.R")
47+
4648
# Load the data
4749
# ---------------------------------------------------------------------------------
4850
# load the bulk RNAseq data
@@ -469,4 +471,4 @@ ggsave(filename=paste0("Figure_smFISH_distribution.pdf"),
469471
width = 14,
470472
height = 12)
471473

472-
# ---------------------------------------------------------------------------------
474+
# ---------------------------------------------------------------------------------

0 commit comments

Comments
 (0)