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

speed related issue #75

Open
ammawla opened this issue Mar 4, 2023 · 0 comments
Open

speed related issue #75

ammawla opened this issue Mar 4, 2023 · 0 comments

Comments

@ammawla
Copy link

ammawla commented Mar 4, 2023

I developed a package that integrates multi-omics to identify putative enhancer regions, and it utilizes the Gviz package to visualize these. However, loading several -omics layers on top of the annotated tracks is time consuming. It takes ~ 1-2 min, depending on CPU and memory availability on a laptop. I was hoping to find a way to speed up this process, and wanted to know whether or not Gviz can handle multithreading or work with other packages in R that are focused on parallel processing.

Package link here: https://github.com/Huising-Lab/epiRomics

Shiny app here: https://huisinglab.shinyapps.io/epiRomics/

I was able to get around the loading issue on Shiny by creating a permanent cache on AWS S3, but these only exist for indices already run. For those that haven't, it takes 2 minutes and may drive users away.

Please let me know if you have any suggestions or thoughts. Thank you!

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