Skip to content

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.

Data Format

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
  • Example: AS/1, AS/1/ID, BP/1/LABEL

For the data to be visualized, the data must conform to this structure.

  1. Getting Started
  2. Installation
  3. Visualization
  4. Compare
  5. Playground
  6. Search
  7. Report
  8. Indented List
  9. Debug Log
  10. Contributing
Clone this wiki locally