public class AbstractIlluminaPositionFileReader.PositionInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
lane
The lane, which is determined from the file name
|
int |
tile
The tile, which is determined from the file name
|
float |
xPos
The x-position as it occurs in the file being read
|
int |
xQseqCoord
The QSeq style x-coordinat, an integer = Math.round(xPos*10 + 1000)
|
float |
yPos
The y-position as it occurs in the file being read
|
int |
yQseqCoord
The QSeq style y-coordinates, an integer = Math.round(yPos*10 + 1000)
|
| Constructor and Description |
|---|
AbstractIlluminaPositionFileReader.PositionInfo(float x,
float y,
int lane,
int tile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
public final float xPos
public final float yPos
public final int lane
public final int tile
public final int xQseqCoord
public final int yQseqCoord