SCF (biojava-legacy 1.9.5 API)
-
-
Field Summary
Fields Modifier and Type Field Description static intBYTE_MAX_VALUERepresents the maximum unsigned value of a byte for wrapping purposes
static StringPROB_NUC_ABase call alignment sequence label for the probability that call should be A.
static StringPROB_NUC_CBase call alignment sequence label for the probability that call should be C.
static StringPROB_NUC_GBase call alignment sequence label for the probability that call should be G.
static StringPROB_NUC_TBase call alignment sequence label for the probability that call should be T.
static ObjectPROB_OVERCALLBase call alignment sequence label for the overcall probability.
static ObjectPROB_SUBSTITUTIONBase call alignment sequence label for the substitution probability.
static ObjectPROB_UNDERCALLBase call alignment sequence label for the undercall probability.
static intSHORT_MAX_VALUERepresents the maximum unsigned value of a short for wrapping purposes
-
Fields inherited from interface org.biojava.bio.chromatogram.Chromatogram
DNA, OFFSETS
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSCF()Creates a new, completely empty SCF.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SCFcreate(File f)static SCFcreate(InputStream in, long alreadyRead)PropertiesgetComments()Returns the comments fields as a
Propertiesmapping.static IntegerAlphabet.SubIntegerAlphabetgetProbabilityAlphabet()protected voidload(File f)protected voidload(InputStream in, long initOffset)protected SymbolListreverseComplementBaseCallList(String label)Overrides
AbstractChromatogram.reverseComplementBaseCallList(java.lang.Object)to support the 7 quality values from the SCF.protected AbstractChromatogramreverseComplementInstance()Returns a new instance of this AbstractChromatogram subclass for use in
AbstractChromatogram.reverseComplement().-
Methods inherited from class org.biojava.bio.chromatogram.AbstractChromatogram
clearTraces, createImmutableAlignment, createImmutableSymbolList, getBaseCalls, getMax, getMax, getSequenceLength, getSignificantBits, getTrace, getTraceLength, reverse, reverseComplement, reverseComplementBaseCallList, reverseComplementBaseCalls, setBaseCallAlignment, setBits, setTrace
-
-