| Package | Description |
|---|---|
| org.molgenis.data.vcf.datastructures |
| Modifier and Type | Method and Description |
|---|---|
Sample |
Trio.getChild() |
Sample |
Trio.getFather() |
Sample |
Trio.getMother() |
| Modifier and Type | Method and Description |
|---|---|
void |
Trio.setChild(Sample child) |
void |
Trio.setFather(Sample father) |
void |
Trio.setMother(Sample mother) |
| Constructor and Description |
|---|
Trio(Sample child,
Sample mother,
Sample father) |
Copyright © 2017. All rights reserved.