List<String> |
UniprotProteinAPIClient.getSwissprotIdsForAccession(String accession,
String taxonId) |
Finds the list of swissProtIds for a provided ID and taxonId
|
List<String> |
UniprotProteinAPIClient.getSwissprotIdsForSequence(String sequence,
String taxonId) |
Finds the list of swissProtIds for a provided sequence and taxonId
|
List<String> |
UniprotProteinAPIClient.getTremblIdsForAccession(String accession,
String taxonId) |
Finds the list of termblIds for a provided ID and taxonId
|
List<String> |
UniprotProteinAPIClient.getTremblIdsForSequence(String sequence,
String taxonId) |
Finds the list of termblIds for a provided sequence and taxonId
|
List<Entry> |
UniprotProteinAPIClient.getUniparcEntries(String accession,
String taxonId) |
Gets the list of uniparcId matching this accession number
|
String |
UniprotProteinAPIClient.getUniparcIdFromSequence(String sequence,
String taxonId) |
Gets the uniparcId matching this sequence
|
String[] |
UniprotProteinAPIClient.getUniprotBestGuessFor(String accession,
String taxonId) |
Get an Unique uniprot Id for this accession
|
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 databases
|
Entry |
UniprotProteinAPIClient.getUPEntriesForSequence(String sequence,
String taxonId,
SearchDatabase... databases) |
Get the Entry which matches the sequence and taxonId in the given databases
|