Open-Source Spindle analysis tool
Spindle analysis tool is an open-source cluster of tools with its ongoing development for meiotic and mitotic spindle analysis. Key futures:
-
Online access
-
Simple and intuitive to use with implemented UI. Only require installation of the R software environment and optional Rstudio.
-
It is designed from the ground up to incrementally scale up this tool based on evolving use cases.
-
Allows working on projects reproducibly and compare data.
Spindle analysis tool aims to replace huge and complicated to work with a spreadsheet that is frequently used for Spatial Graph analysis, but also it allows to uniform and completely automate analysis.
Table of Contents
Quick start
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. You can run the software in an online-version under the Shinyapp.io or localy.
Data preparation befor you start
-
Clean spatial graph and manual check all microtubules for its correct segmentation
-
Create a node for a center of centrioles and label them Pole1 and Pole2
-
Rotate spatial graph to align spindle in X and Y
-
Reorient spatial graph in a way that Pole1 correspond to the bottom of a spindle and Pole 2 to the top
-
Label selected classes of MT. For example: Pole1_00, Pole1_01, etc.
-
Using Amira calculate MT length
-
Export Amira file as Amira ASCII (.am format) or XML (.xml format depreceated)
-
! if XML format is used .xml file have to be open in excel and saved as .xlsx
Dependency for local use
R v3.5.3 or newer
Rstudio IDE v1.2 or newer
Java SE 11 (LTS)
Dependency R library
- shiny
- shinycssloaders
- shinyWidgets
- shinyBS
- shinyalert
- colourpicker
- readxl
- plyr
- tidyverse
- ggplot2
- egg
- base
- alphashape3d
- xlsx
- zip
Contributing
Contributions, collaborators and/or constructive criticism are welcome! Please see our Contributing Guide "Soon available" for more details.
Copyright
This project is distributed under the General Public License (GPL) version 3.0 - see the license.md file for details.