Skip to content

gprasant/Jeevan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jeevan Stem cell bank

Hi,

We're a Doctor and a programmer team trying it to make stem cell treatment easier one step at a time. This project is an inventory for embryonic stem cells along with a stem cell matching algorithm.

Features included in first release

  • Inventory management of cord blood units.
  • Stem cell matching algorithm and request notification.

Match request

The matching algorithm works based on a 6D vector of alleles. The alleles are of the form (HLA A1, HLA A2, HLA B1, HLA B2, DRB 1, DRB 2). A successful match should satisfy 2 criteria :

  1. The DRB components should be identical for both the compared samples.
for eg. 
(1, 2, 3, 4, 5, 6) and (1, 2, 3, 4, 5, 5) are **not** allowed matches
  1. The number of total matches between components of the 2 compared samples should not be less than 5.

    for eg. (1, 2, 3, 4, 5, 6) and (1, 2, 3, 3, 5, 6) is an allowed match but (1, 2, 3, 4, 5, 6) and (1 , 2, 2, 2, 5, 6) is not

Getting started

Getting started with Git and GitHub

Discussing ideas

  • Trello Board - add ideas, or claim an idea and start working on it!

About

A stem cell inventory for Jeevan stem cell bank.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published