-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in plot_umap #17
Comments
Hi @sanchezy - I'm not entirely sure what's going on but it seems like |
Hi @skinnider,
I made a smaller version of the object sc and will send it by email shortly. |
Hi @sanchezy, sorry for the delay. I'm not able to reproduce this error with the dataset you sent over when I run the following two commands:
Are you passing the |
Hi @skinnider , thanks a lot for looking into this. Indeed, the solution was to pass the |
Hi all,
I have a SeuratObject sc:
calculate_auc
runs fine and I can produce the lollipop plot but when I try to overlay the AUC onto the umap by using:plot_umap(augur, sc, mode = "rank")
I get the following error:
Error in
$<-.data.frame(
tmp, "auc", value = numeric(0)) : replacement has 0 rows, data has 60260
Is there any solution to this? Any help will be greatly appreciated!
The text was updated successfully, but these errors were encountered: