Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

USERS:

As a user, you can get access to using this analytics project to analyse, explore, search and graphically simulate the embryogenesis process of C.elegans nematode.

Firstly, you need to understand what toolbox for analysis you have. For that, please go through the main README.md file in the main repository of this project. There are a number of features and functionalities in the project. Most of them have a command line interface that can be used on any Linux based system. Apart from that, a few features also pipeline the output to a file format called *.gml.

"*.gml" is format of storing and representing data that is compatible with graphical simulator applications. The one that is being used in this project is Gephi. So, on gephi, you can input some of these *.gml that are generated to find the graphical correlation of the nodes/cells as they have progressed through the cell division generations.

All feedback and suggestions for improving the project more than welcome!

DEVELOPERS:

As a developer, firstly you need to know that this project was initiated as part of Google Summer of Code 2018 initiative under the mentorship of Dr. Bradly Alicea from OpenWorm Foundation. This project, strictly from a GSoC perspective was under the umbrella of INCF organization.

The first step to contributing is of course the basic prerequisites :

  • GitHub account and basic knowledge of Git
  • Becoming a part of OpenWorm Foundation. "More details"
  • Trying out the functionalities of this project as a user would to get an understanding of what the goal of this project is.

After that, you are more than welcome to open pull requests/discuss interesting features that you might want to develop.

This project is an ongoing live project that still has a long way to go before it can be merged with the main initiatives and docker container of OpenWorm.

"Master README file of project"