public class LanePhasingMetricsCollector extends Object
| Constructor | Description |
|---|---|
LanePhasingMetricsCollector(Collection<Tile> laneTiles,
boolean usePercentage) |
Constructor takes a lane's collection of Tiles and calculates the median phasing/prephasing for the
first and second (if available) reads
|
| Modifier and Type | Method | Description |
|---|---|---|
Map<TileTemplateRead,Float> |
getMedianPhasingMap() |
|
Map<TileTemplateRead,Float> |
getMedianPrePhasingMap() |
public LanePhasingMetricsCollector(Collection<Tile> laneTiles, boolean usePercentage)
public Map<TileTemplateRead,Float> getMedianPhasingMap()
public Map<TileTemplateRead,Float> getMedianPrePhasingMap()