public class FilterHDF5AlleleDepth extends AlleleDepth
SiteScore.SITE_SCORE_TYPE
ALLELE_DEPTH_TYPES, NUM_ALLELE_DEPTH_TYPES
Modifier and Type | Method and Description |
---|---|
byte |
valueByte(int taxon,
int site,
SiteScore.SITE_SCORE_TYPE scoreType)
Returns the depth (byte representation) of nucleotide (scoreType) at
given taxon and site.
|
byte[] |
valuesByte(int taxon,
int site)
Returns the depth values (byte representation) of all nucleotides at
given taxon and site.
|
byte[][] |
valuesForTaxonByte(int taxon)
Returns depth values (byte representation) of all nucleotides and sites
for given taxon.
|
depth, depthForAllele, depthForSite, depthForTaxon, numSites, numTaxa, siteScoreTypes, value, values, values, valuesForSiteByte
public byte[] valuesByte(int taxon, int site)
valuesByte
in class AlleleDepth
taxon
- taxonsite
- sitepublic byte[][] valuesForTaxonByte(int taxon)
valuesForTaxonByte
in class AlleleDepth
taxon
- taxonpublic byte valueByte(int taxon, int site, SiteScore.SITE_SCORE_TYPE scoreType)
valueByte
in class AlleleDepth
taxon
- taxonsite
- sitescoreType
- nucleotideCopyright © 2018. All rights reserved.