Modifier and Type | Method and Description |
---|---|
int |
getABIF_FormatVersionNum() |
short[] |
getBasecallerPeakLocations() |
short[] |
getBasecallerQualityScores() |
String |
getBasecallerSeq() |
String |
getInstrumentClass() |
String |
getInstrumentFamily() |
String |
getInstrumentName() |
Integer |
getLane() |
String |
getMachineName() |
Integer |
getMaxQualityScore() |
short |
getMaxTraceValue()
Returns the largest trace intensity value - helpful for scaling.
|
String |
getQC_Errors()
3500/3500xl specific: Returns any QC errors as a concatenated comma-separated string.
|
String |
getQC_Warnings()
3500/3500xl specific: Returns any QC warnings as a concatenated comma-separated string.
|
Long |
getQV20_Score()
3500/3500xl specific: Returns the QV20+ value.
|
String |
getQV20_Status()
3500/3500xl specific: Returns the QV20 status as one of 'Pass', 'Fail', or 'Check'.
|
Date |
getRunDate() |
String |
getSampleComment() |
String |
getSampleName() |
String |
getSampleTrackingID() |
short[] |
getTraceValues(Nucleotide inNucleotide) |
short[] |
getUserPeakLocations() |
short[] |
getUserQualityScores() |
String |
getUserSeq() |
NucleicAcid |
toNucleicAcid() |
SVG |
toSVG() |
public ABIF(File inFile) throws IOException
IOException
public ABIF(byte[] inBytes) throws IOException
IOException
public int getABIF_FormatVersionNum()
public String getInstrumentClass()
public String getInstrumentFamily()
public String getInstrumentName()
public String getMachineName()
public Date getRunDate()
public String getSampleName()
public String getSampleTrackingID()
public String getSampleComment()
public String getBasecallerSeq()
public short[] getBasecallerPeakLocations()
public short[] getBasecallerQualityScores()
public String getUserSeq()
public short[] getUserQualityScores()
public Integer getMaxQualityScore()
public short[] getUserPeakLocations()
public short[] getTraceValues(Nucleotide inNucleotide)
public String getQC_Warnings()
public String getQC_Errors()
public Long getQV20_Score()
public String getQV20_Status()
public NucleicAcid toNucleicAcid()
public short getMaxTraceValue()
jataylor@hairyfatguy.com