kanaverse / kana

Single cell analysis in the browser
https://kanaverse.org/kana/
MIT License
142 stars 12 forks source link

Fix for incorrect type return in annotation value selection #255

Closed jkanche closed 8 months ago

jkanche commented 8 months ago

This resolves an issue identified in the "explore" mode, where annotation values are integers (mostly found with cluster selection). However, when a user selects a specific cluster, html returns the value as a string. We implemented a type detection mechanism to infer the original type and convert the string value back to its original type.