PrepSCTFindMarkers skips re-correction after IntegrateLayers(HarmonyIntegration) with SCT v2, requiring recorrect_umi=FALSE - is this expected behavior? #10311
-
|
Hi Seurat team, The Issue/Question Warning: Object contains multiple models with unequal library sizes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, thanks for your question! You should be able to avoid this issue by running |
Beta Was this translation helpful? Give feedback.
Hi, thanks for your question! You should be able to avoid this issue by running
PrepSCTFindMarkersprior to subsetting your object (i.e. prior to this step:scRNA_filtered <- subset(scRNA, subset = scDblFinder.class == "singlet")). Please let me know if you still run into problems!