-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Hello,
I have made a list of cellchat xenium objects by replicate and merged them into one cellchat. I have tried doing cellchat <- identifyOverExpressedGenes(cellchat ,group.dataset = "seq_folder", pos.dataset = pos.dataset, features.name = features.name, only.pos = F, thresh.pc = 0.1, thresh.fc = 0.05,thresh.p = 0.05, group.DE.combined = FALSE) to do differential expression analysis between conditions however no matter how I change the parameters identifyOverExpressedGenes compares them by replicates not by condition, even when i have condition in the meta data of each cellchat object in the merged object. How do I overcome this or merge the replicates in a way where I can compare them by condition, or set so when I make graphs and such it does it by condition not replicate? The tutorial did not help much as it only did 1 replicate per condition not multiple.