mortazavilab / PyWGCNA

PyWGCNA is a Python package designed to do Weighted Gene Correlation Network analysis (WGCNA)
https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/btad415/7218311
MIT License
217 stars 53 forks source link

Adding spearman correlation to findmodules #123

Open Buiboni opened 1 month ago

Buiboni commented 1 month ago

Spearman correlation is widely use in biology especially when dealing with semi-quantitative data. This pull request implement spearman correlation in the main function findmodules.

nargesr commented 1 month ago

Thank you @Buiboni

It's wonderful. Could you add a docstring describing the spearman parameter you used for those functions?

Once you add that information, I can start merging your pull request.

Best, Narges