| Package | Description |
|---|---|
| net.maizegenetics.pangenome.api |
| Modifier and Type | Method and Description |
|---|---|
static HaplotypeSequence |
HaplotypeSequence.getInstance(String sequence,
ReferenceRange referenceRange,
double qualityScore,
String seqHash)
Factory method to create HaplotypeSequence This allows a copy of the HaplotypeSequence to be returned instead of
the original mutable object
|
HaplotypeSequence |
HaplotypeNode.haplotypeSequence()
HaplotypeSequence object containing the nucleotide sequence and other sequence related information for a given
HaplotypeNode object.
|
| Constructor and Description |
|---|
HaplotypeNode(HaplotypeSequence haplotypeSequence,
net.maizegenetics.taxa.TaxaList taxaList) |
HaplotypeNode(HaplotypeSequence haplotypeSequence,
net.maizegenetics.taxa.TaxaList taxaList,
int id) |
HaplotypeNode(HaplotypeSequence haplotypeSequence,
net.maizegenetics.taxa.TaxaList taxaList,
int id,
byte[] variantContexts) |
Copyright © 2018. All rights reserved.