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

problem with pairCells function with a large data #41

Open
revolvefire opened this issue Feb 15, 2024 · 0 comments
Open

problem with pairCells function with a large data #41

revolvefire opened this issue Feb 15, 2024 · 0 comments

Comments

@revolvefire
Copy link

revolvefire commented Feb 15, 2024

Thanks for the wonderful tool.

I encountered the following error with the 'pairCells' function:
Error in 'graph.adjacency.dense' (adjmatrix, mode = mode, weighted = weighted, : long vectors not

This occurred with a relatively large number of cells, as shown below:
------------
Running geodesic pairing after chunking data...
Number of cells in the larger dataset: 65267
Number of cells in the smaller dataset: 47697
Difference in cell count between the two datasets: 17570
Chunking the larger dataset to match the smaller dataset...
Chunk size (n) = 47697 cells
Total number of chunks: 2

Chunk #1
Number of cells in the chunk: 47697
---------------

It appears that a few people have also faced the same problem. I was wondering if there is a workaround for this issue.

Thanks!
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

1 participant