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

Update seurat_maps.R

authored by Yingjiang17 and committed by GitHub 316807b1 4979f267

Changed files
+4 -2
R
+4 -2
R/seurat_maps.R
··· 47 47 head(seurat.data@reductions$pca@cell.embeddings) 48 48 head(seurat.data@reductions$pca@feature.loadings) 49 49 seurat.data <- ProjectDim(object = seurat.data) 50 - seurat.data <- JackStraw(seurat.data, num.replicate = 100) 51 - seurat.data <- ScoreJackStraw(seurat.data, dims = 1:20) 50 + #seurat.data <- JackStraw(seurat.data, num.replicate = 100) 51 + #seurat.data <- ScoreJackStraw(seurat.data, dims = 1:20) 52 + seurat.data <- JackStraw(seurat.data, dims = 50) 53 + seurat.data <- ScoreJackStraw(seurat.data, dims = 1:50) 52 54 53 55 seurat.data <- RunUMAP(seurat.data, dims = 1:10) 54 56 n <- length(count[2,])