-
Notifications
You must be signed in to change notification settings - Fork 3
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
CSI indexes #20
Comments
I think this is pretty reasonable but I'm quite busy. Can you make a MRE with some small mock data to help me out? In particular, I would like to know how far we can go with the current code. You might be able toactually create a |
Thank you for your response. I have tried it with the Rsamtools::BamFile() and CSI indices and it worked so far. But my R crashes when it comes to filterWindowsLocal. This is due to the size of the dataset, since when calculating the filterWindows the RAM usage reaches 100GB+ and even tho I have 256GB (using Jupyter notebook rstudio) it crashes. Tried it with smaller portion of the data and it worked, so I guess I will have to split up the process somehow. Or would you also have some recommendations regarding this function? |
Sorry for the late reply. I've never seen it use so much memory before. I guess if you have super-long chromosomes, it'll create a large matrix to accommodate all of the windows. How long are your chromosomes in total, how many samples do you have, and what window sizes/spacings are you using? |
Hi, yeah I guess it would be due to the size of the dataset. The chromosomes are this: And there are 7 samples with 3 replicas each. But in the end, we didn't need to use this function, so our analysis is finished. Thanks for the CSI index loading idea. |
Hi,
we wanted to analyze our ATAC-seq data from plants using csaw, but the problem is that the BAM indexes need to be in the CSI format due to the size of the chromosomes. Is there a way to use csaw with these indexes? Or do you maybe plan to make an option to use these indexes in the future?
If you have any suggestions maybe even for a different software that works well with these indexes, I would appreciate it as well.
Thank you!
The text was updated successfully, but these errors were encountered: