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 has been archived by the owner on Jan 24, 2024. It is now read-only.
I build a CellCall file through seurat ,but there is a error
cellchat <- identifyOverExpressedGenes(cellchat)
Error : in identifyOverExpressedGenes(cellchat) : Please check [email protected] and ensure that you have run subsetData and that the data matrix [email protected] looks OK.
so does it mean I have to get signaling before I build the CellCall file ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I meet a question that when i build a CellCall file
cellchat = createCellChat(object = T_cells1,meta [email protected], group.by = "celltype")
and find
cellchat@data 21247 x 12257 sparse Matrix of class "dgCMatrix"
but
[email protected] 0 x 12257 sparse Matrix of class "dgCMatrix"
Hope you can give me a hand,thank you.
The text was updated successfully, but these errors were encountered: