-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dev restruct opt #22
Dev restruct opt #22
Conversation
…uct clasulation and visualisation seperately
…fficient, but UNTESTED.
…Including major improvent on the sum correlations function, compute the correlation matrix once (with numpy) -that depricates for the moment the computation of other than Pearson correlation function.
…he visualisation package.
…al implementation.
…le. More to optimise in a later pass.
…needed elswhere in the app.
… graph interactions. Genome contour load and visualisation.
…nstruction of start sites.
…mand line argument the resolution to reflect teh new functionality and comput the gene 3D coordinates based on its start site.
Dev gene positions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Type: Enhancement
PR Summary: The pull request introduces a new modular visualization approach for 3D genome plotting, refactors existing code to improve modularity, and adds new functionality for calculating distances and correlations in gene positions. It also includes the addition of a timing decorator for performance measurement and the removal of an outdated module.
Decision: Comment
📝 Type: 'Enhancement' - not supported yet.
- Sourcery currently only approves 'Typo fix' PRs.
✅ Issue addressed: this change correctly addresses the issue or implements the desired feature.
No details provided.
📝 Complexity: the changes are too large or complex for Sourcery to approve.
- Unsupported files: the diff contains files that Sourcery does not currently support during reviews.
- Files deleted: Sourcery does not currently approve diffs with deleted files.
General suggestions:
- Ensure that all new functions handle edge cases and potential errors gracefully, especially when dealing with file inputs and external libraries.
- Consider adding comprehensive documentation for the new modules and functions to facilitate easier maintenance and future development.
- Review the implementation of the visualization functions to ensure that all intended data is correctly represented and that no data is inadvertently lost or misrepresented.
Thanks for using Sourcery. We offer it for free for open source projects and would be very grateful if you could help us grow. If you like it, would you consider sharing Sourcery on your favourite social media? ✨
Description
First round of implementations for developing the new modular visualisation approach.