-
Notifications
You must be signed in to change notification settings - Fork 5
Visualization
Hrishikesh Paul edited this page Feb 20, 2021
·
8 revisions
This page describes how the Reporter works, the different functions offered and the aspects of the visualization that the user can control.
The data that the visualization uses can be found here. The data is formatted in a specific way to keep it standardized across all organs and make it easier to convert the data in to a machine readable format. Below are some of the key characteristics of the tables,
-
First 10 rows are reserved for author details, comments and other meta data.
-
The 11th row is the most important row where each column has to have text in the following pattern(s) -
ENTITY/NUMBER/DATA_TYPE
- ENTITY can be
AS
,CT
,BP,
BG,
REF` - NUMBER can be non-negative numbers starting from 1
- DATA_TYPE can be
ID
,LABEL
,DOI
- ENTITY can be
-
Example:
AS/1
,AS/1/ID
,BP/1/LABEL
For the data to be visualized, the data must conform to this structure.
- Getting Started
- Installation
- Visualization
- Compare
- Playground
- Search
- Report
- Indented List
- Debug Log
- Contributing