Class HeatmapDataValueObject.GeneRef
java.lang.Object
ubic.gemma.rest.HeatmapDataValueObject.GeneRef
- Enclosing class:
HeatmapDataValueObject
Compact gene reference: official symbol + full name + Gemma ID + NCBI gene ID. The Gemma ID
is what the client uses to build a link to the gene page (e.g.
/gene/{geneId}); the
NCBI ID is what it uses to link out (e.g. NCBI Gene, or any external resource keyed by
Entrez ID). Every field is individually optional — producers ship whatever they have.- Author:
- claude
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()Full gene name, e.g.NCBI (Entrez) gene ID.voidvoidFull gene name, e.g.voidNCBI (Entrez) gene ID.voidsetOfficialSymbol(String officialSymbol)
-
Constructor Details
-
GeneRef
public GeneRef() -
GeneRef
-
-
Method Details
-
getId
-
getOfficialSymbol
-
getName
Full gene name, e.g. "breast cancer 1, early onset". -
getNcbiId
NCBI (Entrez) gene ID. Null for the genes Gemma tracks without one. -
setId
-
setOfficialSymbol
-
setName
Full gene name, e.g. "breast cancer 1, early onset". -
setNcbiId
NCBI (Entrez) gene ID. Null for the genes Gemma tracks without one.
-