Examine cell type abundance and biomarker expression values for functional tissue units (FTUs).
A functional tissue unit (FTU) is the smallest tissue organization that performs a unique physiologic function and is replicated multiple times in a whole organ. Explore medical illustrations of FTUs to view cell type populations by gene, protein, and lipid biomarkers. The FTU Explorer showcases single-cell expression data from the Anatomogram site by EMBL-EBI.
- Production URL: https://apps.humanatlas.io/ftu-explorer/#/
Use the following commands to lint, build and run the app
# lint
$ npx nx run ftu-ui:lint
# build
$ npx nx run ftu-ui:build
# serve
$ npx nx run ftu-ui:serve
#test
$ npx nx run ftu-ui:test
- To make a new change on the app, make the change here and create a pull request.