| Package | Description |
|---|---|
| org.molgenis.data.vcf.utils |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,Trio> |
VcfUtils.getPedigree(Scanner inputVcfFileScanner)
Get pedigree data from VCF Now only support child, father, mother No fancy data structure either Output:
result.put(childID, Arrays.asList(new String[]{motherID, fatherID}));
|
Copyright © 2017. All Rights Reserved.