An interactive tool for exploring and validating spatially registered tissue blocks and cell-type populations
The CCF Exploration User Interface (EUI) represents data across multiple scales, supporting navigation by multiple coordinate systems, including spatial, physiologic, and organ-based browsing. The first proof-of-concept user interface for the CCF v1.0.0 became available in June 2020. The EUI continues to evolve as more data becomes available.
- Production URL: https://apps.humanatlas.io/eui/
Use the following commands to lint, build and run the app
# lint
$ npx nx run ccf-eui:lint
# build
$ npx nx run ccf-eui:build
# serve
$ npx nx run ccf-eui:serve
#test
$ npx nx run ccf-eui:test
- To make a new change on the app, make the change here and create a pull request.