Package | Description |
---|---|
info.bioinfweb.libralign.pherogram |
Contains classes related to storing and displaying a trace file from Sanger sequencing.
|
Modifier and Type | Method and Description |
---|---|
PherogramFormats.QualityOutputType |
PherogramFormats.getQualityOutputType()
Determines the way quality scores shall be displayed.
|
static PherogramFormats.QualityOutputType |
PherogramFormats.QualityOutputType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PherogramFormats.QualityOutputType[] |
PherogramFormats.QualityOutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PherogramFormats.setQualityOutputType(PherogramFormats.QualityOutputType qualityOutputType) |