Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.76 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.76 KB

ASCT+B Reporter

The CCF ASCT Reporter is a basic visualization tool for displaying the flattened ASCT tables built using Angular 10.

Overview

The CCF ASCT+B Reporter includes a partonomy tree that presents relationships between various anatomical structures and substructures, that is combined with their respective cell types and biomarkers via a bimodal network. The reporter also presents an indented list tree for a more traditional look. Along with visualizing, the reporter has a report generator that enlists various meta data for the visualized ASCT table, which is download-able. There is also an in-house debug logger that lists any issues related to the data provided in the table. The reporter is also accompanied by a backend server, ASCT+B API.

Links

Usage

Use the following commands to lint, build and run the app

# lint
$ npx nx run asctb-reporter:lint

# build
$ npx nx run asctb-reporter:build

# serve
$ npx nx run asctb-reporter:serve

#test
$ npx nx run asctb-reporter:test

Contribute

  • To make a new change on the app, make the change here and create a pull request.