SystemToCell Error #25
-
Hi! I am getting "Error: No cell overlap between new meta data and Seurat object" when I try to run NICHES SystemToCell on either my own data or on the ifnb vignette data. CellToCell works fine for me when I set SystemToCell = F. Any insights or help with sorting this out would be much appreciated! Thank you so much! Here is my code (slightly modified from the very helpful NICHES vignette):
Output from the above code is: Subsetting to populations with greater than 1 cells Subsetting to genes expressed in greater than 50 cells 6548 distinct cells from 13 celltypes to be analyzed Limiting ground truth to genes within dataset Mapping against 246 ground truth signaling mechanisms For sampling purposes, please make sure that the active Identity of the input seurat object corresponds to cell types 40962 Cell-To-Cell edges computed, sampling 169 distinct VectorTypes, out of 169 total possible And my session info: Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think that this is might be due to a cross-compatibility issue with Seurat v5. We are working to patch this currently. Please try installing NICHES using the "dev_master" branch and see if this fixes the issue. Sam |
Beta Was this translation helpful? Give feedback.
I think that this is might be due to a cross-compatibility issue with Seurat v5. We are working to patch this currently. Please try installing NICHES using the "dev_master" branch and see if this fixes the issue.
Sam