Uses of Class
psidev.psi.mi.jami.bridges.uniprot.rest.SearchDatabase
-
Packages that use SearchDatabase Package Description psidev.psi.mi.jami.bridges.uniprot.rest -
-
Uses of SearchDatabase in psidev.psi.mi.jami.bridges.uniprot.rest
Methods in psidev.psi.mi.jami.bridges.uniprot.rest that return SearchDatabase Modifier and Type Method Description static SearchDatabase
SearchDatabase. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchDatabase[]
SearchDatabase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in psidev.psi.mi.jami.bridges.uniprot.rest with parameters of type SearchDatabase Modifier and Type Method Description List<Entry>
UniprotProteinAPIClient. getUPEntriesForAccession(String accession, String taxonId, SearchDatabase... databases)
Finds the list of UPEntries for a provided ID and organism from the provided list of databasesEntry
UniprotProteinAPIClient. getUPEntriesForSequence(String sequence, String taxonId, SearchDatabase... databases)
Get the Entry which matches the sequence and taxonId in the given databases
-