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()voidsetCharacteristics(Set<Characteristic> characteristics) voidsetOtherRelevantPublications(Set<BibliographicReference> otherRelevantPublications) voidvoidsetPrimaryPublication(BibliographicReference primaryPublication) Methods inherited from class ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
getAuditTrail, setAuditTrailMethods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toStringMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
equals, getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.model.common.Identifiable
getIdMethods 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
-