- AbstractMatrixAligner<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment.template
-
Implements common code for an
Aligner which builds a score matrix during computation.
- AbstractMatrixAligner() - Constructor for class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- AbstractMatrixAligner(GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Prepares for an alignment.
- AbstractMatrixAligner(GapPenalty, SubstitutionMatrix<C>, boolean) - Constructor for class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Prepares for an alignment.
- AbstractPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment.template
-
- AbstractPairwiseSequenceAligner() - Constructor for class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- AbstractPairwiseSequenceAligner(S, S, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
Prepares for a pairwise global sequence alignment.
- AbstractPairwiseSequenceAligner(S, S, GapPenalty, SubstitutionMatrix<C>, boolean) - Constructor for class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
Prepares for a pairwise sequence alignment.
- AbstractProfileProfileAligner<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment.template
-
- AbstractProfileProfileAligner() - Constructor for class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- AbstractProfileProfileAligner(Profile<S, C>, Profile<S, C>, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
Prepares for a profile-profile alignment.
- AbstractProfileProfileAligner(Future<ProfilePair<S, C>>, Future<ProfilePair<S, C>>, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
Prepares for a profile-profile alignment run concurrently.
- AbstractProfileProfileAligner(Profile<S, C>, Future<ProfilePair<S, C>>, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
Prepares for a profile-profile alignment run concurrently.
- AbstractProfileProfileAligner(Future<ProfilePair<S, C>>, Profile<S, C>, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
Prepares for a profile-profile alignment run concurrently.
- AbstractScorer - Class in org.biojava.nbio.alignment.template
-
Implements common code for algorithms which compute a score.
- AbstractScorer() - Constructor for class org.biojava.nbio.alignment.template.AbstractScorer
-
- addActiveSite(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addAnchor(int, int) - Method in class org.biojava.nbio.alignment.routines.AnchoredPairwiseSequenceAligner
-
Adds an additional anchor to the set of anchored compounds
- addAnchors(AlignerHelper.Cut[], int[], boolean, int[]) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
- addASPFamPredicted(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addASSwissProt(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addDBReference(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- addGFBuildMethod(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- addGFFalseDiscoveryRate(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- addGFNewHampshire(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- addGFTreeID(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- addGSAccessionNumber(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addGSdbReference(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addGSDescription(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addGSLook(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addGSOrganismClassification(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addGSOrganismSpecies(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addIntron(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addLigandBinding(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addPosteriorProbability(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addSecondaryStructure(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addSequence(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addSurfaceAccessibility(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- addToGFComment(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- addToRefAuthor(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- addToRefTitle(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- addTransMembrane(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- align() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Performs alignment
- Aligner<S extends Sequence<C>,C extends Compound> - Interface in org.biojava.nbio.alignment.template
-
Defines an algorithm which computes an alignment
Profile from a list of
Sequences.
- AlignerHelper - Class in org.biojava.nbio.alignment.routines
-
Static utility to construct alignment routines from a common library of methods.
- AlignerHelper() - Constructor for class org.biojava.nbio.alignment.routines.AlignerHelper
-
- AlignerHelper.Anchor - Class in org.biojava.nbio.alignment.routines
-
Compounds in query and target sequences that must align
- AlignerHelper.Anchor.QueryIndexComparator - Class in org.biojava.nbio.alignment.routines
-
- AlignerHelper.Cut - Class in org.biojava.nbio.alignment.routines
-
Defines a 'cut' row for divide-and-conquer alignment in which a new anchor is found.
- AlignerHelper.Last - Enum in org.biojava.nbio.alignment.routines
-
Define a traceback pointer for the three edit operations: substitution (match/replacement of a query compound
with a target compound), deletion (removal of a query compound leaving a gap in the target sequence), and
insertion (addition of a target compound opening a gap in the query sequence).
- AlignerHelper.Subproblem - Class in org.biojava.nbio.alignment.routines
-
Alignment subproblem.
- Alignments - Class in org.biojava.nbio.alignment
-
Static utility to easily run alignment routines.
- Alignments.PairInProfileScorerType - Enum in org.biojava.nbio.alignment
-
List of implemented sequence pair in a profile scoring routines.
- Alignments.PairwiseSequenceAlignerType - Enum in org.biojava.nbio.alignment
-
List of implemented pairwise sequence alignment routines.
- Alignments.PairwiseSequenceScorerType - Enum in org.biojava.nbio.alignment
-
List of implemented pairwise sequence scoring routines.
- Alignments.ProfileProfileAlignerType - Enum in org.biojava.nbio.alignment
-
List of implemented profile-profile alignment routines.
- Alignments.RefinerType - Enum in org.biojava.nbio.alignment
-
List of implemented profile refinement routines.
- Anchor(int, int) - Constructor for class org.biojava.nbio.alignment.routines.AlignerHelper.Anchor
-
- AnchoredPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment.routines
-
This algorithm uses a divide-and-conquer approach to find optimal pairwise global sequence alignments (from the
first until the last
Compound of each
Sequence) with the restriction that any alignment produced
will connect the query sequence to the target sequence at the
anchors.
- AnchoredPairwiseSequenceAligner() - Constructor for class org.biojava.nbio.alignment.routines.AnchoredPairwiseSequenceAligner
-
- AnchoredPairwiseSequenceAligner(S, S, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.routines.AnchoredPairwiseSequenceAligner
-
Prepares for a pairwise global sequence alignment.
- AnchoredPairwiseSequenceAligner(S, S, GapPenalty, SubstitutionMatrix<C>, int[]) - Constructor for class org.biojava.nbio.alignment.routines.AnchoredPairwiseSequenceAligner
-
Prepares for a pairwise global sequence alignment.
- anchors - Variable in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- appendToSequence(String, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- gapPenalty - Variable in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- GapPenalty - Interface in org.biojava.nbio.alignment.template
-
Defines a data structure for the gap penalties used during a sequence alignment routine.
- GapPenalty.Type - Enum in org.biojava.nbio.alignment.template
-
Defines the possible types of gap penalties.
- getAccessionNumber() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getAlignmentMethod() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getAllowsChildren() - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getAllPairsAlignments(List<S>, Alignments.PairwiseSequenceAlignerType, GapPenalty, SubstitutionMatrix<C>) - Static method in class org.biojava.nbio.alignment.Alignments
-
Factory method which computes a sequence alignment for all
Sequence pairs in the given
List.
- getAllPairsScorers(List<S>, Alignments.PairwiseSequenceScorerType, GapPenalty, SubstitutionMatrix<C>) - Static method in class org.biojava.nbio.alignment.Alignments
-
Factory method which sets up a sequence pair scorer for all
Sequence pairs in the given
List.
- getAllPairsScores(List<S>, Alignments.PairwiseSequenceScorerType, GapPenalty, SubstitutionMatrix<C>) - Static method in class org.biojava.nbio.alignment.Alignments
-
Factory method which computes a sequence pair score for all
Sequence pairs in the given
List.
- getAllPairsScores() - Method in class org.biojava.nbio.alignment.GuideTree
-
Returns a sequence pair score for all
Sequence pairs in the given
List.
- getAnchors() - Method in class org.biojava.nbio.alignment.routines.AnchoredPairwiseSequenceAligner
-
Returns the list of anchors.
- getAuthors() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getBioSequences() - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
used to retrieve sequences from the structure
- getBioSequences(boolean, String) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
This function tolerates mixed case letters, and allows for forcing the output biosequence type (PFAM/RFAM).
- getBioSequences(boolean) - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
Because some database files have incorrectly small letters (e.g.
- getBuildMethod() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getChild1() - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getChild1() - Method in interface org.biojava.nbio.alignment.template.GuideTreeNode
-
Returns the first child node of this node.
- getChild2() - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getChild2() - Method in interface org.biojava.nbio.alignment.template.GuideTreeNode
-
Returns the second child node of this node.
- getChildAt(int) - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getChildCount() - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getClan() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getComment() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getCompoundSet() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getCompoundSet() - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- getCompoundSet() - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- getCompoundsOfQuery() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getCompoundsOfQuery() - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- getCompoundsOfQuery() - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- getCompoundsOfTarget() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getCompoundsOfTarget() - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- getCompoundsOfTarget() - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- getComputationTime() - Method in class org.biojava.nbio.alignment.StandardRescoreRefiner
-
- getComputationTime() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getComputationTime() - Method in interface org.biojava.nbio.alignment.template.Aligner
-
Returns the computation time needed for an alignment computed in nanoseconds.
- getConsAnnotation() - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- getCuts(int, AlignerHelper.Subproblem, int[], boolean) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
- getCutsPerSection() - Method in class org.biojava.nbio.alignment.routines.GuanUberbacher
-
Returns the number of cuts added to each section during each pass.
- getDatabase() - Method in class org.biojava.nbio.alignment.io.StockholmStructure.DatabaseReference
-
- getDbComment() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getDbReferences() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getDefinition() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getDistance() - Method in class org.biojava.nbio.alignment.template.AbstractScorer
-
- getDistance(double) - Method in class org.biojava.nbio.alignment.template.AbstractScorer
-
- getDistance() - Method in interface org.biojava.nbio.alignment.template.Scorer
-
Returns score as a distance between 0.0 and 1.0.
- getDistance(double) - Method in interface org.biojava.nbio.alignment.template.Scorer
-
Returns score as a distance between 0.0 and scale.
- getDistanceMatrix() - Method in class org.biojava.nbio.alignment.GuideTree
-
Returns the distance matrix used to construct this guide tree.
- getDistanceMatrix() - Method in interface org.biojava.nbio.alignment.template.HierarchicalClusterer
-
Returns the distance matrix used in clustering.
- getDistanceToParent() - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getDistanceToParent() - Method in interface org.biojava.nbio.alignment.template.GuideTreeNode
-
Returns the difference in height of this node and it's parent node.
- getEmbTrees() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getExtensionPenalty() - Method in class org.biojava.nbio.alignment.SimpleGapPenalty
-
Returns the negative of the extension penalty passed to the constructor.
- getExtensionPenalty() - Method in interface org.biojava.nbio.alignment.template.GapPenalty
-
Returns penalty given when an already open gap elongates by a single element
- getFalseDiscoveryRate() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getFileAnnotation() - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- getFormat() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getGapPenalty() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Returns the gap penalties.
- getGatheringThreshs() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
Not always 2.
It may undergo further change.
- getIdentification() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getIndex(TreeNode) - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getKeywords() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getLocation() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getMaxScore() - Method in class org.biojava.nbio.alignment.FractionalIdentityScorer
-
- getMaxScore() - Method in class org.biojava.nbio.alignment.FractionalSimilarityScorer
-
- getMaxScore() - Method in class org.biojava.nbio.alignment.StandardRescoreRefiner
-
- getMaxScore() - Method in class org.biojava.nbio.alignment.SubstitutionMatrixScorer
-
- getMaxScore() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getMaxScore() - Method in interface org.biojava.nbio.alignment.template.Scorer
-
Returns maximum possible score.
- getMembership() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getMinScore() - Method in class org.biojava.nbio.alignment.FractionalIdentityScorer
-
- getMinScore() - Method in class org.biojava.nbio.alignment.FractionalSimilarityScorer
-
- getMinScore() - Method in class org.biojava.nbio.alignment.StandardRescoreRefiner
-
- getMinScore() - Method in class org.biojava.nbio.alignment.SubstitutionMatrixScorer
-
- getMinScore() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getMinScore() - Method in interface org.biojava.nbio.alignment.template.Scorer
-
Returns minimum possible score.
- getMultipleSequenceAlignment(List<S>, Object...) - Static method in class org.biojava.nbio.alignment.Alignments
-
Factory method which computes a multiple sequence alignment for the given
List of
Sequences.
- getName() - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getName() - Method in interface org.biojava.nbio.alignment.template.GuideTreeNode
-
Returns the name of this node.
- getNewickString(Phylogeny, boolean) - Static method in class org.biojava.nbio.phylo.ForesterWrapper
-
Convert a Phylogenetic tree to its Newick representation, so that it can
be exported to an external application.
- getNoiseCutoffs() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
Not always 2.
It may undergo further change.
- getNumSequences() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getOpenPenalty() - Method in class org.biojava.nbio.alignment.SimpleGapPenalty
-
Returns the negative of the opening penalty passed to the constructor.
- getOpenPenalty() - Method in interface org.biojava.nbio.alignment.template.GapPenalty
-
Returns penalty given when a deletion or insertion gap first opens
- getPair() - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- getPair() - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- getPair() - Method in interface org.biojava.nbio.alignment.template.PairwiseSequenceAligner
-
Returns sequence alignment pair.
- getPair() - Method in interface org.biojava.nbio.alignment.template.ProfileProfileAligner
-
Returns alignment profile pair.
- getPairInProfileScorer() - Method in class org.biojava.nbio.alignment.StandardRescoreRefiner
-
- getPairInProfileScorer() - Method in interface org.biojava.nbio.alignment.template.RescoreRefiner
-
Returns class type of pairwise scoring subroutine.
- getPairwiseAligner(S, S, Alignments.PairwiseSequenceAlignerType, GapPenalty, SubstitutionMatrix<C>) - Static method in class org.biojava.nbio.alignment.Alignments
-
Factory method which constructs a pairwise sequence aligner.
- getPairwiseAlignment(S, S, Alignments.PairwiseSequenceAlignerType, GapPenalty, SubstitutionMatrix<C>) - Static method in class org.biojava.nbio.alignment.Alignments
-
Factory method which computes a sequence alignment for the given
Sequence pair.
- getParent() - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getPfamAccession() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getPreviousIDs() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getProfile() - Method in class org.biojava.nbio.alignment.FractionalIdentityInProfileScorer
-
- getProfile() - Method in class org.biojava.nbio.alignment.FractionalSimilarityInProfileScorer
-
- getProfile() - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getProfile() - Method in class org.biojava.nbio.alignment.StandardRescoreRefiner
-
- getProfile() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getProfile() - Method in interface org.biojava.nbio.alignment.template.Aligner
-
Returns the alignment
Profile produced by this alignment algorithm.
- getProfile() - Method in interface org.biojava.nbio.alignment.template.GuideTreeNode
-
Returns the profile stored at this node.
- getProfile() - Method in interface org.biojava.nbio.alignment.template.PairInProfileScorer
-
Returns the
Profile from which the aligned pair originated.
- getProfileFuture() - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- getProfileFuture() - Method in interface org.biojava.nbio.alignment.template.GuideTreeNode
-
Returns the profile future stored at this node, but does not force the calculation, yet.
- getProfileProfileAligner() - Method in class org.biojava.nbio.alignment.StandardRescoreRefiner
-
- getProfileProfileAligner() - Method in interface org.biojava.nbio.alignment.template.PartitionRefiner
-
Returns class type of profile-profile alignment subroutine.
- getProfileProfileAligner() - Method in interface org.biojava.nbio.alignment.template.RescoreRefiner
-
Returns class type of profile-profile alignment subroutine.
- getProgressiveAlignment(GuideTree<S, C>, Alignments.ProfileProfileAlignerType, GapPenalty, SubstitutionMatrix<C>) - Static method in class org.biojava.nbio.alignment.Alignments
-
Factory method to run the profile-profile alignments of a progressive multiple sequence alignment concurrently.
- getQuery() - Method in class org.biojava.nbio.alignment.FractionalIdentityScorer
-
- getQuery() - Method in class org.biojava.nbio.alignment.FractionalSimilarityScorer
-
- getQuery() - Method in class org.biojava.nbio.alignment.SubstitutionMatrixScorer
-
- getQuery() - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- getQuery() - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- getQuery() - Method in interface org.biojava.nbio.alignment.template.PairwiseSequenceScorer
-
Returns the first sequence of the pair.
- getQuery() - Method in interface org.biojava.nbio.alignment.template.ProfileProfileScorer
-
Returns the first profile of the pair.
- getQueryEndIndex() - Method in class org.biojava.nbio.alignment.routines.AlignerHelper.Subproblem
-
- getQueryIndex() - Method in class org.biojava.nbio.alignment.routines.AlignerHelper.Anchor
-
- getQueryIndex() - Method in class org.biojava.nbio.alignment.routines.AlignerHelper.Cut
-
- getQueryStartIndex() - Method in class org.biojava.nbio.alignment.routines.AlignerHelper.Subproblem
-
- getRefAuthor() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- getRefComment() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getReference() - Method in class org.biojava.nbio.alignment.io.StockholmStructure.DatabaseReference
-
- getReferences() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getRefLocation() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- getRefMedline() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- getRefTitle() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- getRoot() - Method in class org.biojava.nbio.alignment.GuideTree
-
Returns the root
GuideTree.Node which corresponds to the full multiple sequence alignment.
- getRoot() - Method in interface org.biojava.nbio.alignment.template.HierarchicalClusterer
-
Returns the root node of the tree resulting from this clustering algorithm.
- getScore() - Method in class org.biojava.nbio.alignment.FractionalIdentityScorer
-
- getScore() - Method in class org.biojava.nbio.alignment.FractionalSimilarityScorer
-
- getScore() - Method in class org.biojava.nbio.alignment.StandardRescoreRefiner
-
- getScore() - Method in class org.biojava.nbio.alignment.SubstitutionMatrixScorer
-
- getScore() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getScore() - Method in interface org.biojava.nbio.alignment.template.Scorer
-
Returns score resulting from algorithm.
- getScoreMatrix() - Method in class org.biojava.nbio.alignment.GuideTree
-
Returns the similarity matrix used to construct this guide tree.
- getScoreMatrix() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getScoreMatrix() - Method in interface org.biojava.nbio.alignment.template.MatrixAligner
-
Returns the entire score matrix built during alignment.
- getScoreMatrixAsString() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getScoreMatrixAsString() - Method in interface org.biojava.nbio.alignment.template.MatrixAligner
-
Returns a depiction of the score matrix as a
String.
- getScoreMatrixDimensions() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getScoreMatrixDimensions() - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- getScoreMatrixDimensions() - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- getSearchMethod() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getSequences() - Method in class org.biojava.nbio.alignment.GuideTree
-
Returns the
Sequences which make up the leaves of this tree.
- getSequences() - Method in class org.biojava.nbio.alignment.io.StockholmStructure
-
- getSimilarity() - Method in class org.biojava.nbio.alignment.template.AbstractScorer
-
- getSimilarity(double) - Method in class org.biojava.nbio.alignment.template.AbstractScorer
-
- getSimilarity() - Method in interface org.biojava.nbio.alignment.template.Scorer
-
Returns score as a similarity between 0.0 and 1.0.
- getSimilarity(double) - Method in interface org.biojava.nbio.alignment.template.Scorer
-
Returns score as a similarity between 0.0 and scale.
- getSourceSeed() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getSourceStructure() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getSubproblems(List<AlignerHelper.Anchor>, int, int) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper.Subproblem
-
Convert a list of anchors into a subproblem list.
- getSubstitutionMatrix() - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Returns the substitution matrix.
- getSubstitutionScore(int, int) - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- getSubstitutionScore(int, int) - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- getSubstitutionScore(int, int) - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- getSubstitutionScoreVector(int) - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Returns score for the alignment of the query column to all target columns
- getSubstitutionScoreVector(int, AlignerHelper.Subproblem) - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Returns score for the alignment of the query column to all target columns
- getTarget() - Method in class org.biojava.nbio.alignment.FractionalIdentityScorer
-
- getTarget() - Method in class org.biojava.nbio.alignment.FractionalSimilarityScorer
-
- getTarget() - Method in class org.biojava.nbio.alignment.SubstitutionMatrixScorer
-
- getTarget() - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- getTarget() - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- getTarget() - Method in interface org.biojava.nbio.alignment.template.PairwiseSequenceScorer
-
Returns the second sequence of the pair.
- getTarget() - Method in interface org.biojava.nbio.alignment.template.ProfileProfileScorer
-
Returns the second profile of the pair.
- getTargetEndIndex() - Method in class org.biojava.nbio.alignment.routines.AlignerHelper.Subproblem
-
- getTargetIndex() - Method in class org.biojava.nbio.alignment.routines.AlignerHelper.Anchor
-
- getTargetIndex(int) - Method in class org.biojava.nbio.alignment.routines.AlignerHelper.Cut
-
- getTargetStartIndex() - Method in class org.biojava.nbio.alignment.routines.AlignerHelper.Subproblem
-
- getTrustedCutoffs() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
Not always 2.
It may undergo further change.
- getType() - Method in class org.biojava.nbio.alignment.SimpleGapPenalty
-
- getType() - Method in interface org.biojava.nbio.alignment.template.GapPenalty
-
- getTypeField() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getVersion() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- getWikipediaLink() - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- GuanUberbacher<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment.routines
-
Guan and Uberbacher defined an algorithm for pairwise global sequence alignments (from the first until the last
Compound of each
Sequence).
- GuanUberbacher() - Constructor for class org.biojava.nbio.alignment.routines.GuanUberbacher
-
- GuanUberbacher(S, S, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.routines.GuanUberbacher
-
Prepares for a pairwise global sequence alignment.
- GuanUberbacher(S, S, GapPenalty, SubstitutionMatrix<C>, int) - Constructor for class org.biojava.nbio.alignment.routines.GuanUberbacher
-
Prepares for a pairwise global sequence alignment.
- GuideTree<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment
-
Implements a data structure for a guide tree used during progressive multiple sequence alignment.
- GuideTree(List<S>, List<PairwiseSequenceScorer<S, C>>) - Constructor for class org.biojava.nbio.alignment.GuideTree
-
Creates a guide tree for use during progressive multiple sequence alignment.
- GuideTree.Node - Class in org.biojava.nbio.alignment
-
Implements a data structure for the node in a guide tree used during progressive multiple sequence alignment.
- GuideTreeNode<S extends Sequence<C>,C extends Compound> - Interface in org.biojava.nbio.alignment.template
-
Defines a data structure for the node in a guide tree used during progressive multiple sequence alignment.
- SCOP - Static variable in class org.biojava.nbio.alignment.io.StockholmStructure.DatabaseReference
-
- score - Variable in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- Scorer - Interface in org.biojava.nbio.alignment.template
-
Defines an algorithm which computes a score.
- scores - Variable in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Dynamic programming score matrix
The first dimension has the length of the first (query) sequence + 1
The second has the length of the second (target) sequence + 1
The third has length 1 for linear gap penalty and 3 for affine/constant gap
(one each for match/substitution, deletion, insertion)
- setAlignmentMethod(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setAnchors(int[]) - Method in class org.biojava.nbio.alignment.routines.AnchoredPairwiseSequenceAligner
-
Sets the starting list of anchors before running the alignment routine.
- setCuts(int, AlignerHelper.Subproblem, AlignerHelper.Last[][], AlignerHelper.Cut[]) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
- setCutsPerSection(int) - Method in class org.biojava.nbio.alignment.routines.GuanUberbacher
-
Sets the number of cuts added to each section during each pass.
- setDbComment(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setDbReferences(Set<StockholmStructure.DatabaseReference>) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setDefaultCutsPerSection(int) - Static method in class org.biojava.nbio.alignment.routines.GuanUberbacher
-
Sets the default number of cuts added to each section during each pass.
- setDefaultExtensionPenalty(int) - Static method in class org.biojava.nbio.alignment.SimpleGapPenalty
-
Sets the default gap extension penalty.
- setDefaultOpenPenalty(int) - Static method in class org.biojava.nbio.alignment.SimpleGapPenalty
-
Sets the default gap open penalty.
- setExtensionPenalty(int) - Method in class org.biojava.nbio.alignment.SimpleGapPenalty
-
- setExtensionPenalty(int) - Method in interface org.biojava.nbio.alignment.template.GapPenalty
-
Sets penalty given when an already open gap elongates by a single element
- setFalseDiscoveryRate(float) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setFormat(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGapPenalty(GapPenalty) - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Sets the gap penalties.
- setGFAccessionNumber(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFAuthors(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFClan(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFDBComment(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFDefinition(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFGatheringThreshs(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFIdentification(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFKeywords(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFLocation(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFMembership(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFNoiseCutoffs(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFNumSequences(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFPfamAccession(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFPreviousIDs(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFRefComment(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFSearchMethod(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFSourceSeed(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFSourceStructure(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFTrustedCutoffs(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFTypeField(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setGFWikipediaLink(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setNumSequences(int) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setOpenPenalty(int) - Method in class org.biojava.nbio.alignment.SimpleGapPenalty
-
- setOpenPenalty(int) - Method in interface org.biojava.nbio.alignment.template.GapPenalty
-
Sets penalty given when a deletion or insertion gap first opens
- setProfile(Profile<S, C>) - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- setProfile(List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Method in class org.biojava.nbio.alignment.routines.AnchoredPairwiseSequenceAligner
-
- setProfile(List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Method in class org.biojava.nbio.alignment.SimpleProfileProfileAligner
-
- setProfile(List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Method in class org.biojava.nbio.alignment.SmithWaterman
-
- setProfile(List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
- setProfile(Profile<S, C>) - Method in interface org.biojava.nbio.alignment.template.GuideTreeNode
-
Stores the given profile.
- setProfileFuture(Future<ProfilePair<S, C>>) - Method in class org.biojava.nbio.alignment.GuideTree.Node
-
- setProfileFuture(Future<ProfilePair<S, C>>) - Method in interface org.biojava.nbio.alignment.template.GuideTreeNode
-
Stores the given profile future.
- setQuery(S) - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- setQuery(Profile<S, C>) - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- setRefAuthor(StringBuffer) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- setReferences(Vector<StockholmFileAnnotation.StockholmFileAnnotationReference>) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- setRefLocation(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- setRefMedline(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- setRefTitle(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- setScorePoint(int, int, int, int, int, int[][][]) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Calculate the optimal alignment score for the given sequence positions with an affine or constant gap penalty
- setScorePoint(int, int, int, int, int[][][]) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Calculates the optimal alignment score for the given sequence positions and a linear gap penalty
- setScoreVector(int, AlignerHelper.Subproblem, int, int, int[], boolean, int[][][]) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Score global alignment for a given position in the query sequence
- setScoreVector(int, int, int, int, int, int, int[], boolean, int[][][], boolean) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Score global alignment for a given position in the query sequence
- setScoreVector(int, AlignerHelper.Subproblem, int, int[], boolean, int[][][]) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Score global alignment for a given position in the query sequence for a linear gap penalty
- setScoreVector(int, int, int, int, int, int[], boolean, int[][][], boolean) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Score global alignment for a given position in the query sequence for a linear gap penalty
- setScoreVector(int, int, int, int[], boolean, int[][][], int[], int) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Score local alignment for a given position in the query sequence
- setScoreVector(int, int, int, int, int, int, int[], boolean, int[][][], int[], int) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Score local alignment for a given position in the query sequence
- setScoreVector(int, int, int[], boolean, int[][][], int[], int) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Score local alignment for a given position in the query sequence for a linear gap penalty
- setScoreVector(int, int, int, int, int, int[], boolean, int[][][], int[], int) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Score local alignment for a given position in the query sequence for a linear gap penalty
- setSteps(AlignerHelper.Last[][][], boolean, int[], AlignerHelper.Last, List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Find alignment path through traceback matrix
- setSteps(AlignerHelper.Last[][][], int[][][], List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Find global alignment path through traceback matrix
- setSteps(AlignerHelper.Last[][][], int[], List<AlignedSequence.Step>, List<AlignedSequence.Step>) - Static method in class org.biojava.nbio.alignment.routines.AlignerHelper
-
Find local alignment path through traceback matrix
- setStoringScoreMatrix(boolean) - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Sets choice to cache the score matrix or to save memory by deleting score matrix after alignment.
- setSubstitutionMatrix(SubstitutionMatrix<C>) - Method in class org.biojava.nbio.alignment.template.AbstractMatrixAligner
-
Sets the substitution matrix.
- setTarget(S) - Method in class org.biojava.nbio.alignment.template.AbstractPairwiseSequenceAligner
-
- setTarget(Profile<S, C>) - Method in class org.biojava.nbio.alignment.template.AbstractProfileProfileAligner
-
- setVersion(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- SimpleGapPenalty - Class in org.biojava.nbio.alignment
-
Implements a data structure for the gap penalties used during a sequence alignment routine.
- SimpleGapPenalty() - Constructor for class org.biojava.nbio.alignment.SimpleGapPenalty
-
Creates a new set of gap penalties using the defaults.
- SimpleGapPenalty(int, int) - Constructor for class org.biojava.nbio.alignment.SimpleGapPenalty
-
Creates a new set of gap penalties.
- SimpleProfileProfileAligner<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment
-
- SimpleProfileProfileAligner() - Constructor for class org.biojava.nbio.alignment.SimpleProfileProfileAligner
-
- SimpleProfileProfileAligner(Profile<S, C>, Profile<S, C>, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.SimpleProfileProfileAligner
-
Prepares for a profile-profile alignment.
- SimpleProfileProfileAligner(Future<ProfilePair<S, C>>, Future<ProfilePair<S, C>>, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.SimpleProfileProfileAligner
-
Prepares for a profile-profile alignment run concurrently.
- SimpleProfileProfileAligner(Profile<S, C>, Future<ProfilePair<S, C>>, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.SimpleProfileProfileAligner
-
Prepares for a profile-profile alignment run concurrently.
- SimpleProfileProfileAligner(Future<ProfilePair<S, C>>, Profile<S, C>, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.SimpleProfileProfileAligner
-
Prepares for a profile-profile alignment run concurrently.
- SMART - Static variable in class org.biojava.nbio.alignment.io.StockholmStructure.DatabaseReference
-
- SmithWaterman<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment
-
Smith and Waterman defined an algorithm for pairwise local sequence alignments (best match of sections from each
Sequence).
- SmithWaterman() - Constructor for class org.biojava.nbio.alignment.SmithWaterman
-
- SmithWaterman(S, S, GapPenalty, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.SmithWaterman
-
Prepares for a pairwise local sequence alignment.
- StandardRescoreRefiner<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment
-
- StandardRescoreRefiner(Alignments.PairInProfileScorerType, Alignments.ProfileProfileAlignerType) - Constructor for class org.biojava.nbio.alignment.StandardRescoreRefiner
-
- StockholmFileAnnotation - Class in org.biojava.nbio.alignment.io
-
Stores all the content parsed from the #=GF lines
- StockholmFileAnnotation() - Constructor for class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- StockholmFileAnnotation.StockholmFileAnnotationReference - Class in org.biojava.nbio.alignment.io
-
- StockholmFileAnnotationReference() - Constructor for class org.biojava.nbio.alignment.io.StockholmFileAnnotation.StockholmFileAnnotationReference
-
- StockholmFileParser - Class in org.biojava.nbio.alignment.io
-
- StockholmFileParser() - Constructor for class org.biojava.nbio.alignment.io.StockholmFileParser
-
- StockholmStructure - Class in org.biojava.nbio.alignment.io
-
Stores all the content of a Stockholm file.
- StockholmStructure() - Constructor for class org.biojava.nbio.alignment.io.StockholmStructure
-
- StockholmStructure.DatabaseReference - Class in org.biojava.nbio.alignment.io
-
- stringToFloats(String) - Method in class org.biojava.nbio.alignment.io.StockholmFileAnnotation
-
- structuralDistance(double[][], double, double, double) - Static method in class org.biojava.nbio.phylo.DistanceMatrixCalculator
-
The structural distance (dS) uses the structural similarity
(or dissimilarity) from a the structural alignment of two protein
strutures.
- Subproblem(int, int, int, int) - Constructor for class org.biojava.nbio.alignment.routines.AlignerHelper.Subproblem
-
- Subproblem(int, int, int, int, boolean) - Constructor for class org.biojava.nbio.alignment.routines.AlignerHelper.Subproblem
-
- SubstitutionMatrixScorer<S extends Sequence<C>,C extends Compound> - Class in org.biojava.nbio.alignment
-
Scores using a substitution matrix.
- SubstitutionMatrixScorer(SequencePair<S, C>, SubstitutionMatrix<C>) - Constructor for class org.biojava.nbio.alignment.SubstitutionMatrixScorer
-
- valueOf(String) - Static method in enum org.biojava.nbio.alignment.Alignments.PairInProfileScorerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biojava.nbio.alignment.Alignments.PairwiseSequenceAlignerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biojava.nbio.alignment.Alignments.PairwiseSequenceScorerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biojava.nbio.alignment.Alignments.ProfileProfileAlignerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biojava.nbio.alignment.Alignments.RefinerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biojava.nbio.alignment.routines.AlignerHelper.Last
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biojava.nbio.alignment.template.GapPenalty.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biojava.nbio.phylo.TreeConstructorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.biojava.nbio.phylo.TreeType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.biojava.nbio.alignment.Alignments.PairInProfileScorerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biojava.nbio.alignment.Alignments.PairwiseSequenceAlignerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biojava.nbio.alignment.Alignments.PairwiseSequenceScorerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biojava.nbio.alignment.Alignments.ProfileProfileAlignerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biojava.nbio.alignment.Alignments.RefinerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biojava.nbio.alignment.routines.AlignerHelper.Last
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biojava.nbio.alignment.template.GapPenalty.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biojava.nbio.phylo.TreeConstructorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.biojava.nbio.phylo.TreeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.