Hierarchical annotation of immune cells in scRNA-Seq data based on ssGSEA algorithm. Fork for large datasets with QOL improvements.

Update README.md

authored by Yingjiang17 and committed by GitHub 926ec0dd a424c27a

Changed files
+1 -1
+1 -1
README.md
··· 47 47 48 48 count <- as.matrix(count) 49 49 50 - test <- scImmuCC_Layered(test_data,Non_Immune=FALSE) ##if your data have non-immune cell, NOn_Immune = TRUE 50 + test <- scImmuCC_Layered(test_data,Non_Immune=FALSE) ##if your data have non-immune cell, Non_Immune = TRUE 51 51 52 52 </div> 53 53 The annotation results will be output in your current running directory。