-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mike TODO: Write up example of using enhancer-promoter overlaps to compute correlation #5
Comments
Hello! By using
Regardless the method, an idea could be to convert the input into a This seems to speeds everything up drastically. I microbenched the
An additional tip could be to parallelize the code with
All of the code above has been tested. I hope all this has been helpful Cheers! |
Sorry I should have explained this one better. Yes we can speed up many operations by converting into data.table. I meant that I have already derived a faster solution to a previous problem that doesn’t involve modifying the original S4 objects, but I haven’t written it up, so I assigned this to myself as a todo. But I will take a look at your report, thank you! |
a note to myself
Write up chapter showing how to compute these correlations that doesn't involve copying/modifying the SE data.
https://gist.github.com/mikelove/2e899346d92908e6cbe3448705e4b5de
The text was updated successfully, but these errors were encountered: