Class GeoDataset
- All Implemented Interfaces:
Serializable
- Author:
- pavlidis
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
static GeoDataset.ExperimentType
convertStringToExperimentType
(String string) gene expression array-based, gene expression SAGE-based, gene expression MPSS-based, gene expression RT-PCR-based, protein expression array-based, protein expression MS-based, array CGH, ChIP-chip, SNPstatic GeoDataset.PlatformType
convertStringToPlatformType
(String string) static GeoDataset.SampleType
convertStringToSampleType
(String string) static GeoDataset.ValueType
convertStringToValueType
(String string) count, log ratio, log2 ratio, log10 ratio, logE ratio, log e ratio, transformed countvoid
This is used when we break a series up into two, along organism lines.int
int
int
getOrder()
void
setCompleteness
(String completeness) void
setDatasetType
(String datasetType) void
setDescription
(String description) void
setExperimentType
(GeoDataset.ExperimentType experimentType) void
setFeatureCount
(String featureCount) void
setNumChannels
(int numChannels) void
setNumProbes
(int numProbes) void
setNumSamples
(int numSamples) void
void
setOrganism
(String organism) void
setPlatform
(GeoPlatform platform) void
setPlatformType
(GeoDataset.PlatformType platformType) void
setPubmedId
(String pubmedId) void
setSampleType
(GeoDataset.SampleType sampleType) void
setUpdateDate
(String updateDate) void
setValueType
(GeoDataset.ValueType valueType) Methods inherited from class ubic.gemma.core.loader.expression.geo.model.GeoData
addColumnName, addRelation, equals, hashCode, toString
-
Field Details
-
experimentType
-
-
Constructor Details
-
GeoDataset
public GeoDataset()
-
-
Method Details
-
convertStringToExperimentType
gene expression array-based, gene expression SAGE-based, gene expression MPSS-based, gene expression RT-PCR-based, protein expression array-based, protein expression MS-based, array CGH, ChIP-chip, SNPComplete list of possibilities according to Nathaniel (6/2018)
Expression profiling by high throughput sequencing Genome binding/occupancy profiling by high throughput sequencing Expression profiling by array Non-coding RNA profiling by array Genome variation profiling by genome tiling array Genome variation profiling by high throughput sequencing Other Non-coding RNA profiling by high throughput sequencing Genome variation profiling by SNP array SNP genotyping by SNP array Expression profiling by genome tiling array Genome variation profiling by array Expression profiling by RT-PCR Methylation profiling by high throughput sequencing Genome binding/occupancy profiling by genome tiling array Methylation profiling by genome tiling array Methylation profiling by array Genome binding/occupancy profiling by array Expression profiling by SAGE Protein profiling by protein array Genome binding/occupancy profiling by SNP array Non-coding RNA profiling by genome tiling array Third-party reanalysis Expression profiling by MPSS Expression profiling by SNP array Methylation profiling by SNP array Protein profiling by Mass Spec
- Parameters:
string
- experiment type string- Returns:
- experiment type object
-
convertStringToPlatformType
-
convertStringToSampleType
-
convertStringToValueType
count, log ratio, log2 ratio, log10 ratio, logE ratio, log e ratio, transformed count- Parameters:
string
- value type string- Returns:
- value type object
-
addSeries
- Parameters:
newSeries
- geo series
-
addSubset
-
dissociateFromSeries
This is used when we break a series up into two, along organism lines.- Parameters:
s
- geo series
-
getCompleteness
- Returns:
- Returns the completeness.
-
setCompleteness
- Parameters:
completeness
- The completeness to set.
-
getDatasetType
- Returns:
- Returns the datasetType.
-
setDatasetType
- Parameters:
datasetType
- The datasetType to set.
-
getDescription
- Returns:
- Returns the description.
-
setDescription
- Parameters:
description
- The description to set.
-
getExperimentType
- Returns:
- Returns the experimentType.
-
setExperimentType
- Parameters:
experimentType
- The experimentType to set.
-
getFeatureCount
- Returns:
- Returns the featureCount.
-
setFeatureCount
- Parameters:
featureCount
- The featureCount to set.
-
getNumChannels
public int getNumChannels()- Returns:
- Returns the numChannels.
-
setNumChannels
public void setNumChannels(int numChannels) - Parameters:
numChannels
- The numChannels to set.
-
getNumSamples
public int getNumSamples()- Returns:
- Returns the numSamples.
-
setNumSamples
public void setNumSamples(int numSamples) - Parameters:
numSamples
- The numSamples to set.
-
getNumProbes
public int getNumProbes() -
setNumProbes
public void setNumProbes(int numProbes) -
getOrder
- Returns:
- Returns the order.
-
setOrder
- Parameters:
order
- The order to set.
-
getOrganism
- Returns:
- Returns the organism.
-
setOrganism
- Parameters:
organism
- The organism to set.
-
getPlatform
- Returns:
- Returns the platform.
-
setPlatform
- Parameters:
platform
- The platform to set.
-
getPlatformType
- Returns:
- Returns the probeType.
-
setPlatformType
-
getPubmedId
- Returns:
- Returns the pubmedId.
-
setPubmedId
- Parameters:
pubmedId
- The pubmedId to set.
-
getSampleType
- Returns:
- Returns the sampleType.
-
setSampleType
- Parameters:
sampleType
- The sampleType to set.
-
getSeries
- Returns:
- Returns the series.
-
getSubsets
- Returns:
- Returns the subsets.
-
getUpdateDate
- Returns:
- Returns the updateDate.
-
setUpdateDate
- Parameters:
updateDate
- The updateDate to set.
-
getValueType
- Returns:
- Returns the valueType.
-
setValueType
- Parameters:
valueType
- The valueType to set.
-