Constructor | Description |
---|---|
PedTrio(String familyId,
String individualId,
String paternalId,
String maternalId,
Sex sex,
Number phenotype) |
Constructs a TRIO that cannot be modified after the fact.
|
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.
|
public boolean hasBothParents()
public String getFamilyId()
public String getIndividualId()
public String getPaternalId()
public String getMaternalId()
public Sex getSex()
public Number getPhenotype()