iloveyii / cell-analysis

Python, Django, Cytoflow, Flowcytometry, Node, JS, Docker, PostgreSQL application for cell analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PC3 Cell Analysis

This is a micro services based web application for analysing the prostrate cancer cells. This application gets data from FCS file uploaded by the user and then using Flow Cytometry Tools in Python the results are shown visually on a web application.

The following tools and technologies have been used in this project.

Python Docker
JS Node
python django
html5 react
hkr machine learning

screenshots

Add SSH key to Github

install-demo

  • ssh-keygen
  • cat ~/.ssh/id_rsa.pub
  • Copy and paste to github

Installation

Docker

install-demo

Docker compose

install-demo

Clone repo

install-demo

  • Clone repo git clone git@github.com:iloveyii/cell-analysis.git
  • cd cell-analysis
  • Pull some images from hub.docker.com
    docker pull node:8
    docker pull alikth/basic_cell:latest
    docker pull alikth/ml_cell:latest
  • Run docker-compose sudo docker-compose up
  • After the containers are up browse to: http://localhost

Contributions

  • Two docker images prepare for this project and hosted on https://hub.docker.gom
  • A Droplet purchased and deployed on Digital Ocean.
  • An open source project for Cancer cell analysis using Flow Cytometry on github.

About

Python, Django, Cytoflow, Flowcytometry, Node, JS, Docker, PostgreSQL application for cell analysis


Languages

Language:CSS 62.6%Language:JavaScript 14.8%Language:HTML 13.5%Language:Python 8.9%Language:Dockerfile 0.2%Language:PHP 0.1%