https://github.com/openworm/movement_cloud
Movement Analysis on the cloud
https://github.com/openworm/movement_cloud
Last synced: 9 months ago
JSON representation
Movement Analysis on the cloud
- Host: GitHub
- URL: https://github.com/openworm/movement_cloud
- Owner: openworm
- License: other
- Created: 2016-09-30T03:12:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T15:56:59.000Z (over 3 years ago)
- Last Synced: 2025-03-22T19:43:07.759Z (about 1 year ago)
- Language: Python
- Homepage: http://movement.openworm.org/
- Size: 16.9 MB
- Stars: 6
- Watchers: 10
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Worm Movement Database
Movement Analysis on the cloud.
This is an open database framework for users to search for and download
*C. elegans* movement experiment data, as well as features means metadata.
If you have found a bug, please raise an issue with the github
repo. For general feedback and suggestions, please use our [feedback
form](https://goo.gl/forms/4ryQpnlkJRhAv7vx1).
## Overview and General Workflow

* Overview of workflow:
1. The full database is loaded at the start.
2. Use the **Search Bar** to load specific subsets of experiments.
3. Dynamically **refine** the set of experiments by crossfiltering on ranges of features means values.
4. **Download** experiment data and/or features means data for experiments found.
Details of the process of running through the **full workflow** can be found here - [Movement Database Workflow](webworm_docs/Workflow.md)
## Overview of entire OpenWorm project
(Red represents this repository; "You are Here!")

## Tutorial
Please try our basic **tutorial** here - [Movement Database Tutorial](webworm_docs/Tutorial-0.md)
## Interface Features Reference Documentation
Information on how each interface component feature can be used is
found here - [Movement Database Features Documentation](webworm_docs/Features.md)