Package ubic.gemma.model.analysis
Class Investigation
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
ubic.gemma.model.analysis.Investigation
- All Implemented Interfaces:
gemma.gsec.model.Securable
,Auditable
,Securable
,Describable
,Identifiable
- Direct Known Subclasses:
BioAssaySet
An abstract concept of a scientific study
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOwner()
void
setCharacteristics
(Set<Characteristic> characteristics) void
setOtherRelevantPublications
(Set<BibliographicReference> otherRelevantPublications) void
void
setPrimaryPublication
(BibliographicReference primaryPublication) Methods inherited from class ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
getAuditTrail, setAuditTrail
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toString
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
equals, 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
Methods inherited from interface gemma.gsec.model.Securable
getId
-
Constructor Details
-
Investigation
public Investigation()
-
-
Method Details
-
getCharacteristics
- Returns:
- Annotations that describe the experiment as a whole, for example "tumor" or "brain".
-
setCharacteristics
-
getOtherRelevantPublications
- Returns:
- A collection of other publications that are directly relevant to this investigation (e.g., use the same data but are not the primary publication for the investigation).
-
setOtherRelevantPublications
-
getOwner
- Returns:
- The contact who owns this investigation. For publicly acquired data, this is the data submitter or provider.
-
setOwner
-
getPrimaryPublication
- Returns:
- The primary citable publication for this investigation.
-
setPrimaryPublication
-