| IlluminaFastQID {SMRUCC.genomics.SequenceModel.FQ} | .NET clr documentation |
Illumina sequence identifiers
# namespace SMRUCC.genomics.SequenceModel.FQ
export class IlluminaFastQID {
# B10 0 when none of the control bits are on, otherwise it is an even number
ControlBits: integer;
# B9 Y if the read is filtered, N otherwise
Filtered: string;
# A3
FlowCellID: string;
# A4 Flowcell lane
FlowCellLane: string;
# B11 index sequence
IndexSequence: string;
# A1 The unique instrument name
instrument_name: string;
IsEmpty: boolean;
# B8 The member of a pair, /1 or /2 (paired-end or mate-pair reads only)
PairMember: string;
# A2
RunID: string;
# A5 Tile number within the flowcell lane
Tiles: string;
# A6 'x'-coordinate of the cluster within the tile
X: integer;
# A7 'y'-coordinate of the cluster within the tile
Y: integer;
}