TreeNode 1.5.2
A library to manipulate phylogenetic trees
|
This is the complete list of members for PhyloTree.TreeBuilding.DistanceMatrix, including all inherited members.
BootstrapDNASequences(IEnumerable< string > sequences) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BootstrapDNASequences(IReadOnlyList< string > sequences) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BootstrapProteinSequences(IEnumerable< string > sequences) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BootstrapProteinSequences(IReadOnlyList< string > sequences) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BootstrapReplicateFromAlignment(float[][] allocatedMatrix, IReadOnlyList< string > sequences, AlignmentType alignmentType=AlignmentType.Autodetect, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=0, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BootstrapReplicateFromAlignment(IReadOnlyList< string > sequences, AlignmentType alignmentType=AlignmentType.Autodetect, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=0, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BootstrapReplicateFromAlignment(Dictionary< string, string > alignment, AlignmentType alignmentType=AlignmentType.Autodetect, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=0, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BootstrapReplicateFromAlignment(float[][] allocatedMatrix, Dictionary< string, string > alignment, AlignmentType alignmentType=AlignmentType.Autodetect, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=0, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BuildFromAlignment(IReadOnlyList< byte[]> sequences, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=-1, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BuildFromAlignment(IReadOnlyList< ushort[]> sequences, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=-1, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BuildFromAlignment(float[][] allocatedMatrix, IReadOnlyList< byte[]> sequences, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=-1, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BuildFromAlignment(float[][] allocatedMatrix, IReadOnlyList< ushort[]> sequences, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=0, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BuildFromAlignment(float[][] allocatedMatrix, IReadOnlyList< string > sequences, AlignmentType alignmentType=AlignmentType.Autodetect, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=0, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BuildFromAlignment(IReadOnlyList< string > sequences, AlignmentType alignmentType=AlignmentType.Autodetect, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=0, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BuildFromAlignment(Dictionary< string, string > alignment, AlignmentType alignmentType=AlignmentType.Autodetect, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=0, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
BuildFromAlignment(float[][] allocatedMatrix, Dictionary< string, string > alignment, AlignmentType alignmentType=AlignmentType.Autodetect, EvolutionModel evolutionModel=EvolutionModel.Kimura, int numCores=0, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.DistanceMatrix | static |
CompareProteinSequencesBLOSUM62(ushort[] sequence1, ushort[] sequence2, int selfScore1, int selfScore2) | PhyloTree.TreeBuilding.DistanceMatrix | static |
ConvertDNASequences(IEnumerable< string > sequences) | PhyloTree.TreeBuilding.DistanceMatrix | static |
ConvertDNASequences(IReadOnlyList< string > sequences) | PhyloTree.TreeBuilding.DistanceMatrix | static |
ConvertProteinSequence(string sequence) | PhyloTree.TreeBuilding.DistanceMatrix | static |
ConvertProteinSequences(IEnumerable< string > sequences) | PhyloTree.TreeBuilding.DistanceMatrix | static |
ConvertProteinSequences(IReadOnlyList< string > sequences) | PhyloTree.TreeBuilding.DistanceMatrix | static |