public class ReadBarcodeResult
Container class for returning the results of parsed barcoded sequencing read.
#unprocessedSequence is the original sequence with the barcode still attached
#processedSequence is the sequence with the barcode removed and cut down to the given length.
#paddedSequence is the #processedSequence padded with polyA to length if the #processedSequence was shorter than length.
public java.lang.String unprocessedSequence
Original sequence from sequencer
public java.lang.String processedSequence
Processed sequence with barcode removed
public java.lang.String paddedSequence
Processed sequence padded with polyA