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
17 stars 13 forks source link

merge DataLinks to MetcalfScoring class #249

Closed CunliangGeng closed 5 months ago

CunliangGeng commented 5 months ago

The role of class DataLinks is to calculate the presence and co-presence for given e.g. GCFs, spectra and strains. The presence matrix are required to compute the Metcalf scores.

This PR merge the role DataLinks to MetCalfScoring and utils to improve the clarity of codebase and to simplify the scoring process.

DataLinks also has a get_common_strains method that will be merged to ObjectLink class in next PR.

Major changes:

CunliangGeng commented 5 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 5 months ago

Merge activity