Class HomeStats.PerturbedGeneStat
java.lang.Object
ubic.gemma.core.analysis.report.HomeStats.PerturbedGeneStat
- Enclosing class:
HomeStats
-
Constructor Summary
ConstructorsConstructorDescriptionPerturbedGeneStat(String geneSymbol, String taxon, long numberOfExpressionExperiments) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanCanonical Gemma gene symbol (e.g.longDistinct public experiments carrying this gene as a perturbation target.getTaxon()Lowercase common name of the gene's taxon, matchingHomeStats.TaxonStat.commonName.inthashCode()voidsetGeneSymbol(String geneSymbol) Canonical Gemma gene symbol (e.g.voidsetNumberOfExpressionExperiments(long numberOfExpressionExperiments) Distinct public experiments carrying this gene as a perturbation target.voidLowercase common name of the gene's taxon, matchingHomeStats.TaxonStat.commonName.toString()
-
Constructor Details
-
PerturbedGeneStat
-
PerturbedGeneStat
public PerturbedGeneStat()
-
-
Method Details
-
getGeneSymbol
Canonical Gemma gene symbol (e.g.TP53,Trp53,MYC). -
getTaxon
Lowercase common name of the gene's taxon, matchingHomeStats.TaxonStat.commonName. May benullif the gene has no taxon recorded. Human and mouse orthologs surface as separate rows (TP53 / humanvsTrp53 / mouse). -
getNumberOfExpressionExperiments
public long getNumberOfExpressionExperiments()Distinct public experiments carrying this gene as a perturbation target. -
setGeneSymbol
Canonical Gemma gene symbol (e.g.TP53,Trp53,MYC). -
setTaxon
Lowercase common name of the gene's taxon, matchingHomeStats.TaxonStat.commonName. May benullif the gene has no taxon recorded. Human and mouse orthologs surface as separate rows (TP53 / humanvsTrp53 / mouse). -
setNumberOfExpressionExperiments
public void setNumberOfExpressionExperiments(long numberOfExpressionExperiments) Distinct public experiments carrying this gene as a perturbation target. -
equals
-
canEqual
-
hashCode
-
toString
-