| Package | Description |
|---|---|
| org.molgenis.genotype | |
| org.molgenis.vcf |
| Modifier and Type | Field and Description |
|---|---|
static Allele |
Allele.A |
static Allele |
Allele.C |
static Allele |
Allele.G |
static Allele |
Allele.T |
static Allele |
Allele.ZERO |
| Modifier and Type | Method and Description |
|---|---|
static Allele |
Allele.create(char alleleChar) |
static Allele |
Allele.create(String alleleString) |
Allele |
Allele.getComplement() |
| Modifier and Type | Method and Description |
|---|---|
int |
Allele.compareTo(Allele other) |
| Modifier and Type | Method and Description |
|---|---|
Allele |
VcfRecord.getReferenceAllele() |
| Modifier and Type | Method and Description |
|---|---|
List<Allele> |
VcfSample.getAlleles() |
List<Allele> |
VcfRecord.getAlternateAlleles() |
Copyright © 2019. All rights reserved.