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 String
getFamilyId()
String
getIndividualId()
String
getMaternalId()
String
getPaternalId()
Number
getPhenotype()
Sex
getSex()
boolean
hasBothParents()
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()
-
-