NPLinker / nplinker

A python framework for data mining microbial natural products by integrating genomics and metabolomics data
https://nplinker.github.io/nplinker
Apache License 2.0
16 stars 10 forks source link

Add LinkGraph to replace ObjectLink and LinkCollection #252

Closed CunliangGeng closed 3 months ago

CunliangGeng commented 3 months ago

The LinkGraph class is a wrapper of networkx.Graph, which treats links as edges between objects or nodes (e.g. GCF, spectrum) while the scoring data of the links is treated as the attributes of the edges in the graph. This graph data structure can perfectly replace the legacy ObjectLink and LinkCollection classes.

CunliangGeng commented 3 months ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @CunliangGeng and the rest of your teammates on Graphite Graphite

CunliangGeng commented 3 months ago

Merge activity