-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi! Thank you for developing this great tool!
I am currently encountering an error while running the runEscape function with my Seurat object using the "GSVA" method and a personal gene set.
The code I used:
seurat_combined <- runEscape( seurat_combined, gene.sets = filtered_gene_sets, method = "GSVA", groups = 5000, min.size = 5, new.assay.name = "escape.GSVA" )
The error messages:
! 4177 genes with constant values throughout the samples
! Genes with constant values are discarded
! 12693 genes with constant non-zero values throughout the samples
! Genes with constant non-zero values are discarded
! Some gene sets have size one. Consider setting minSize > 1
! 6398 genes with constant values throughout the samples
! Genes with constant values are discarded
! 14765 genes with constant non-zero values throughout the samples
! Genes with constant non-zero values are discarded
! Some gene sets have size one. Consider setting minSize > 1
Error in (function (..., deparse.level = 1) :
number of rows of matrices must match (see arg 2)
I found a similar issue related to a different method ("AUCell"), which had been resolved.
Currently, I am trying to rerun by using all the cells at once.
Do you have any insights into the possible cause of this error and how I might resolve it?
Thank you very much!
Sincerely,
Chih-Ying