Uses of Class
org.snpsift.pedigree.Individual
Packages that use Individual
-
Uses of Individual in org.snpsift.pedigree
Methods in org.snpsift.pedigree that return IndividualMethods in org.snpsift.pedigree that return types with arguments of type IndividualModifier and TypeMethodDescriptionPedigreeDraw.findSpouses
(Individual ind) Individual.getChilds()
Individual.getChilds
(Individual spouse) Get only childs from this spousePedigreeDraw.getIndividuals()
Methods in org.snpsift.pedigree with parameters of type IndividualModifier and TypeMethodDescriptionprotected void
Individual.addChild
(Individual ind) int
Individual.compareTo
(Individual ind) void
PedigreeDraw.female
(Individual ind) PedigreeDraw.findSpouses
(Individual ind) Individual.getChilds
(Individual spouse) Get only childs from this spouseboolean
Individual.isDescendant
(Individual ind) Is 'this' descendant from 'ind' (e.g.void
PedigreeDraw.line
(Individual parent1, Individual parent2, Individual child) Line between Mother-Father and Childvoid
PedigreeDraw.male
(Individual ind) protected void
Individual.removeChild
(Individual ind) void
Individual.setFather
(Individual father) void
Individual.setMother
(Individual mother) void
PedigreeDraw.unknown
(Individual ind) Method parameters in org.snpsift.pedigree with type arguments of type IndividualModifier and TypeMethodDescriptionprotected void
PedigreeDraw.moveIfLeft
(int posX, int deltaX, Set<Individual> except) Move if the object is located to the left of posXprotected void
PedigreeDraw.moveIfRight
(int posX, int deltaX, Set<Individual> except) Move if the object is located to the right of posX