Class HomeStats.TermStat
java.lang.Object
ubic.gemma.core.analysis.report.HomeStats.TermStat
- Enclosing class:
HomeStats
A single annotation term with its EE-mention count — used inside
HomeStats.TreatmentBucketStat.topTerms for the catchall-iteration loop.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanlonggetCount()Number of expression experiments carrying this term as a treatment annotation.getLabel()Curator-visible label (theCharacteristic.value).getUri()Ontology URI (CHEBI, OBI, EFO, …).inthashCode()voidsetCount(long count) Number of expression experiments carrying this term as a treatment annotation.voidCurator-visible label (theCharacteristic.value).voidOntology URI (CHEBI, OBI, EFO, …).toString()
-
Constructor Details
-
TermStat
-
TermStat
public TermStat()
-
-
Method Details
-
getUri
Ontology URI (CHEBI, OBI, EFO, …). -
getLabel
Curator-visible label (theCharacteristic.value). May fall back to the URI tail if no human label is attached. -
getCount
public long getCount()Number of expression experiments carrying this term as a treatment annotation. -
setUri
Ontology URI (CHEBI, OBI, EFO, …). -
setLabel
Curator-visible label (theCharacteristic.value). May fall back to the URI tail if no human label is attached. -
setCount
public void setCount(long count) Number of expression experiments carrying this term as a treatment annotation. -
equals
-
canEqual
-
hashCode
-
toString
-