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 was getting an error when I subset a cellchat object using idents marked with ‘group.by‘. The command line is as follows: cellchatsub <- subsetCellChat(cellchat, idents.use=c("T"),group.by = "Location")
The error message is as follows: Update slots object@images, object@net, object@netP in a single dataset... | | 0 % ~calculating Error in if (nrow(adjmatrix) != ncol(adjmatrix)) { : argument is of length zero
Best
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was getting an error when I subset a cellchat object using idents marked with ‘group.by‘. The command line is as follows:
cellchatsub <- subsetCellChat(cellchat, idents.use=c("T"),group.by = "Location")
The error message is as follows:
Update slots object@images, object@net, object@netP in a single dataset... | | 0 % ~calculating Error in if (nrow(adjmatrix) != ncol(adjmatrix)) { : argument is of length zero
Best
The text was updated successfully, but these errors were encountered: