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
I just follow the code you post for the data("E16.5"). And when I try to run
sc <- filterLowQualityCells(sc, min.expression=1, min.genes=1000, do.plot=T)
It showed error as below:
Error in ret[genes, cells] : incorrect number of dimensions
Could you please tell me how to solve this problem?