| Package | Description |
|---|---|
| picard.illumina | |
| picard.illumina.parser |
| Modifier and Type | Method and Description |
|---|---|
Map<TileTemplateRead,Float> |
LanePhasingMetricsCollector.getMedianPhasingMap() |
Map<TileTemplateRead,Float> |
LanePhasingMetricsCollector.getMedianPrePhasingMap() |
| Modifier and Type | Method and Description |
|---|---|
TileTemplateRead |
TilePhasingValue.getTileTemplateRead() |
static TileTemplateRead |
TileTemplateRead.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TileTemplateRead[] |
TileTemplateRead.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<TileTemplateRead,Float> |
Tile.getPhasingMap() |
Map<TileTemplateRead,Float> |
Tile.getPrePhasingMap() |
| Constructor and Description |
|---|
TilePhasingValue(TileTemplateRead tileTemplateRead,
float phasingValue,
float prePhasingValue) |