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 enum
Permitted types of replication. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addToRepeatsSampleList
(GeoSample sample) convertStringToRepeatType
(String string) Convert a string e.g.getType()
void
setDescription
(String description) void
setRepeats
(GeoReplication.ReplicationType repeats) void
setSamples
(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
-