Class GeoReplication
java.lang.Object
ubic.gemma.core.loader.expression.geo.model.GeoReplication
Represents a group of samples that were replicated.
- Author:
- pavlidis
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumPermitted types of replication. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddToRepeatsSampleList(GeoSample sample) convertStringToRepeatType(String string) Convert a string e.g.getType()voidsetDescription(String description) voidsetRepeats(GeoReplication.ReplicationType repeats) voidsetSamples(Collection<GeoSample> repeatsSampleList) toString()
-
Constructor Details
-
GeoReplication
public GeoReplication()
-
-
Method Details
-
convertStringToRepeatType
Convert a string e.g. "biological Replicate" into the corresponding ReplicationType.- Parameters:
string- string- Returns:
- replication type
-
addToDescription
- Parameters:
d- d
-
getDescription
- Returns:
- Returns the description.
-
setDescription
- Parameters:
description- The description to set.
-
getSamples
- Returns:
- Returns the repeatsSampleList.
-
setSamples
- Parameters:
repeatsSampleList- The repeatsSampleList to set.
-
addToRepeatsSampleList
-
getType
- Returns:
- Returns the repeats.
-
setRepeats
- Parameters:
repeats- The repeats to set.
-
toString
-