-
Notifications
You must be signed in to change notification settings - Fork 10
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
stuck on "runGenePeakcorr" #46
Comments
Hi there - sorry for the late response here. How many cells do you have in the full dataset? We have run this on ~ 70,000 cells so this technically shouldn't get stuck in anyway, and should also work for the fewer cells you've tested this on. However, finding an optimal solution (done under the hood by the optmatch solver) is dependent on the subgraph size and search range (if the search range is too big, it will take a really long time unnecessarily) so that might be something to modify (but I would rather modify this on the complete set to see if it can run rather than the toy subset). The way you would do this is by specifying |
Hi @vkartha Constructing KNN graph for computing geodesic distance .. |
Hi,
I am running the tutorial.
I have been stuck on the function runGenePeakcorr for several days.
This is the output.
Constructing KNN graph for computing geodesic distance ..
Computing graph-based geodesic distance ..
KNN subgraphs detected:
6
Skipping subgraphs with either ATAC/RNA cells fewer than: 50 ..
Pairing cells for subgraph No. 1
Total ATAC cells in subgraph: 2049
Total RNA cells in subgraph: 2281
Subgraph size: 2049
Search threshold being used: 820
[1] "Constructing KNN based on geodesic distance to reduce search pairing search space"
[1] "Number of cells being paired: 2049 ATAC and 2049 RNA cells"
Determing pairs through optimized bipartite matching ..
Assembling pair list ..
Finished!
Pairing cells for subgraph No. 2
Total ATAC cells in subgraph: 212
Total RNA cells in subgraph: 209
Subgraph size: 209
Search threshold being used: 84
[1] "Constructing KNN based on geodesic distance to reduce search pairing search space"
[1] "Number of cells being paired: 209 ATAC and 209 RNA cells"
Determing pairs through optimized bipartite matching ..
Assembling pair list ..
Finished!
Pairing cells for subgraph No. 3
Total ATAC cells in subgraph: 1014
Total RNA cells in subgraph: 760
Subgraph size: 760
Search threshold being used: 304
[1] "Constructing KNN based on geodesic distance to reduce search pairing search space"
[1] "Number of cells being paired: 760 ATAC and 760 RNA cells"
Determing pairs through optimized bipartite matching ..
It is a relatively small number of cells - I want to test before trying on my own dataset which is much larger.
Do you have any advice on how to speed this up?
Thanks
Yaron
The text was updated successfully, but these errors were encountered: