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?
The text was updated successfully, but these errors were encountered:
Hi @YingMa1993 , sorry for replying late. The problem was because of the incorrect calling of the exprs function newly introduced by the dplyr package. I have updated the code to fix the issue.
Please have a try and let me know if there are any problems.
Thank you!
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?
The text was updated successfully, but these errors were encountered: