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

Coarsening #128 #144

Merged
merged 24 commits into from
Mar 25, 2022
Merged

Coarsening #128 #144

merged 24 commits into from
Mar 25, 2022

Conversation

a-r-j
Copy link
Owner

@a-r-j a-r-j commented Mar 22, 2022

#128

What does this implement/fix? Explain your changes

Adds functions for converting graphs into coarsened chain-level graphs (eg complexes) and secondary-structure graphs.

What testing did you do to verify the changes in this PR?

Tests pending.

@a-r-j a-r-j added the enhancement New feature or request label Mar 22, 2022
@a-r-j a-r-j changed the title Coarsening Coarsening #128 Mar 22, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 22, 2022

Codecov Report

Merging #144 (b15f99d) into master (8123f42) will increase coverage by 2.89%.
The diff coverage is 47.58%.

❗ Current head b15f99d differs from pull request most recent head 2872eee. Consider uploading reports for the commit 2872eee to get more accurate results

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
+ Coverage   40.27%   43.16%   +2.89%     
==========================================
  Files          48       55       +7     
  Lines        2811     3535     +724     
==========================================
+ Hits         1132     1526     +394     
- Misses       1679     2009     +330     
Impacted Files Coverage Δ
graphein/grn/parse_trrust.py 37.77% <ø> (ø)
graphein/ml/conversion.py 0.00% <0.00%> (ø)
graphein/ml/diffusion.py 0.00% <0.00%> (ø)
graphein/ppi/edges.py 100.00% <ø> (ø)
graphein/ppi/graph_metadata.py 0.00% <ø> (ø)
graphein/ppi/graphs.py 54.34% <ø> (ø)
graphein/ppi/parse_biogrid.py 75.00% <ø> (ø)
graphein/ppi/visualisation.py 0.00% <0.00%> (ø)
graphein/protein/analysis.py 0.00% <0.00%> (ø)
graphein/protein/features/sequence/embeddings.py 34.61% <ø> (-1.24%) ⬇️
... and 38 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a3b4df...2872eee. Read the comment docs.

@a-r-j a-r-j merged commit 087296d into master Mar 25, 2022
@sonarcloud
Copy link

sonarcloud bot commented Mar 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@a-r-j a-r-j deleted the coarsening branch May 12, 2022 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants