We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In pagoda$plotEmbedding, keep.limits = T is supposedly able to help maintain axis limits while plot.na = F, but it triggers an error:
pagoda$plotEmbedding
plot.na = F
Error in embedding[, 1]: incorrect number of dimensions
The text was updated successfully, but these errors were encountered:
Yeah, this is a bug I can reproduce.
I'll fix and update shortly.
Sorry, something went wrong.
It's been almost a year. I realistically won't get to this bug any time soon.
It shouldn't be that complicated to fix.
Maybe it's something fun for @rrydbirk or others in his lab/group to fix. @teng-gao might have fun tackling this as well.
I'll put a help wanted ticket here.
Fixed in f65d0d6, I'll create a PR.
No branches or pull requests
In
pagoda$plotEmbedding
, keep.limits = T is supposedly able to help maintain axis limits whileplot.na = F
, but it triggers an error:The text was updated successfully, but these errors were encountered: