+4
-1
README.md
+4
-1
README.md
···
2
2
Hierarchical annotation of immune cells in scRNA-Seq data based on ssGSEA algorithm.
3
3
4
4
The below demonstrates the result of Hierarchical annotation for some immune cells in the E-MTAB-11536 dataset (included in the package)
5
-
5
+
<table style="backgroud-color: F8CECC;">
6
+
<tr>
6
7
library(scImmuCC)
7
8
8
9
data(package="scImmuCC)
···
11
12
count <- as.matrix(test_data) # Convert test data to matrix
12
13
13
14
test <- scImmuCC_Layered(count = count ,Non_Immune = FALSE)
15
+
</tr>
16
+
</table>