Class PersonBuilder
java.lang.Object
org.phenopackets.phenopackettools.builder.builders.PersonBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaffected()
org.phenopackets.schema.v2.core.Pedigree.Person
build()
static PersonBuilder
static PersonBuilder
builderWithParentsAsFounders
(String familyId, String individualId) Founders are persons in a PED file whose parents are not included.female()
male()
missing()
-
Method Details
-
male
-
female
-
unknownSex
-
affected
-
unaffected
-
missing
-
builder
public static PersonBuilder builder(String familyId, String individualId, String paternalId, String maternalId) -
builderWithParentsAsFounders
Founders are persons in a PED file whose parents are not included. These parents are indicated by "0". This function creates a personBuilder with prepopulated father/mother ids of "0" -
build
public org.phenopackets.schema.v2.core.Pedigree.Person build()
-