Package | Description |
---|---|
compbio.conservation |
This package contain classes for the calculation of amino acid conservation.
|
Modifier and Type | Method and Description |
---|---|
static Format |
Format.getFormat(java.lang.String format)
Converts from String format name to enum Format
|
static Format |
Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConservationFormatter.formatResults(java.util.Map<compbio.data.sequence.ConservationMethod,double[]> scores,
java.lang.String outFilePath,
Format format,
java.util.List<compbio.data.sequence.FastaSequence> alignment)
Formats and prints results.
|