Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

inbreeding coefficient calculation and genealogical software

Tags:

I am currently looking for a piece of software which will be able to map a very large number of GEDCOM files (for around 33,000 individuals) as well as working out ancestral and individual inbreeding coefficients. Does anyone know of any software which is capable????

Thanks

like image 680
Abbey Avatar asked Oct 23 '09 13:10

Abbey


People also ask

How do you calculate inbreeding coefficients?

In general, for autosomal loci, the inbreeding coefficient for an individual is F = (½)(n1+n2+1), where n1 and n2 are the numbers of generations separating the individuals in the consanguineous mating from their common ancestor. (This formula assumes that the common ancestor is not inbred.)

How do you calculate relationship coefficient in genetics?

The term was introduced by Sewall Wright (1922) and is calculated as r = Σ (0.5)L. The calculation considers that at each generation link there is meiosis, i.e., a 0.5 probability that a copy of a particular gene will be passed on to an offspring.

What inbreeding coefficient is too high?

Inbreeding levels of 5-10% will have modest detrimental effects on the offspring. Inbreeding levels above 10% will have significant effects not just on the quality of the offspring, but there will also be detrimental effects on the breed.

What does the inbreeding coefficient tell us?

Measuring the degree of inbreeding The degree of inbreeding can be measured using a calculation called the coefficient of inbreeding (CoI), or inbreeding coefficient. This calculates the probability that two copies of a gene variant have been inherited from an ancestor common to both the mother and the father.


1 Answers

I don't think you will find any software that does this for you, but it wouldn't be too difficult to write your own. I would take one of the many open source gedcom parsers out there and add the individuals to a graph database such as Neo4j. Once it is in Neo4j, it should be relatively easy to run your calculations on the individuals.

like image 53
Jay Askren Avatar answered Oct 04 '22 14:10

Jay Askren