Class SimpleExpressionExperimentMetadata
java.lang.Object
ubic.gemma.core.loader.expression.simple.model.SimpleExpressionExperimentMetadata
- All Implemented Interfaces:
Serializable
Represents the basic data to enter about an expression experiment when starting from a delimited file of data
- Author:
- pavlidis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanPlatforms associated to the experiments.getName()PubMed identifier.Required if data is provided.Samples to be associated with this experiment.getTaxon()inthashCode()booleanIf true, biological characteristics imaging the probes will be created.voidsetAccession(SimpleDatabaseEntry accession) voidsetArrayDesigns(Collection<SimplePlatformMetadata> arrayDesigns) Platforms associated to the experiments.voidsetDescription(String description) voidsetExperimentalDesignDescription(String experimentalDesignDescription) voidsetExperimentalDesignName(String experimentalDesignName) voidvoidsetProbeIdsAreImageClones(boolean probeIdsAreImageClones) If true, biological characteristics imaging the probes will be created.voidsetPubMedId(String pubMedId) PubMed identifier.voidsetQuantitationType(SimpleQuantitationTypeMetadata quantitationType) Required if data is provided.voidsetSamples(Collection<SimpleSampleMetadata> samples) Samples to be associated with this experiment.voidsetShortName(String shortName) voidvoidsetTaxon(SimpleTaxonMetadata taxon) toString()
-
Constructor Details
-
SimpleExpressionExperimentMetadata
public SimpleExpressionExperimentMetadata()
-
-
Method Details
-
getShortName
-
getName
-
getDescription
-
getArrayDesigns
Platforms associated to the experiments.Once declared here, they may be referred to in
samples. -
getTaxon
-
getAccession
-
getPubMedId
PubMed identifier. -
getSource
-
getExperimentalDesignDescription
-
getExperimentalDesignName
-
getQuantitationType
Required if data is provided. -
isProbeIdsAreImageClones
public boolean isProbeIdsAreImageClones()If true, biological characteristics imaging the probes will be created. -
getSamples
Samples to be associated with this experiment.If left unset, the assays will be inferred from the data file.
-
setShortName
-
setName
-
setDescription
-
setArrayDesigns
Platforms associated to the experiments.Once declared here, they may be referred to in
samples. -
setTaxon
-
setAccession
-
setPubMedId
PubMed identifier. -
setSource
-
setExperimentalDesignDescription
-
setExperimentalDesignName
-
setQuantitationType
Required if data is provided. -
setProbeIdsAreImageClones
public void setProbeIdsAreImageClones(boolean probeIdsAreImageClones) If true, biological characteristics imaging the probes will be created. -
setSamples
Samples to be associated with this experiment.If left unset, the assays will be inferred from the data file.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-