public class AverageQualityAggregator extends Object implements QualityAggregator
| Constructor and Description |
|---|
AverageQualityAggregator(int size) |
| Modifier and Type | Method and Description |
|---|---|
static long |
add0(long a,
long b) |
static long |
add1(long a,
long b) |
static long |
add2(long a,
long b) |
static long |
add3(long a,
long b) |
void |
aggregate(SequenceQuality quality) |
SequenceQuality |
getQuality() |
byte |
getState() |
public void aggregate(SequenceQuality quality)
aggregate in interface QualityAggregatorpublic byte getState()
public static long add0(long a,
long b)
public static long add1(long a,
long b)
public static long add2(long a,
long b)
public static long add3(long a,
long b)
public SequenceQuality getQuality()
getQuality in interface QualityAggregatorCopyright © 2018. All rights reserved.