You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
I followed the standard pipeline. This worked for one set of my data. I used the exact same code for my other datast. After the commands CM_EC_WT_cellchat <- identifyOverExpressedGenes(CM_EC_WT_cellchat)
CM_EC_WT_cellchat <- identifyOverExpressedInteractions(CM_EC_WT_cellchat) , I try to run df.net_all_CM_EC_WT <- subsetCommunication(CM_EC_WT_cellchat). I get the following error: Error in names(x) <- value :
'names' attribute [3] must be the same length as the vector [1]. I have gone through trying to figure out the error and read online, but I cant figure it out.
I followed the standard pipeline. This worked for one set of my data. I used the exact same code for my other datast. After the commands CM_EC_WT_cellchat <- identifyOverExpressedGenes(CM_EC_WT_cellchat)
CM_EC_WT_cellchat <- identifyOverExpressedInteractions(CM_EC_WT_cellchat) , I try to run df.net_all_CM_EC_WT <- subsetCommunication(CM_EC_WT_cellchat). I get the following error: Error in names(x) <- value :
'names' attribute [3] must be the same length as the vector [1]. I have gone through trying to figure out the error and read online, but I cant figure it out.