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?