Uses of Interface
org.forester.msa.Msa
Packages that use Msa
Package
Description
-
Uses of Msa in org.biojava.nbio.phylo
Methods in org.biojava.nbio.phylo that return MsaModifier and TypeMethodDescriptionForesterWrapper.convert
(MultipleSequenceAlignment<C, D> msa) Convert a BioJavaMultipleSequenceAlignment
to a foresterMsa
. -
Uses of Msa in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return Msa -
Uses of Msa in org.forester.archaeopteryx.tools
Constructors in org.forester.archaeopteryx.tools with parameters of type MsaModifierConstructorDescriptionPhylogeneticInferrer
(Msa msa, PhylogeneticInferenceOptions options, MainFrameApplication mf) -
Uses of Msa in org.forester.development
Constructors in org.forester.development with parameters of type Msa -
Uses of Msa in org.forester.evoinference.distance
Methods in org.forester.evoinference.distance with parameters of type MsaModifier and TypeMethodDescriptionPairwiseDistanceCalculator.calcFractionalDissimilarities
(Msa msa) PairwiseDistanceCalculator.calcKimuraDistances
(Msa msa) PairwiseDistanceCalculator.calcKimuraDistances
(Msa msa, double value_for_too_large_distance_for_kimura_formula) PairwiseDistanceCalculator.calcPoissonDistances
(Msa msa) -
Uses of Msa in org.forester.evoinference.tools
Methods in org.forester.evoinference.tools that return MsaMethods in org.forester.evoinference.tools with parameters of type Msa -
Uses of Msa in org.forester.io.parsers
Methods in org.forester.io.parsers that return Msa -
Uses of Msa in org.forester.msa
Classes in org.forester.msa that implement MsaModifier and TypeClassDescriptionclass
final class
final class
Methods in org.forester.msa that return MsaModifier and TypeMethodDescriptionstatic Msa
BasicMsa.createInstance
(List<MolecularSequence> seqs) final Msa
MsaMethods.deleteGapColumns
(double max_allowed_gap_ratio, int min_allowed_length, Msa msa) ClustalOmega.infer
(List<MolecularSequence> seqs, List<String> opts) Mafft.infer
(List<MolecularSequence> seqs, List<String> opts) abstract Msa
abstract Msa
MsaInferrer.infer
(List<MolecularSequence> seqs, List<String> opts) static final Msa
MsaMethods.removeSequence
(Msa msa, String to_remove_id) static final Msa
MsaMethods.removeSequences
(Msa msa, List<String> to_remove_ids) static Msa
MsaMethods.removeSequencesByMinimalLength
(Msa msa, int min_effective_length) static final Msa
MsaMethods.removeSequencesByRow
(Msa msa, List<Integer> to_remove_rows) Methods in org.forester.msa with parameters of type MsaModifier and TypeMethodDescriptionstatic DescriptiveStatistics
MsaMethods.calcBasicGapinessStatistics
(Msa msa) static double
MsaMethods.calcGapRatio
(Msa msa) static int
DeleteableMsa.calcGapSumPerColumn
(Msa msa, int col) static int
MsaMethods.calcGapSumPerColumn
(Msa msa, int col) static final double
MsaMethods.calcNormalizedShannonsEntropy
(int k, Msa msa) static final double
MsaMethods.calcNormalizedShannonsEntropy
(int k, Msa msa, int col) static final int[]
MsaMethods.calcNumberOfGapsInMsa
(Msa msa) static final DescriptiveStatistics
MsaMethods.calcNumberOfGapsStats
(Msa msa) static final DescriptiveStatistics
MsaMethods.calculateEffectiveLengthStatistics
(Msa msa) static final DescriptiveStatistics
MsaMethods.calculateIdentityRatio
(int from, int to, Msa msa) static final double
MsaMethods.calculateIdentityRatio
(Msa msa, int column) MsaMethods.calculateResidueDestributionPerColumn
(Msa msa, int column) static final DeleteableMsa
DeleteableMsa.createInstance
(Msa msa) final Msa
MsaMethods.deleteGapColumns
(double max_allowed_gap_ratio, int min_allowed_length, Msa msa) static final Msa
MsaMethods.removeSequence
(Msa msa, String to_remove_id) static final Msa
MsaMethods.removeSequences
(Msa msa, List<String> to_remove_ids) static Msa
MsaMethods.removeSequencesByMinimalLength
(Msa msa, int min_effective_length) static final Msa
MsaMethods.removeSequencesByRow
(Msa msa, List<Integer> to_remove_rows) -
Uses of Msa in org.forester.msa_compactor
Methods in org.forester.msa_compactor that return MsaConstructors in org.forester.msa_compactor with parameters of type MsaModifierConstructorDescriptionMsaProperties
(Msa msa, String removed_seq, boolean calculate_normalized_shannon_entropy) -
Uses of Msa in org.forester.phylogeny
Methods in org.forester.phylogeny with parameters of type MsaModifier and TypeMethodDescriptionstatic void
PhylogenyMethods.addMolecularSeqsToTree
(Phylogeny phy, Msa msa)