Skip to content

Commit a8c5b75

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/BenchMark/ESC_human/analysis_main.R

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

45+
source("analysis_library.R")
46+
4547
# load the data
4648
# ---------------------------------------------------------------------------------
4749
data_sc <- fread(file = "data_all/data_sc_TPM.csv",
@@ -501,4 +503,4 @@ for(j in c(1:3)){
501503
height = 5
502504
)
503505

504-
}
506+
}

0 commit comments

Comments
 (0)