public interface BiAllelicGenotypeData extends FrequencyGenotypeData
FrequencyGenotypeData
or DefaultGenotypeData
must be used. Biallelic datasets
may be treated separately to reduce computation time, for example in the objectives.Modifier and Type | Method and Description |
---|---|
byte |
getAlleleScore(int id,
int markerIndex)
Get the allele score of the marker for the given entry.
|
getAlleleFrequency, getAlleleName, getMarkerName, getNumberOfAlleles, getNumberOfMarkers, getTotalNumberOfAlleles, hasMissingValues, writeData, writeData
byte getAlleleScore(int id, int markerIndex)
CoreHunterConstants.MISSING_ALLELE_SCORE
.id
- the id of the entry, must be one of the IDs returned by Data.getIDs()
markerIndex
- the index of the marker within the range 0 to n-1, where n is the total number of markers and
is returned by FrequencyGenotypeData.getNumberOfMarkers()
CoreHunterConstants.MISSING_ALLELE_SCORE
if missingCopyright © 2017. All rights reserved.