Uses of Interface
org.biojava.bio.alignment.Alignment
-
Packages that use Alignment Package Description org.biojava.bio.alignment org.biojava.bio.dist Probability distributions over Alphabets.org.biojava.bio.dp HMM and Dynamic Programming Algorithms.org.biojava.bio.program.phred Parser for Phred outputorg.biojava.bio.search Interfaces and classes for representing sequence similarity search results.org.biojava.bio.seq.homol The classes and interfaces for defining sequence similarity and honology.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature.org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences.org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of Alignment in org.biojava.bio.alignment
Classes in org.biojava.bio.alignment that implement Alignment Modifier and Type Class Description classSimpleAlignmentA simple implementation of an Alignment.Methods in org.biojava.bio.alignment that return Alignment Modifier and Type Method Description AlignmentAlignment. subAlignment(Set<String> labels, Location loc)Make a view onto this alignment.AlignmentSimpleAlignment. subAlignment(Set<String> labels, Location loc)Constructors in org.biojava.bio.alignment with parameters of type Alignment Constructor Description SymbolListIterator(Alignment ali)Creates a SymbolListIterator for a given alignment object. -
Uses of Alignment in org.biojava.bio.dist
Methods in org.biojava.bio.dist with parameters of type Alignment Modifier and Type Method Description static Distribution[]DistributionTools. distOverAlignment(Alignment a)Equivalent to distOverAlignment(a, false, 0.0).static Distribution[]DistributionTools. distOverAlignment(Alignment a, boolean countGaps)Creates an array of distributions, one for each column of the alignment.static Distribution[]DistributionTools. distOverAlignment(Alignment a, boolean countGaps, double nullWeight)Creates an array of distributions, one for each column of the alignment.static DistributionDistributionTools. jointDistOverAlignment(Alignment a, boolean countGaps, double nullWeight, int[] cols)Creates a joint distribution. -
Uses of Alignment in org.biojava.bio.dp
Subinterfaces of Alignment in org.biojava.bio.dp Modifier and Type Interface Description interfaceStatePathExtends the Alignment interface so that it is explicitly used to represent a state path through an HMM, and the associated emitted sequence and likelihoods.Classes in org.biojava.bio.dp that implement Alignment Modifier and Type Class Description classSimpleStatePathA no-frills implementation of StatePath.Methods in org.biojava.bio.dp that return Alignment Modifier and Type Method Description AlignmentSimpleStatePath. subAlignment(Set labels, Location loc) -
Uses of Alignment in org.biojava.bio.program.phred
Methods in org.biojava.bio.program.phred with parameters of type Alignment Modifier and Type Method Description static Distribution[]PhredTools. phredAlignmentToDistArray(Alignment a)converts an Alignment of PhredSequences to a Distribution[] where each position is the average distribution of the underlying column of the alignment. -
Uses of Alignment in org.biojava.bio.search
Methods in org.biojava.bio.search that return Alignment Modifier and Type Method Description AlignmentSeqSimilaritySearchSubHit. getAlignment()Return an alignment of (possibly part of) the query sequence against (possibly part of) this hit sequence.AlignmentSequenceDBSearchSubHit. getAlignment()Deprecated.AlignmentSimpleSeqSimilaritySearchSubHit. getAlignment()Constructors in org.biojava.bio.search with parameters of type Alignment Constructor Description SequenceDBSearchSubHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, Alignment alignment, Annotation annotation)Deprecated.Creates a newSequenceDBSearchSubHitobject.SimpleSeqSimilaritySearchSubHit(double score, double eValue, double pValue, int queryStart, int queryEnd, StrandedFeature.Strand queryStrand, int subjectStart, int subjectEnd, StrandedFeature.Strand subjectStrand, Alignment alignment, Annotation annotation)Creates a newSimpleSeqSimilaritySearchSubHitobject. -
Uses of Alignment in org.biojava.bio.seq.homol
Classes in org.biojava.bio.seq.homol that implement Alignment Modifier and Type Class Description static classSimilarityPairFeature.EmptyPairwiseAlignmentEmptyPairwiseAlignmentempty pairwise alignment which has labels to empty symbol lists.Fields in org.biojava.bio.seq.homol declared as Alignment Modifier and Type Field Description AlignmentSimilarityPairFeature.Template. alignmentalignmentAlignmentfield.static AlignmentSimilarityPairFeature. EMPTY_PAIRWISEConstantEMPTY_PAIRWISEis an empty alignment for situations where there is no available alignment data or the implementation does not want to create one.Methods in org.biojava.bio.seq.homol that return Alignment Modifier and Type Method Description AlignmentHomology. getAlignment()Retrieve the Alignment that specifies how the homologous regions are aligned.AlignmentSimilarityPairFeature. getAlignment()getAlignmentreturns theAlignmentof two similar features.AlignmentSimpleHomology. getAlignment()getAlignmentreturns the alignment, which uses theHomologyFeatures as keys.AlignmentSimilarityPairFeature.EmptyPairwiseAlignment. subAlignment(Set<String> labels, Location loc)Methods in org.biojava.bio.seq.homol with parameters of type Alignment Modifier and Type Method Description voidSimpleHomology. setAlignment(Alignment alignment)setAlignmentsets the alignment which describes the homology. -
Uses of Alignment in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl that return Alignment Modifier and Type Method Description AlignmentSimpleSimilarityPairFeature. getAlignment()getAlignmentreturns the alignment between the two features. -
Uses of Alignment in org.biojava.bio.seq.io
Methods in org.biojava.bio.seq.io that return Alignment Modifier and Type Method Description AlignmentAlignmentFormat. read(BufferedReader reader)Read in an alignment from a buffered reader objectAlignmentFastaAlignmentFormat. read(BufferedReader br)Reads an alignment in FASTA format.AlignmentMSFAlignmentFormat. read(BufferedReader reader)Reads an MSF Alignment FileMethods in org.biojava.bio.seq.io with parameters of type Alignment Modifier and Type Method Description voidFastaAlignmentFormat. write(OutputStream os, Alignment align, int fileType)Writes out the alignment to an FASTA file.voidMSFAlignmentFormat. write(OutputStream os, Alignment align, int fileType)voidFastaAlignmentFormat. writeDna(OutputStream os, Alignment align)voidMSFAlignmentFormat. writeDna(OutputStream os, Alignment align)voidFastaAlignmentFormat. writeProtein(OutputStream os, Alignment align)voidMSFAlignmentFormat. writeProtein(OutputStream os, Alignment align) -
Uses of Alignment in org.biojava.bio.symbol
Classes in org.biojava.bio.symbol that implement Alignment Modifier and Type Class Description classRelabeledAlignmentAn alignment that relabels another alignment.Methods in org.biojava.bio.symbol that return Alignment Modifier and Type Method Description static AlignmentSymbolListViews. alignment(List labels, SymbolList symList)View a SymbolList over a cross-product Alphabet as an Alignment.static AlignmentSymbolListViews. alignment(Map labelToSymList)Construct an alignment of the SymbolLists contained in the values collection oflabelToSymList.AlignmentRelabeledAlignment. subAlignment(Set<String> labels, Location loc)Constructors in org.biojava.bio.symbol with parameters of type Alignment Constructor Description RelabeledAlignment(Alignment delegate)
-