public interface ProteinDetailsProvider
Modifier and Type | Method and Description |
---|---|
String |
getDescription(String accession)
Returns the description of the protein with the given accession.
|
String |
getGeneName(String accession)
Returns the gene name for the given protein.
|
ProteinDatabase |
getProteinDatabase(String accession)
Returns the the protein database for the given protein.
|
Integer |
getProteinEvidence(String accession)
Returns an integer representing the protein evidence level as indexed by uniprot.
|
String |
getSimpleDescription(String accession)
Returns the simple description of the protein with the given accession.
|
String |
getTaxonomy(String accession)
Returns the taxonomy for the given protein.
|
String getDescription(String accession)
accession
- the accession of the proteinString getSimpleDescription(String accession)
accession
- the accession of the proteinProteinDatabase getProteinDatabase(String accession)
accession
- the accession of the proteinString getGeneName(String accession)
accession
- the accession of the proteinString getTaxonomy(String accession)
accession
- the accession of the proteinCopyright © 2018. All rights reserved.