Uses of Class
org.biojava.nbio.core.sequence.io.IUPACParser.IUPACTable
-
Packages that use IUPACParser.IUPACTable Package Description org.biojava.nbio.core.sequence.io -
-
Uses of IUPACParser.IUPACTable in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that return IUPACParser.IUPACTable Modifier and Type Method Description IUPACParser.IUPACTable
IUPACParser. getTable(Integer id)
Returns a table by its identifier i.e. 1 means universal codon tablesIUPACParser.IUPACTable
IUPACParser. getTable(String name)
Returns a table by its nameMethods in org.biojava.nbio.core.sequence.io that return types with arguments of type IUPACParser.IUPACTable Modifier and Type Method Description List<IUPACParser.IUPACTable>
IUPACParser. getTables()
Returns a list of all available IUPAC tables
-