Skip to content
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 hclust(d, method = method) : size cannot be NA no #3

Open
zznx opened this issue Oct 9, 2021 · 2 comments
Open

Error in hclust(d, method = method) : size cannot be NA no #3

zznx opened this issue Oct 9, 2021 · 2 comments

Comments

@zznx
Copy link

zznx commented Oct 9, 2021

Hi @guokai8

> p=Heatmap(res,group_by="celltype_major")
Error in hclust(d, method = method) : size cannot be NA nor exceed 65536

Thank you for the package.And how to fix it

@tdfy
Copy link

tdfy commented Oct 21, 2021

Hey zznx,

I had the same error. I subset my seurat object to less than 65536 cells and it worked fine.

-Todd

@guokai8
Copy link
Owner

guokai8 commented Oct 21, 2021

Hi @tdfy and @zznx,
The error came from the hclust and I am looking for some way to fix it. And you can also turn off the clustering (cluster_rows=F, cluster_cols=F) to see if it works.
Kai

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

No branches or pull requests

3 participants