Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chanzuckerberg/ontology-ui
- Owner: chanzuckerberg
- License: mit
- Created: 2021-10-25T18:46:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T21:09:13.000Z (over 1 year ago)
- Last Synced: 2024-04-15T12:24:10.110Z (9 months ago)
- Topics: human-cell-atlas, ontology, single-cell, single-cell-rna-seq
- Language: TypeScript
- Homepage:
- Size: 12.4 MB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.MD
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].