Class Reporter
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.core.loader.expression.arrayDesign.Reporter
- All Implemented Interfaces:
Serializable
,Describable
,Identifiable
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.
For a brief time this was part of our core data model; but currently this is used only transiently during parsing
etc. of Affymetrix platform sequence files.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Important note: Two objects with the same class and non-null ID must be considered equal.getCol()
getRow()
void
void
setCompositeSequence
(CompositeSequence compositeSequence) void
setImmobilizedCharacteristic
(BioSequence immobilizedCharacteristic) void
void
setStartInBioChar
(Long startInBioChar) void
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toString
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
Constructor Details
-
Reporter
public Reporter()No-arg constructor added to satisfy javabean contract
-
-
Method Details
-
getRow
-
setRow
-
getCol
-
setCol
-
getStartInBioChar
-
setStartInBioChar
-
getStrand
- Returns:
- Strand on which the reporter aligns to the biologicalCharacteristic. True=plus strand. False=minus strand.
-
setStrand
-
getCompositeSequence
-
setCompositeSequence
-
getImmobilizedCharacteristic
- Returns:
- The sequence that is on the array for this reporter.
-
setImmobilizedCharacteristic
-
equals
Description copied from class:AbstractIdentifiable
Important note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equals
in classAbstractIdentifiable
-