bigomics / playbase

Core back-end functionality and logic for OmicsPlayground
Other
4 stars 0 forks source link

Fix perplexity issue if ncol(X)<=6; Added checks #164

Closed zitoa closed 1 month ago

zitoa commented 1 month ago

This fixes HB Ticket: 10201428196

ESCRI11 commented 1 month ago

This closes https://github.com/bigomics/omicsplayground/issues/1176

ivokwee commented 1 month ago

A minimum of 2 is still too large for small datasets. setting max(1, ...) instead of max(2, ...) should resolved error.