| Package | Description |
|---|---|
| org.forester.evoinference.matrix.character | |
| org.forester.evoinference.parsimony | |
| org.forester.surfacing |
| Modifier and Type | Method and Description |
|---|---|
static CharacterStateMatrix.GainLossStates |
CharacterStateMatrix.GainLossStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterStateMatrix.GainLossStates[] |
CharacterStateMatrix.GainLossStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CharacterStateMatrix<CharacterStateMatrix.GainLossStates> |
SankoffParsimony.getGainLossMatrix() |
CharacterStateMatrix<CharacterStateMatrix.GainLossStates> |
DolloParsimony.getGainLossMatrix() |
CharacterStateMatrix<CharacterStateMatrix.GainLossStates> |
FitchParsimony.getGainLossMatrix() |
| Modifier and Type | Method and Description |
|---|---|
CharacterStateMatrix<CharacterStateMatrix.GainLossStates> |
DomainParsimonyCalculator.getGainLossMatrix() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SurfacingUtil.writeBinaryStatesMatrixAsListToFile(CharacterStateMatrix<CharacterStateMatrix.GainLossStates> matrix,
CharacterStateMatrix.GainLossStates state,
String filename,
String indentifier_characters_separator,
String character_separator,
Map<String,String> descriptions) |
static void |
SurfacingUtil.writeBinaryStatesMatrixAsListToFileForBinaryCombinationsForGraphAnalysis(CharacterStateMatrix<CharacterStateMatrix.GainLossStates> matrix,
CharacterStateMatrix.GainLossStates state,
String filename,
String indentifier_characters_separator,
String character_separator,
BinaryDomainCombination.OutputFormat bc_output_format) |
static void |
SurfacingUtil.writeBinaryStatesMatrixToList(Map<String,List<GoId>> domain_id_to_go_ids_map,
Map<GoId,GoTerm> go_id_to_term_map,
GoNameSpace go_namespace_limit,
boolean domain_combinations,
CharacterStateMatrix<CharacterStateMatrix.GainLossStates> matrix,
CharacterStateMatrix.GainLossStates state,
String filename,
String indentifier_characters_separator,
String character_separator,
String title_for_html,
String prefix_for_html,
Map<String,Set<String>>[] domain_id_to_secondary_features_maps,
SortedSet<String> all_pfams_encountered,
SortedSet<String> pfams_gained_or_lost,
String suffix_for_per_node_events_file,
Map<String,Integer> tax_code_to_id_map) |
Copyright © 2016. All rights reserved.