AllenInstitute / transcriptomic_clustering

improved clustering pipeline for transcriptomic data
Other
4 stars 1 forks source link

Make Louvain Clustering Seedable #86

Closed JakeSAI closed 3 years ago

JakeSAI commented 3 years ago

Louvain clustering is currently non-deterministic, due to random re-ordering of the agglomeration in the underlying C++ module. Passing a random seed from the top-level function down to this module would allow for reproducible clustering outputs.

Tasks:

Validation:

wbwakeman commented 3 years ago

Superseded by #92