Package picard.pedigree
Class PedFile.PedTrio
- java.lang.Object
-
- picard.pedigree.PedFile.PedTrio
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFamilyId()StringgetIndividualId()StringgetMaternalId()StringgetPaternalId()NumbergetPhenotype()SexgetSex()booleanhasBothParents()True if this record has paternal and maternal ids, otherwise false.
-
-
-
Method Detail
-
hasBothParents
public boolean hasBothParents()
True if this record has paternal and maternal ids, otherwise false.
-
getFamilyId
public String getFamilyId()
-
getIndividualId
public String getIndividualId()
-
getPaternalId
public String getPaternalId()
-
getMaternalId
public String getMaternalId()
-
getSex
public Sex getSex()
-
getPhenotype
public Number getPhenotype()
-
-