+1
-1
README.md
+1
-1
README.md
···
31
31
count <- read.csv(file=filename) #read your scRNA-Seq file
32
32
dim(count)
33
33
count <- as.matrix(count)
34
-
test <- scImmuCC_Layered(test_data,Non_Immune=FALSE) ## if your data have non-immune cell, Nn_Immune = TRUE
34
+
test <- scImmuCC_Layered(test_data,Non_Immune=FALSE) #if your data have non-immune cell, Nn_Immune = TRUE
35
35
36
36
The annotation results will be output in your current running directory。
37
37