Package | Description |
---|---|
com.hfg.bio.taxonomy.uniprot |
Modifier and Type | Method and Description |
---|---|
static UniprotSpecies |
UniprotSpecies.getByCode(String inValue)
Retrieves the UniprotSpecies for the specified species code (Ex: 'HUMAN' from the locus 'TNF_HUMAN').
|
static UniprotSpecies |
UniprotSpecies.getByLocus(String inValue)
Retrieves the UniprotSpecies for the specified loucs (Ex: 'TNF_HUMAN').
|
jataylor@hairyfatguy.com