Uses of Class
org.biojava.bio.symbol.AbstractSymbolList
-
Packages that use AbstractSymbolList Package Description org.biojava.bio.alignment Classes to generate and describe sequence alignments.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature.org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of AbstractSymbolList in org.biojava.bio.alignment
Subclasses of AbstractSymbolList in org.biojava.bio.alignment Modifier and Type Class Description classAbstractULAlignmentclassAbstractULAlignment.SubULAlignmentclassFlexibleAlignmentFlexibleAlignment is a class which implements UnequalLengthAlignment, ARAlignment and EditableAlignment It places no restriction on where any sequence can be in the alignment so there could be gaps in the alignment. -
Uses of AbstractSymbolList in org.biojava.bio.seq.impl
Subclasses of AbstractSymbolList in org.biojava.bio.seq.impl Modifier and Type Class Description classAssembledSymbolListSupport class for applications which need to patch together sections of sequence into a single SymbolList.classNewAssembledSymbolListSupport class for applications which need to patch together sections of sequence into a single SymbolList.classSimpleGappedSequenceSimple implementation of GappedSequence. -
Uses of AbstractSymbolList in org.biojava.bio.symbol
Subclasses of AbstractSymbolList in org.biojava.bio.symbol Modifier and Type Class Description classChunkedSymbolListSymbolList implementation using constant-size chunks.classDummySymbolListSymbol list which just consists of non-informative symbols.classPackedSymbolListA SymbolList that stores symbols as bit-patterns in an array of longs.classSimpleAlignmentA simple implementation of an Alignment.classSimpleGappedSymbolListThis implementation of GappedSymbolList wraps a SymbolList, allowing you to insert gaps.classSimpleSymbolListBasic implementation of SymbolList.
-