Uses of Interface
org.biojava.bio.symbol.Packing
-
Packages that use Packing Package Description org.biojava.bio.program.ssaha SSAHA sequence searching API.org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of Packing in org.biojava.bio.program.ssaha
Methods in org.biojava.bio.program.ssaha with parameters of type Packing Modifier and Type Method Description DataStoreCompactedDataStoreFactory. buildDataStore(File storeFile, SequenceStreamer streamer, Packing packing, int wordLength, int stepSize, int threshold)DataStoreCompactedDataStoreFactory. buildDataStore(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold)DataStoreDataStoreFactory. buildDataStore(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold)Build a new DataStore.DataStoreMappedDataStoreFactory. buildDataStore(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold)DataStoreNIODataStoreFactory. buildDataStore(File storeFile, SequenceDB seqDB, Packing packing, int wordLength, int threshold) -
Uses of Packing in org.biojava.bio.symbol
Classes in org.biojava.bio.symbol that implement Packing Modifier and Type Class Description classDNAAmbPackPacking utility class for DNA.classDNANoAmbPackAPackingimplementation which handles the DNA alphabet, without any support for ambiguity symbols.Methods in org.biojava.bio.symbol that return Packing Modifier and Type Method Description static PackingPackingFactory. getPacking(FiniteAlphabet alpha, boolean ambiguity)Get the default packing for an alphabet.Methods in org.biojava.bio.symbol with parameters of type Packing Modifier and Type Method Description static intPackingFactory. nextWord(SymbolList symList, int word, int offset, int wordLength, Packing packing)static intPackingFactory. primeWord(SymbolList symList, int wordLength, Packing packing)Constructors in org.biojava.bio.symbol with parameters of type Packing Constructor Description PackedSymbolList(Packing packing, long[] syms, int length)Create a new PackedSymbolList directly from a bit pattern.PackedSymbolList(Packing packing, Symbol[] symbols, int length, Alphabet alfa)Create a new PackedSymbolList from an array of Symbols.PackedSymbolList(Packing packing, SymbolList symList)Create a new PackedSymbolList as a packed copy of another symbol list.
-