Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unable to filterLowQualityCells #7

Open
YingMa0107 opened this issue Jun 17, 2018 · 1 comment
Open

Unable to filterLowQualityCells #7

YingMa0107 opened this issue Jun 17, 2018 · 1 comment

Comments

@YingMa0107
Copy link

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?

@minzheguo
Copy link
Collaborator

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!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants