colomemaria / epiScanpy

Episcanpy: Epigenomics Single Cell Analysis in Python
BSD 3-Clause "New" or "Revised" License
138 stars 33 forks source link

correct parameter typo in silhouette #123

Closed erguntiryaki closed 1 year ago

erguntiryaki commented 1 year ago

Hello,

epiScanpy has the handy wrapper function "epi.tl.silhouette" which throws an error due to a small parameter typo provided to sklearn's silhouette functions. Changing it from "label=" to "labels=" resolves the issue.

Best regards, Ergün