public class HDF5AlleleDepth extends AlleleDepth
SiteScore.SITE_SCORE_TYPE
ALLELE_DEPTH_TYPES, NUM_ALLELE_DEPTH_TYPES
Modifier and Type | Method and Description |
---|---|
int |
value(int taxon,
int site,
SiteScore.SITE_SCORE_TYPE scoreType)
Returns the depth of nucleotide (scoreType) at given taxon and site.
|
byte |
valueByte(int taxon,
int site,
SiteScore.SITE_SCORE_TYPE scoreType)
Returns the depth (byte representation) of nucleotide (scoreType) at
given taxon and site.
|
int[] |
values(int taxon,
int site)
Returns the depth values of all nucleotides 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, 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 int value(int taxon, int site, SiteScore.SITE_SCORE_TYPE scoreType)
value
in class AlleleDepth
taxon
- taxonsite
- sitescoreType
- nucleotidepublic int[] values(int taxon, int site)
values
in class AlleleDepth
taxon
- taxonsite
- sitepublic byte valueByte(int taxon, int site, SiteScore.SITE_SCORE_TYPE scoreType)
valueByte
in class AlleleDepth
taxon
- taxonsite
- sitescoreType
- nucleotideCopyright © 2018. All rights reserved.