SUPPA icon indicating copy to clipboard operation
SUPPA copied to clipboard

When calculating the cluster, the following prompt appears, and only a 2kb result file is generated. Is this a data problem? Still reporting an error?

Open ouyang-lang opened this issue 2 years ago • 2 comments

Running OPTICS clustering...100%
Number of clustered events: 0/19 (0.000000%) Impossible to calculate silhouette score. Only 1 cluster group identified.

When calculating the cluster, the following prompt appears, and only a 2kb result file is generated. Is this a data problem? Still reporting an error?

ouyang-lang avatar Oct 14 '21 07:10 ouyang-lang

suppa.py clusterEvents --dpsi oocyte_diffSplice.dpsi --psivec oocyte_diffSplice.psivec --sig-threshold 0.05 --eps 0.05 --min-pts 20 --groups 1-11,12-21 -o test

This is my command, the result shows that only one group can be recognized

ouyang-lang avatar Oct 14 '21 08:10 ouyang-lang

Hi,

If there is only one cluster the silhouette score cannot be calculated, as it relies on inter cluster distances

Perhaps you can explore other parameters to see whether more clusters can be obtained

Sometimes it helps starting with some relaxed parameters to allow more events to cluster

I hope this helps

E

On Thu, 14 Oct 2021 at 19:03, ouyang-lang @.***> wrote:

suppa.py clusterEvents --dpsi oocyte_diffSplice.dpsi --psivec oocyte_diffSplice.psivec --sig-threshold 0.05 --eps 0.05 --min-pts 20 --groups 1-11,12-21 -o test

This is my command, the result shows that only one group can be recognized

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/comprna/SUPPA/issues/137#issuecomment-943112145, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADCZKB7EVOFQQCTIJUIGS6LUG2FDVANCNFSM5F67232Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

EduEyras avatar Oct 14 '21 10:10 EduEyras