https://github.com/tiagoantao/metis
Population Genetics in JavaScript
https://github.com/tiagoantao/metis
javascript population-genetics statistics
Last synced: over 1 year ago
JSON representation
Population Genetics in JavaScript
- Host: GitHub
- URL: https://github.com/tiagoantao/metis
- Owner: tiagoantao
- License: agpl-3.0
- Created: 2018-01-19T14:40:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T10:41:29.000Z (over 8 years ago)
- Last Synced: 2025-03-01T11:07:28.630Z (over 1 year ago)
- Topics: javascript, population-genetics, statistics
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metis
A set of packages for population genetics in JavaScript
### Existing
- [metis-sim](https://github.com/tiagoantao/metis-sim) A Forward time simulator
- [metis-web](https://github.com/tiagoantao/metis-web) A Population Genetics teaching tool. [Use it now online](http://tiago.org/sim)!
### Planned
- [metis-stats](https://github.com/tiagoantao/metis-stats) Population genetics' statistics
## Umbrella project
This is developed under the [sci project](https://github.com/tiagoantao/sci), a family of
scientific libraries for JavaScript.
## Elsewhere
Some recommended packages
### Bioinformatics
- [BioJS](https://biojs.net) Bioinformatics in JavaScript
- [bionode](https://bionode.io) Bioinformatics in JavaScript server- and client-side. NodeJS...
### Other stuff
- [Vega & Vega-Lite](https://vega.github.io) Powerful charting libraries in JavaScript
- [Cytoscape.js](https://js.cytoscape.org) Graph theory and network library for analysis and visualization
## Licensing and contact
All content is made available under the GNU Affero General Public License 3.0.
Author: [Tiago Antao](https://tiago.org)