Uses of Class
org.molgenis.data.vcf.datastructures.Sample
-
Packages that use Sample Package Description org.molgenis.data.vcf.datastructures -
-
Uses of Sample in org.molgenis.data.vcf.datastructures
Methods in org.molgenis.data.vcf.datastructures that return Sample Modifier and Type Method Description SampleTrio. getChild()SampleTrio. getFather()SampleTrio. getMother()Methods in org.molgenis.data.vcf.datastructures with parameters of type Sample Modifier and Type Method Description voidTrio. setChild(Sample child)voidTrio. setFather(Sample father)voidTrio. setMother(Sample mother)Constructors in org.molgenis.data.vcf.datastructures with parameters of type Sample Constructor Description Trio(Sample child, Sample mother, Sample father)
-