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

create_modules speed up #24

Open
wangjiawen2013 opened this issue May 30, 2022 · 4 comments
Open

create_modules speed up #24

wangjiawen2013 opened this issue May 30, 2022 · 4 comments

Comments

@wangjiawen2013
Copy link

Hi,
hotspot create_modules runs slowly, it tooks me about 4 days on 50,000 cells how to speed up ?

@zhenzuo2
Copy link

Have you tried to use highly variable features only?

@wangjiawen2013
Copy link
Author

No, I think it's better to use the whole transcriptome with minimized filtering according to the cell system paper. Can we utilize parallel processing to reduce the time ?

@wangjiawen2013
Copy link
Author

Will hotspot support parallel processing ?

@zhenzuo2
Copy link

Will hotspot support parallel processing ?

For my data hs.compute_local_correlations() and hs.compute_autocorrelations() are a little bit slow but I can set jobs=20 for parallel processing. It took about 40 mins on 8000 cells * 5000 genes. create_modules() only took one or two seconds. I do not think subsetting genes/cells makes a big difference.

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

2 participants