Uses of Interface
org.forester.msa.Msa
-
-
Uses of Msa in org.biojava.nbio.phylo
Methods in org.biojava.nbio.phylo that return Msa Modifier and Type Method Description static <C extends Sequence<D>,D extends Compound>
MsaForesterWrapper. convert(MultipleSequenceAlignment<C,D> msa)Convert a BioJavaMultipleSequenceAlignmentto a foresterMsa. -
Uses of Msa in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return Msa Modifier and Type Method Description MsaMainFrameApplication. getMsa() -
Uses of Msa in org.forester.archaeopteryx.tools
Constructors in org.forester.archaeopteryx.tools with parameters of type Msa Constructor Description PhylogeneticInferrer(Msa msa, PhylogeneticInferenceOptions options, MainFrameApplication mf) -
Uses of Msa in org.forester.development
Constructors in org.forester.development with parameters of type Msa Constructor Description MsaRenderer(Msa msa, int unit_size, javax.swing.JComponent parent) -
Uses of Msa in org.forester.evoinference.distance
Methods in org.forester.evoinference.distance with parameters of type Msa Modifier and Type Method Description static BasicSymmetricalDistanceMatrixPairwiseDistanceCalculator. calcFractionalDissimilarities(Msa msa)static BasicSymmetricalDistanceMatrixPairwiseDistanceCalculator. calcKimuraDistances(Msa msa)static BasicSymmetricalDistanceMatrixPairwiseDistanceCalculator. calcKimuraDistances(Msa msa, double value_for_too_large_distance_for_kimura_formula)static BasicSymmetricalDistanceMatrixPairwiseDistanceCalculator. calcPoissonDistances(Msa msa) -
Uses of Msa in org.forester.evoinference.tools
Methods in org.forester.evoinference.tools that return Msa Modifier and Type Method Description static Msa[]BootstrapResampler. resample(Msa msa, int n, long seed)Methods in org.forester.evoinference.tools with parameters of type Msa Modifier and Type Method Description static Msa[]BootstrapResampler. resample(Msa msa, int n, long seed) -
Uses of Msa in org.forester.io.parsers
Methods in org.forester.io.parsers that return Msa Modifier and Type Method Description static MsaGeneralMsaParser. parse(java.io.InputStream is)static MsaFastaParser. parseMsa(byte[] bytes)static MsaFastaParser. parseMsa(java.io.File f)static MsaFastaParser. parseMsa(java.io.InputStream is)static MsaFastaParser. parseMsa(java.lang.String s) -
Uses of Msa in org.forester.msa
Classes in org.forester.msa that implement Msa Modifier and Type Class Description classBasicMsaclassDeleteableMsaclassResampleableMsaMethods in org.forester.msa that return Msa Modifier and Type Method Description static MsaBasicMsa. createInstance(java.util.List<MolecularSequence> seqs)MsaMsaMethods. deleteGapColumns(double max_allowed_gap_ratio, int min_allowed_length, Msa msa)MsaClustalOmega. infer(java.io.File path_to_input_seqs, java.util.List<java.lang.String> opts)MsaClustalOmega. infer(java.util.List<MolecularSequence> seqs, java.util.List<java.lang.String> opts)MsaMafft. infer(java.io.File path_to_input_seqs, java.util.List<java.lang.String> opts)MsaMafft. infer(java.util.List<MolecularSequence> seqs, java.util.List<java.lang.String> opts)abstract MsaMsaInferrer. infer(java.io.File path_to_input_seqs, java.util.List<java.lang.String> opts)abstract MsaMsaInferrer. infer(java.util.List<MolecularSequence> seqs, java.util.List<java.lang.String> opts)static MsaMsaMethods. removeSequence(Msa msa, java.lang.String to_remove_id)static MsaMsaMethods. removeSequences(Msa msa, java.util.List<java.lang.String> to_remove_ids)static MsaMsaMethods. removeSequencesByMinimalLength(Msa msa, int min_effective_length)static MsaMsaMethods. removeSequencesByRow(Msa msa, java.util.List<java.lang.Integer> to_remove_rows)Methods in org.forester.msa with parameters of type Msa Modifier and Type Method Description static DescriptiveStatisticsMsaMethods. calcBasicGapinessStatistics(Msa msa)static doubleMsaMethods. calcGapRatio(Msa msa)static intDeleteableMsa. calcGapSumPerColumn(Msa msa, int col)static intMsaMethods. calcGapSumPerColumn(Msa msa, int col)static doubleMsaMethods. calcNormalizedShannonsEntropy(int k, Msa msa)static doubleMsaMethods. calcNormalizedShannonsEntropy(int k, Msa msa, int col)static int[]MsaMethods. calcNumberOfGapsInMsa(Msa msa)static DescriptiveStatisticsMsaMethods. calcNumberOfGapsStats(Msa msa)static DescriptiveStatisticsMsaMethods. calculateEffectiveLengthStatistics(Msa msa)static DescriptiveStatisticsMsaMethods. calculateIdentityRatio(int from, int to, Msa msa)static doubleMsaMethods. calculateIdentityRatio(Msa msa, int column)static java.util.SortedMap<java.lang.Character,java.lang.Integer>MsaMethods. calculateResidueDestributionPerColumn(Msa msa, int column)static DeleteableMsaDeleteableMsa. createInstance(Msa msa)MsaMsaMethods. deleteGapColumns(double max_allowed_gap_ratio, int min_allowed_length, Msa msa)static MsaMsaMethods. removeSequence(Msa msa, java.lang.String to_remove_id)static MsaMsaMethods. removeSequences(Msa msa, java.util.List<java.lang.String> to_remove_ids)static MsaMsaMethods. removeSequencesByMinimalLength(Msa msa, int min_effective_length)static MsaMsaMethods. removeSequencesByRow(Msa msa, java.util.List<java.lang.Integer> to_remove_rows) -
Uses of Msa in org.forester.msa_compactor
Methods in org.forester.msa_compactor that return Msa Modifier and Type Method Description MsaMsaCompactor. getMsa()Constructors in org.forester.msa_compactor with parameters of type Msa Constructor Description MsaProperties(Msa msa, java.lang.String removed_seq, boolean calculate_normalized_shannon_entropy) -
Uses of Msa in org.forester.phylogeny
Methods in org.forester.phylogeny with parameters of type Msa Modifier and Type Method Description static voidPhylogenyMethods. addMolecularSeqsToTree(Phylogeny phy, Msa msa)
-