Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chanzuckerberg/ontology-ui

Ontology visualizer
https://github.com/chanzuckerberg/ontology-ui

human-cell-atlas ontology single-cell single-cell-rna-seq

Last synced: about 2 months ago
JSON representation

Ontology visualizer

Awesome Lists containing this project

README

        

# Ontology UI

This is a prototype repository for research related to ontology visualization and cell types. Functionality includes loading the

### Usage

The following commands will run a python/flask server on 5000, and a vite client dev server on 3000.

##### CLIENT

```
$ npm ci
$ npm run start
```

##### SERVER

Setup:

```
$ cd server
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
```

Run:

```
$ flask run
```

And navigate to `http://localhost:3000/`

### Typescript

Types can be found in `src/d.ts`

### Security

Please note: If you believe you have found a security issue, please responsibly disclose by contacting us at [email protected]

### Contributing

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].