You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating the great package. I am currently applying MiloR to a large dataset with multiple design matrices. I've noticed that the "calcNhoodDistance" step is quite time-consuming. I would like to know if it's possible to run "calcNhoodDistance" before "countCells" so that I can save the object after calculating the neighborhood distances and then proceed with the remaining steps using multiple design matrices.
The text was updated successfully, but these errors were encountered:
Hi @yulijia, You can avoid using calcNhoodDistance by using the new graph-only mode, by setting refinement_scheme="graph" in makeNhoods and fdr.weighting="graph-overlap" in testNhoods. This should make your analysis significantly faster. See quickstart example here.
Hi
Thanks for creating the great package. I am currently applying MiloR to a large dataset with multiple design matrices. I've noticed that the "calcNhoodDistance" step is quite time-consuming. I would like to know if it's possible to run "calcNhoodDistance" before "countCells" so that I can save the object after calculating the neighborhood distances and then proceed with the remaining steps using multiple design matrices.
The text was updated successfully, but these errors were encountered: