a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
1.03k stars 131 forks source link

conversion from/to nx <-> pyg/dgl draft + add baseline notebook #64

Closed kexinhuang12345 closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #64 (49f8060) into packaging (a56d4e2) will decrease coverage by 2.19%. The diff coverage is 20.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##           packaging      #64      +/-   ##
=============================================
- Coverage      47.49%   45.29%   -2.20%     
=============================================
  Files             43       46       +3     
  Lines           2537     2733     +196     
=============================================
+ Hits            1205     1238      +33     
- Misses          1332     1495     +163     
Impacted Files Coverage Δ
graphein/grn/config.py 100.00% <ø> (ø)
graphein/grn/features/node_features.py 100.00% <ø> (ø)
graphein/grn/graphs.py 50.00% <ø> (ø)
graphein/grn/parse_trrust.py 88.88% <ø> (ø)
graphein/ml/conversion.py 0.00% <0.00%> (ø)
graphein/ml/diffusion.py 0.00% <0.00%> (ø)
graphein/ppi/config.py 100.00% <ø> (ø)
graphein/ppi/edges.py 100.00% <ø> (ø)
graphein/ppi/graph_metadata.py 0.00% <ø> (ø)
graphein/ppi/graphs.py 54.34% <ø> (ø)
... and 30 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 a56d4e2...49f8060. Read the comment docs.