Uses of Interface
org.biojava.bio.symbol.SymbolPropertyTable
-
Packages that use SymbolPropertyTable Package Description org.biojava.bio.proteomics.aaindex Classes and interfaces to load Amino Acid Index database files.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. -
-
Uses of SymbolPropertyTable in org.biojava.bio.proteomics.aaindex
Classes in org.biojava.bio.proteomics.aaindex that implement SymbolPropertyTable Modifier and Type Class Description class
AAindex
Symbol property table based on the Amino Acid Index Database.Methods in org.biojava.bio.proteomics.aaindex that return SymbolPropertyTable Modifier and Type Method Description SymbolPropertyTable
AAindexStreamReader. nextTable()
Returns the nextSymbolPropertyTable
object.SymbolPropertyTable
SymbolPropertyTableIterator. nextTable()
Returns the nextSymbolPropertyTable
object.SymbolPropertyTable
SimpleSymbolPropertyTableDB. table(String name)
Returns the table with the specified name.SymbolPropertyTable
SymbolPropertyTableDB. table(String name)
Returns the table with the specified name.Methods in org.biojava.bio.proteomics.aaindex with parameters of type SymbolPropertyTable Modifier and Type Method Description void
SimpleSymbolPropertyTableDB. addTable(SymbolPropertyTable table)
Adds a symbol property table to the database. -
Uses of SymbolPropertyTable in org.biojava.bio.seq
Methods in org.biojava.bio.seq that return SymbolPropertyTable Modifier and Type Method Description static SymbolPropertyTable
ProteinTools. getSymbolPropertyTable(String name)
-
Uses of SymbolPropertyTable in org.biojava.bio.symbol
Classes in org.biojava.bio.symbol that implement SymbolPropertyTable Modifier and Type Class Description class
SimpleSymbolPropertyTable
Class that implements the SymbolPropertyTable interface
-