Uses of Interface
ubic.gemma.model.common.Describable
-
-
Uses of Describable in ubic.gemma.core.loader.expression.arrayDesign
Classes in ubic.gemma.core.loader.expression.arrayDesign that implement Describable Modifier and Type Class Description class
Reporter
A "probe" (Affymetrix); for other types of arrays, there is no practical distinction between compositesequences and reporters, and all analysis would take place at the level of CompositeSequences. -
Uses of Describable in ubic.gemma.model.analysis
Classes in ubic.gemma.model.analysis that implement Describable Modifier and Type Class Description class
Analysis
An analysis of one or more Investigations.class
Investigation
An abstract concept of a scientific studyclass
SingleExperimentAnalysis
-
Uses of Describable in ubic.gemma.model.analysis.expression
Classes in ubic.gemma.model.analysis.expression that implement Describable Modifier and Type Class Description class
ExpressionAnalysis
An analysis of one or more ExpressionExperimentsclass
ExpressionExperimentSet
A grouping of expression studies. -
Uses of Describable in ubic.gemma.model.analysis.expression.coexpression
Classes in ubic.gemma.model.analysis.expression.coexpression that implement Describable Modifier and Type Class Description class
CoexpressionAnalysis
A coexpression analysis of one experiment.class
SampleCoexpressionAnalysis
The 'analysis' in the name is a bit of a stretch here, as this object servers purely as an aggregator of all the sample coexpression matrices. -
Uses of Describable in ubic.gemma.model.analysis.expression.diff
Classes in ubic.gemma.model.analysis.expression.diff that implement Describable Modifier and Type Class Description class
DifferentialExpressionAnalysis
An analysis of changes in expression levels across experimental conditionsclass
GeneDifferentialExpressionMetaAnalysis
Represents an analysis that combines the results of other analyses of differential expression. -
Uses of Describable in ubic.gemma.model.analysis.expression.pca
Classes in ubic.gemma.model.analysis.expression.pca that implement Describable Modifier and Type Class Description class
PrincipalComponentAnalysis
-
Uses of Describable in ubic.gemma.model.association.phenotype
Classes in ubic.gemma.model.association.phenotype that implement Describable Modifier and Type Class Description class
DataAnalysisEvidence
Deprecated.class
DifferentialExpressionEvidence
Deprecated.class
ExperimentalEvidence
Deprecated.class
GenericEvidence
Deprecated.class
GenericExperiment
Deprecated.class
LiteratureEvidence
Deprecated.class
PhenotypeAssociation
Deprecated. -
Uses of Describable in ubic.gemma.model.blacklist
Classes in ubic.gemma.model.blacklist that implement Describable Modifier and Type Class Description class
BlacklistedEntity
class
BlacklistedExperiment
TODO Document Meclass
BlacklistedPlatform
-
Uses of Describable in ubic.gemma.model.common
Classes in ubic.gemma.model.common that implement Describable Modifier and Type Class Description class
AbstractDescribable
-
Uses of Describable in ubic.gemma.model.common.auditAndSecurity
Classes in ubic.gemma.model.common.auditAndSecurity that implement Describable Modifier and Type Class Description class
AbstractAuditable
An entity which can have an audit trail attached to it.class
Contact
Representing a person or organization that can be contacted about, or is the source of, data in the system.class
Person
Deprecated.not neededclass
User
A user of the software system, who is authenticated.class
UserGroup
An organized group of researchers with an identifiable leader and group members. -
Uses of Describable in ubic.gemma.model.common.description
Classes in ubic.gemma.model.common.description that implement Describable Modifier and Type Class Description class
BibliographicReference
class
Characteristic
Instances of this are used to describe other entities.class
ExternalDatabase
-
Uses of Describable in ubic.gemma.model.common.protocol
Classes in ubic.gemma.model.common.protocol that implement Describable Modifier and Type Class Description class
Protocol
-
Uses of Describable in ubic.gemma.model.common.quantitationtype
Classes in ubic.gemma.model.common.quantitationtype that implement Describable Modifier and Type Class Description class
QuantitationType
-
Uses of Describable in ubic.gemma.model.expression.arrayDesign
Classes in ubic.gemma.model.expression.arrayDesign that implement Describable Modifier and Type Class Description class
ArrayDesign
Represents an assembly of design elements that are assayed all at once. -
Uses of Describable in ubic.gemma.model.expression.bioAssay
Classes in ubic.gemma.model.expression.bioAssay that implement Describable Modifier and Type Class Description class
BioAssay
Represents the bringing together of a biomaterial with an assay of some sort (typically an expression assay). -
Uses of Describable in ubic.gemma.model.expression.bioAssayData
Classes in ubic.gemma.model.expression.bioAssayData that implement Describable Modifier and Type Class Description class
BioAssayDimension
Stores the order of BioAssays referred to in DataVectors. -
Uses of Describable in ubic.gemma.model.expression.biomaterial
Classes in ubic.gemma.model.expression.biomaterial that implement Describable Modifier and Type Class Description class
BioMaterial
In MAGE, BioMaterial is an abstract class that represents the important substances such as cells, tissues, DNA, proteins, etc...class
Compound
class
Treatment
-
Uses of Describable in ubic.gemma.model.expression.designElement
Classes in ubic.gemma.model.expression.designElement that implement Describable Modifier and Type Class Description class
CompositeSequence
A "Probe set" (Affymetrix) or a "Probe" (other types of arrays). -
Uses of Describable in ubic.gemma.model.expression.experiment
Classes in ubic.gemma.model.expression.experiment that implement Describable Modifier and Type Class Description class
BioAssaySet
Represents a set of BioAssays.class
ExperimentalDesign
class
ExperimentalFactor
ExperimentFactors are the dependent variables of an experiment (e.g., genotype, time, glucose concentration).class
ExpressionExperiment
class
ExpressionExperimentSubSet
A subset of samples from an ExpressionExperimentclass
Statement
A special kind of characteristic that act as a statement. -
Uses of Describable in ubic.gemma.model.genome
Classes in ubic.gemma.model.genome that implement Describable Modifier and Type Class Description class
ChromosomeFeature
Some part of a chromosomeclass
Gene
Represents a functionally transcribed unit in the genome, recognized by other databases (NCBI, Ensembl). -
Uses of Describable in ubic.gemma.model.genome.biosequence
Classes in ubic.gemma.model.genome.biosequence that implement Describable Modifier and Type Class Description class
BioSequence
The sequence of a biological polymer such as a protein or DNA. -
Uses of Describable in ubic.gemma.model.genome.gene
Classes in ubic.gemma.model.genome.gene that implement Describable Modifier and Type Class Description class
GeneProduct
class
GeneSet
A grouping of genes that share a common relationship -
Uses of Describable in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type Describable Modifier and Type Method Description int
DescribableComparator. compare(Describable d1, Describable d2)
-