Editor for glyph-based visualisation of cell morphology features. https://morphoglyph.web.app/#/ Visual elements in the glyphs vary linearly with the feature values, after normalisation across the datasets. This software provides a solution to the visualisation of many different morphological characteristics at once.
Serve distribution on own machine:
- Install nodejs (https://nodejs.org/en/)
- Install npm (https://www.npmjs.com/get-npm)
- Run
npm install .in the morphoglyph/dist dir. - Run
node mophoglyphLocal.jsin the morphoglyph/dist dir.