ClavelLab / maldipickr

Dereplicate And Cherry-pick Mass Spectrometry Spectra
https://clavellab.github.io/maldipickr/
GNU General Public License v3.0
2 stars 0 forks source link

Find connected components without `{igraph}` or `{tidygraph}` #18

Closed cpauvert closed 1 year ago

cpauvert commented 1 year ago

The packages {igraph} and {tidygraph} are conveniently imported for the dereplication but are only used to detect connected components.

There should be an easy way to recode an equivalent of the connected components algorithm, seeing as we only use limited options there.

This would certainly drastically reduce the number of dependencies!