Serialized Form
- 
Package ubic.gemma.core.analysis.expression.coexpression- 
Class ubic.gemma.core.analysis.expression.coexpression.CoexpressionMetaValueObject extends Object implements Serializable- 
Serialized Fields- 
errorStateString errorState Error message for the client.
- 
maxEdgesint maxEdges Upper bound on how large we let the graph be from the server side. Can be overridden via the setter.
- 
numDatasetsQueriedint numDatasetsQueried How many data sets were actually used in the query; that is, which had coexpression analysis done.
- 
queryGenesCollection<GeneValueObject> queryGenes 
- 
queryGenesOnlyboolean queryGenesOnly if this was a "query genes only" search
- 
queryStringencyint queryStringency The stringency used in the initial query and after 'global' trimming.
- 
resultsList<CoexpressionValueObjectExt> results Results for coexpression of the query gene with other 'found' genes (which could potentially include other query genes)
- 
searchSettingsCoexpressionSearchCommand searchSettings The original search settings.
- 
summariesMap<Long,CoexpressionSummaryValueObject> summaries Summaries of results for each gene (map of gene ids to CoexpressionSummaryValueObject)
 
- 
 
- 
- 
Class ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand extends Object implements Serializable- 
Serialized Fields- 
dirtyboolean dirty Set to true to signal that the eeSet has been modified from its stored version.
- 
eeIdsCollection<Long> eeIds 
- 
eeQueryString eeQuery we're storing the actual ee ids in the command object; the query string is only here so we can use this object to store the state of the search form between visits...
- 
eeSetIdLong eeSetId 
- 
eeSetNameString eeSetName 
- 
geneIdsCollection<Long> geneIds 
- 
geneSetIdLong geneSetId 
- 
queryGenesOnlyboolean queryGenesOnly 
- 
quickboolean quick if set to true will do a quick coexpression search (without filling in various details)
- 
stringencyInteger stringency 
- 
taxonIdLong taxonId as eeQuery above, the taxon is only here so we can use this object to store the entire state of the form...
- 
useMyDatasetsboolean useMyDatasets 
 
- 
 
- 
- 
Class ubic.gemma.core.analysis.expression.coexpression.CoexpressionSummaryValueObject extends Object implements Serializable- 
Serialized Fields- 
coexpNodeDegreeGeneCoexpressionNodeDegreeValueObject coexpNodeDegree 
- 
datasetsAvailableint datasetsAvailable 
- 
datasetsTestedint datasetsTested 
- 
geneIdlong geneId 
- 
linksFoundint linksFound 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.analysis.expression.coexpression.links- 
Class ubic.gemma.core.analysis.expression.coexpression.links.LinkAnalysisConfig extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
absoluteValueboolean absoluteValue 
- 
arrayNameString arrayName 
- 
cdfCutdouble cdfCut what proportion of links to keep (possibly subject to FWE statistical significance threshold). 1.0 means keep everything. 0.01 means 1%.
- 
checkCorrelationDistributionboolean checkCorrelationDistribution 
- 
checkForBatchEffectboolean checkForBatchEffect 
- 
checkForOutliersboolean checkForOutliers 
- 
correlationCacheThresholddouble correlationCacheThreshold only used for internal cache during calculations.
- 
fwedouble fwe family-wise error rate threshold we use to select links
- 
lowerCdfCutUsedboolean lowerCdfCutUsed 
- 
lowerTailCutdouble lowerTailCut 
- 
makeSampleCorrMatImagesboolean makeSampleCorrMatImages 
- 
metricString metric 
- 
minNumPresentint minNumPresent How many samples must be present in a correlation pair to keep the data, taking into account missing values.
- 
normalizationMethodLinkAnalysisConfig.NormalizationMethod normalizationMethod 
- 
omitNegLinksboolean omitNegLinks Remove negative correlated values at the end.
- 
outputFileFile outputFile Only used if textOut = true; if null, just write to stdout.
- 
probeDegreeThresholdint probeDegreeThreshold Probes with more than this many links are removed. Zero means no action is taken.
- 
singularThresholdLinkAnalysisConfig.SingularThreshold singularThreshold 
- 
subsetboolean subset 
- 
subsetSizedouble subsetSize 
- 
subsetUsedboolean subsetUsed 
- 
textOutboolean textOut 
- 
upperCdfCutUsedboolean upperCdfCutUsed 
- 
upperTailCutdouble upperTailCut 
- 
useDbboolean useDb 
 
- 
 
- 
Class ubic.gemma.core.analysis.expression.coexpression.links.UnsuitableForAnalysisException extends RuntimeException implements Serializable- serialVersionUID:
- -4436136164850796179L
 
 
- 
- 
Package ubic.gemma.core.analysis.expression.diff- 
Class ubic.gemma.core.analysis.expression.diff.DifferentialExpressionAnalysisConfig extends Object implements Serializable- serialVersionUID:
- 622877438067070041L
 - 
Serialized Fields- 
analysisTypeDifferentialExpressionAnalyzerServiceImpl.AnalysisType analysisType 
- 
baseLineFactorValuesMap<ExperimentalFactor,FactorValue> baseLineFactorValues 
- 
ebayesboolean ebayes 
- 
factorsToIncludeList<ExperimentalFactor> factorsToInclude 
- 
interactionsToIncludeCollection<Collection<ExperimentalFactor>> interactionsToInclude 
- 
makeArchiveFileboolean makeArchiveFile 
- 
persistboolean persist 
- 
subsetFactorExperimentalFactor subsetFactor 
- 
subsetFactorValueFactorValue subsetFactorValue If this is non-null, this was a subset analysis, for this factor value.
- 
useWeightsboolean useWeights 
 
- 
 
- 
Class ubic.gemma.core.analysis.expression.diff.DifferentialExpressionMetaAnalysisValueObject extends Object implements Serializable- 
Serialized Fields- 
activeExperimentsCollection<BioAssaySet> activeExperiments 
- 
fisherPValueDouble fisherPValue 
- 
geneGeneValueObject gene 
- 
numExperimentsInScopeint numExperimentsInScope 
- 
numMetThresholdint numMetThreshold 
- 
numSearchedExperimentsint numSearchedExperiments 
- 
probeResultsCollection<DifferentialExpressionValueObject> probeResults 
- 
sortKeyString sortKey 
 
- 
 
- 
- 
Class ubic.gemma.core.analysis.expression.diff.DiffExpressionSelectedFactorCommand extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package ubic.gemma.core.analysis.preprocess- 
Class ubic.gemma.core.analysis.preprocess.FailedToComputeSingularValueDecomposition extends PreprocessingException implements Serializable
- 
Class ubic.gemma.core.analysis.preprocess.InsufficientProbesException extends InsufficientDataException implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.core.analysis.preprocess.PreprocessingException extends RuntimeException implements Serializable- serialVersionUID:
- -8463478950898408838L
 
- 
Class ubic.gemma.core.analysis.preprocess.QuantitationMismatchPreprocessingException extends PreprocessingException implements Serializable
- 
Class ubic.gemma.core.analysis.preprocess.SampleCoexpressionRelatedPreprocessingException extends PreprocessingException implements Serializable
- 
Class ubic.gemma.core.analysis.preprocess.SVDRelatedPreprocessingException extends PreprocessingException implements Serializable- 
Serialized Fields- 
causeSVDException cause 
 
- 
 
- 
- 
Class ubic.gemma.core.analysis.preprocess.UnsupportedQuantitationScaleConversionException extends QuantitationTypeConversionException implements Serializable
 
- 
- 
Package ubic.gemma.core.analysis.preprocess.batcheffects- 
Class ubic.gemma.core.analysis.preprocess.batcheffects.BatchConfound extends Object implements Serializable- 
Serialized Fields- 
chiSquaredouble chiSquare 
- 
dfint df 
- 
eeBioAssaySet ee 
- 
efExperimentalFactor ef 
- 
numBatchesint numBatches 
- 
pdouble p 
 
- 
 
- 
- 
Class ubic.gemma.core.analysis.preprocess.batcheffects.BatchInfoMissingException extends BatchInfoPopulationException implements Serializable
- 
Class ubic.gemma.core.analysis.preprocess.batcheffects.BatchInfoPopulationException extends PreprocessingException implements Serializable- serialVersionUID:
- -1770591991479420212L
 
- 
Class ubic.gemma.core.analysis.preprocess.batcheffects.FASTQHeadersPresentButNotUsableException extends BatchInfoPopulationException implements Serializable- serialVersionUID:
- 1917074433646650950L
 
- 
Class ubic.gemma.core.analysis.preprocess.batcheffects.SingletonBatchesException extends BatchInfoPopulationException implements Serializable- serialVersionUID:
- 9088141067684148902L
 
- 
Class ubic.gemma.core.analysis.preprocess.batcheffects.UnsupportedRawdataFileFormatException extends BatchInfoPopulationException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package ubic.gemma.core.analysis.preprocess.filter- 
Class ubic.gemma.core.analysis.preprocess.filter.FilterConfig extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
afterDistinctValueCutint afterDistinctValueCut 
- 
afterInitialFilterint afterInitialFilter 
- 
afterLowExpressionCutint afterLowExpressionCut 
- 
afterLowVarianceCutint afterLowVarianceCut 
- 
afterMinPresentFilterint afterMinPresentFilter 
- 
afterZeroVarianceCutint afterZeroVarianceCut 
- 
highExpressionCutdouble highExpressionCut 
- 
ignoreMinimumRowsThresholdboolean ignoreMinimumRowsThreshold If true, the MINIMUM_ROWS_TO_BOTHER is ignored.
- 
ignoreMinimumSampleThresholdboolean ignoreMinimumSampleThreshold If true, MINIMUM_SAMPLE is ignored.
- 
logTransformboolean logTransform 
- 
lowDistinctValueCutdouble lowDistinctValueCut 
- 
lowDistinctValueIsSetboolean lowDistinctValueIsSet 
- 
lowExpressionCutdouble lowExpressionCut 
- 
lowExpressionCutIsSetboolean lowExpressionCutIsSet 
- 
lowVarianceCutdouble lowVarianceCut 
- 
lowVarianceCutIsSetboolean lowVarianceCutIsSet 
- 
minPresentFractiondouble minPresentFraction 
- 
minPresentFractionIsSetboolean minPresentFractionIsSet 
- 
requireSequencesboolean requireSequences 
- 
startingRowsint startingRows 
 
- 
 
- 
Class ubic.gemma.core.analysis.preprocess.filter.FilteringException extends PreprocessingException implements Serializable
- 
Class ubic.gemma.core.analysis.preprocess.filter.InsufficientDataException extends FilteringException implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.core.analysis.preprocess.filter.InsufficientSamplesException extends InsufficientDataException implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.core.analysis.preprocess.filter.NoRowsLeftAfterFilteringException extends FilteringException implements Serializable
 
- 
- 
Package ubic.gemma.core.analysis.preprocess.svd- 
Class ubic.gemma.core.analysis.preprocess.svd.SVDException extends Exception implements Serializable
- 
Class ubic.gemma.core.analysis.preprocess.svd.SVDValueObject extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bioMaterialIdsLong[] bioMaterialIds In order like the rows of the v matrix.
- 
dateCorrelationsMap<Integer,Double> dateCorrelations 
- 
datePValsMap<Integer,Double> datePVals 
- 
datesList<Date> dates 
- 
factorCorrelationsMap<Integer,Map<Long,Double>> factorCorrelations 
- 
factorPvalsMap<Integer,Map<Long,Double>> factorPvals Need to store the correlations of eigengenes with dates of assays, and also with factors. Statistics are rank-based correlations
- 
factorsMap<Long,List<Double>> factors Map of factors to the double-ized representations of them.
- 
idLong id ID of the experiment this is for
- 
variancesdouble[] variances An array of values representing the fraction of the variance each component accounts for
- 
vMatrixDoubleMatrix<Long,Integer> vMatrix 
 
- 
 
 
- 
- 
Package ubic.gemma.core.analysis.report- 
Class ubic.gemma.core.analysis.report.AuditableObject extends Object implements Serializable- serialVersionUID:
- -7862129089784691035L
 
 
- 
- 
Package ubic.gemma.core.analysis.sequence- 
Class ubic.gemma.core.analysis.sequence.CompositeSequenceMapValueObject extends Object implements Serializable- 
Serialized Fields- 
arrayDesignIdLong arrayDesignId 
- 
arrayDesignNameString arrayDesignName 
- 
arrayDesignShortNameString arrayDesignShortName 
- 
bioSequenceIdString bioSequenceId 
- 
bioSequenceNameString bioSequenceName 
- 
bioSequenceNcbiIdString bioSequenceNcbiId 
- 
compositeSequenceDescriptionString compositeSequenceDescription 
- 
compositeSequenceIdString compositeSequenceId 
- 
compositeSequenceNameString compositeSequenceName 
- 
geneProductsMap<Long,GeneProductValueObject> geneProducts 
- 
genesMap<Long,GeneValueObject> genes 
- 
numBlatHitsInteger numBlatHits 
 
- 
 
- 
- 
Class ubic.gemma.core.analysis.sequence.GeneMappingSummary extends Object implements Serializable- serialVersionUID:
- 8899320580201273360L
 - 
Serialized Fields- 
blatResultBlatResultValueObject blatResult 
- 
blatResultIdString blatResultId 
- 
compositeSequenceCompositeSequenceValueObject compositeSequence 
- 
geneProductIdGeneMapMap<String,GeneValueObject> geneProductIdGeneMap 
- 
geneProductIdMapMap<String,GeneProductValueObject> geneProductIdMap 
- 
geneProductMapMap<GeneProductValueObject,GeneValueObject> geneProductMap 
- 
identitydouble identity 
- 
scoredouble score 
 
- 
 
 
- 
- 
Package ubic.gemma.core.association.phenotype- 
Class ubic.gemma.core.association.phenotype.EntityNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- -4361183252269974829L
 
 
- 
- 
Package ubic.gemma.core.datastructure.matrix- 
Class ubic.gemma.core.datastructure.matrix.BaseExpressionDataMatrix extends Object implements Serializable- 
Serialized Fields- 
bioAssayDimensionsMap<CompositeSequence,BioAssayDimension> bioAssayDimensions 
- 
columnAssayMapMap<BioAssay,Integer> columnAssayMap 
- 
columnBioAssayMapByIntegerMap<Integer,Collection<BioAssay>> columnBioAssayMapByInteger 
- 
columnBioMaterialMapMap<BioMaterial,Integer> columnBioMaterialMap 
- 
columnBioMaterialMapByIntegerMap<Integer,BioMaterial> columnBioMaterialMapByInteger 
- 
expressionExperimentExpressionExperiment expressionExperiment 
- 
quantitationTypesCollection<QuantitationType> quantitationTypes 
- 
rowDesignElementMapByIntegerMap<Integer,CompositeSequence> rowDesignElementMapByInteger 
- 
rowElementMapMap<CompositeSequence,Integer> rowElementMap 
- 
rowElementsList<ExpressionDataMatrixRowElement> rowElements 
 
- 
 
- 
- 
Class ubic.gemma.core.datastructure.matrix.EmptyExpressionMatrix extends BaseExpressionDataMatrix<Object> implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
numColsint numCols 
 
- 
 
- 
Class ubic.gemma.core.datastructure.matrix.ExpressionDataBooleanMatrix extends BaseExpressionDataMatrix<Boolean> implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
matrixObjectMatrixImpl<CompositeSequence,Integer,Boolean> matrix 
 
- 
 
- 
Class ubic.gemma.core.datastructure.matrix.ExpressionDataDoubleMatrix extends BaseExpressionDataMatrix<Double> implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
matrixDoubleMatrix<CompositeSequence,BioMaterial> matrix 
- 
ranksMap<CompositeSequence,Double> ranks 
 
- 
 
- 
Class ubic.gemma.core.datastructure.matrix.ExpressionDataIntegerMatrix extends BaseExpressionDataMatrix<Integer> implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
matrixIntegerMatrix<CompositeSequence,Integer> matrix 
 
- 
 
- 
Class ubic.gemma.core.datastructure.matrix.ExpressionDataStringMatrix extends BaseExpressionDataMatrix<String> implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
matrixStringMatrix<Integer,Integer> matrix 
 
- 
 
- 
Class ubic.gemma.core.datastructure.matrix.InferredQuantitationMismatchException extends QuantitationMismatchException implements Serializable- 
Serialized Fields- 
inferredQuantitationTypeQuantitationType inferredQuantitationType 
 
- 
 
- 
- 
Class ubic.gemma.core.datastructure.matrix.QuantitationMismatchException extends Exception implements Serializable- 
Serialized Fields- 
quantitationTypeQuantitationType quantitationType 
 
- 
 
- 
- 
Class ubic.gemma.core.datastructure.matrix.QuantitationTypeConversionException extends RuntimeException implements Serializable
- 
Class ubic.gemma.core.datastructure.matrix.SuspiciousValuesForQuantitationException extends QuantitationMismatchException implements Serializable- 
Serialized Fields- 
suspiciousValuesList<SuspiciousValuesForQuantitationException.SuspiciousValueResult> suspiciousValues 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.image- 
Class ubic.gemma.core.image.ABALinkOutValueObject extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
abaGeneImageUrlsCollection<String> abaGeneImageUrls 
- 
abaGeneUrlString abaGeneUrl 
- 
geneSymbolString geneSymbol 
 
- 
 
 
- 
- 
Package ubic.gemma.core.job- 
Class ubic.gemma.core.job.TaskCommand extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
emailAlertboolean emailAlert Should an email be sent to the user when the job is done?
- 
entityIdLong entityId Convenience field to handle the common case where a primary key is all that is needed.
- 
maxQueueMinutesInteger maxQueueMinutes How long we will allow this task to be queued before giving up.
- 
maxRuntimeint maxRuntime 
- 
persistJobDetailsBoolean persistJobDetails If true, the jobDetails associated with this task will be persisted in the database. Consider setting to false for test jobs or other super-frequent maintenance tasks.
- 
securityContextorg.springframework.security.core.context.SecurityContext securityContext Used to propagate security to grid workers.
- 
submitterString submitter 
- 
taskIdString taskId 
 
- 
 
- 
Class ubic.gemma.core.job.TaskResult extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package ubic.gemma.core.job.progress- 
Class ubic.gemma.core.job.progress.ProgressData extends Object implements Serializable- serialVersionUID:
- -4303625064082352461L
 
- 
Class ubic.gemma.core.job.progress.SubmittedTaskValueObject extends Object implements Serializable- serialVersionUID:
- 6757089319713433356L
 - 
Serialized Fields- 
doneboolean done 
- 
emailAlertboolean emailAlert 
- 
finishTimeDate finishTime 
- 
lastLogMessageString lastLogMessage 
- 
logMessagesString logMessages 
- 
runningRemotelyboolean runningRemotely 
- 
startTimeDate startTime 
- 
submissionTimeDate submissionTime 
- 
submitterString submitter 
- 
taskIdString taskId 
- 
taskStatusString taskStatus 
- 
taskTypeString taskType 
 
- 
 
 
- 
- 
Package ubic.gemma.core.loader.entrez.pubmed- 
Class ubic.gemma.core.loader.entrez.pubmed.ESearchException extends Exception implements Serializable
 
- 
- 
Package ubic.gemma.core.loader.expression.arrayDesign- 
Class ubic.gemma.core.loader.expression.arrayDesign.Reporter extends AbstractDescribable implements Serializable- serialVersionUID:
- 3703827938981026012L
 - 
Serialized Fields- 
colInteger col 
- 
compositeSequenceCompositeSequence compositeSequence 
- 
immobilizedCharacteristicBioSequence immobilizedCharacteristic 
- 
rowInteger row 
- 
startInBioCharLong startInBioChar 
- 
strandString strand 
 
- 
 
 
- 
- 
Package ubic.gemma.core.loader.expression.geo
- 
Package ubic.gemma.core.loader.expression.geo.model- 
Class ubic.gemma.core.loader.expression.geo.model.GeoContact extends Object implements Serializable- serialVersionUID:
- -2042747972349661568L
 - 
Serialized Fields
 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoData extends Object implements Serializable- serialVersionUID:
- -859220901359581113L
 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoDataset extends GeoData implements Serializable- serialVersionUID:
- 2659028881509672793L
 - 
Serialized Fields- 
completenessString completeness 
- 
datasetTypeString datasetType 
- 
descriptionString description 
- 
experimentTypeGeoDataset.ExperimentType experimentType 
- 
featureCountString featureCount 
- 
numChannelsint numChannels 
- 
numProbesint numProbes 
- 
numSamplesint numSamples 
- 
orderString order 
- 
organismString organism 
- 
platformGeoPlatform platform 
- 
platformTypeGeoDataset.PlatformType platformType 
- 
pubmedIdString pubmedId 
- 
sampleTypeGeoDataset.SampleType sampleType 
- 
seriesCollection<GeoSeries> series 
- 
subsetsCollection<GeoSubset> subsets 
- 
updateDateString updateDate 
- 
valueTypeGeoDataset.ValueType valueType 
 
- 
 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoPlatform extends GeoData implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
catalogNumbersCollection<String> catalogNumbers 
- 
coatingString coating 
- 
contributerCollection<String> contributer 
- 
descriptionString description 
- 
designElementsCollection<String> designElements 
- 
distributionString distribution 
- 
idString id 
- 
lastUpdateDateString lastUpdateDate 
- 
manufactureProtocolString manufactureProtocol 
- 
manufacturerString manufacturer 
- 
organismsCollection<String> organisms 
- 
platformDataList<List<String>> platformData 
- 
platformInformationMap<String,List<String>> platformInformation Store information on the platform here. Map of designElements to other information. This has to be lists so the values "line up".
- 
probeNamesInGemmaMap<String,String> probeNamesInGemma Map of original probe names provided by GEO to the names in Gemma (if this platform is already there). This is needed because probe names are sometimes changed after import. This map must be populated prior to import of the data.
- 
pubMedIdsCollection<Integer> pubMedIds 
- 
sampleString sample 
- 
statusString status 
- 
submissionDateString submissionDate 
- 
supplementaryFileString supplementaryFile 
- 
supportString support 
- 
technologyGeoDataset.PlatformType technology 
- 
useDataFromGEOboolean useDataFromGEO Will be set to false during parsing if data are missing.
- 
webLinkString webLink 
- 
webLinksCollection<String> webLinks 
 
- 
 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoRecord extends GeoData implements Serializable- serialVersionUID:
- 2060148205381855991L
 - 
Serialized Fields- 
contactNameString contactName 
- 
correspondingExperimentsCollection<Long> correspondingExperiments 
- 
libraryStrategyString libraryStrategy 
- 
meshHeadingsString meshHeadings 
- 
numSamplesint numSamples 
- 
organismsCollection<String> organisms 
- 
overallDesignString overallDesign 
- 
platformString platform 
- 
previousClicksint previousClicks 
- 
pubMedIdsString pubMedIds 
- 
releaseDateDate releaseDate 
- 
sampleDetailsString sampleDetails 
- 
sampleGEOAccessionsCollection<String> sampleGEOAccessions 
- 
seriesTypeString seriesType 
- 
subSeriesboolean subSeries 
- 
subSeriesOfString subSeriesOf 
- 
summaryString summary 
- 
superSeriesboolean superSeries 
- 
usableboolean usable 
 
- 
 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoSample extends GeoData implements Serializable- serialVersionUID:
- -8820012224856178673L
 - 
Serialized Fields- 
anchorString anchor 
- 
channelCountint channelCount 
- 
channelsList<GeoChannel> channels 
- 
dataProcessingString dataProcessing 
- 
descriptionString description 
- 
hybProtocolString hybProtocol 
- 
idString id 
- 
isGenePixboolean isGenePix 
- 
lastUpdateDateString lastUpdateDate 
- 
libSourceString libSource 
- 
libStrategyString libStrategy 
- 
mightNotHaveDataInFileboolean mightNotHaveDataInFile 
- 
platformsCollection<GeoPlatform> platforms 
- 
replicatesCollection<GeoReplication> replicates 
- 
scanProtocolString scanProtocol 
- 
seriesAppearsInCollection<String> seriesAppearsIn 
- 
statusString status 
- 
submissionDateString submissionDate 
- 
supplementaryFileString supplementaryFile 
- 
tagCountint tagCount 
- 
tagLengthint tagLength 
- 
titleInDatasetString titleInDataset This is used to store the title for the sample as found in the GDS file, if it differs from the one in the GSE file
- 
typeString type 
- 
variablesCollection<GeoVariable> variables 
- 
warnedAboutGenePixboolean warnedAboutGenePix 
 
- 
 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoSeries extends GeoData implements Serializable- serialVersionUID:
- -1058350558444775537L
 - 
Serialized Fields- 
contributersCollection<GeoContact> contributers 
- 
dataSetsCollection<GeoDataset> dataSets 
- 
isSubSeriesboolean isSubSeries 
- 
isSuperSeriesboolean isSuperSeries 
- 
keyWordsCollection<String> keyWords 
- 
lastUpdateDateString lastUpdateDate 
- 
overallDesignString overallDesign 
- 
platformIdString platformId 
- 
pubmedIdsCollection<String> pubmedIds 
- 
replicatesMap<Integer,GeoReplication> replicates 
- 
sampleCorrespondenceGeoSampleCorrespondence sampleCorrespondence 
- 
samplesCollection<GeoSample> samples 
- 
seriesIdString seriesId 
- 
seriesTypesCollection<GeoSeries.SeriesType> seriesTypes 
- 
statusString status 
- 
submissionDateString submissionDate 
- 
subSeriesCollection<String> subSeries 
- 
summaryString summary 
- 
supplementaryFileString supplementaryFile 
- 
valuesGeoValues values 
- 
variablesMap<Integer,GeoVariable> variables 
- 
webLinksCollection<String> webLinks 
 
- 
 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoSubset extends GeoData implements Serializable- serialVersionUID:
- 2392295178038874633L
 - 
Serialized Fields- 
dataSetString dataSet 
- 
descriptionString description 
- 
owningDatasetGeoDataset owningDataset 
- 
samplesCollection<GeoSample> samples 
- 
typeGeoVariable.VariableType type 
 
- 
 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoValues extends Object implements Serializable- serialVersionUID:
- 3748363645735281578L
 - 
Serialized Fields- 
dataMap<GeoPlatform,Map<Integer,Map<String,List<Object>>>> data 
- 
quantitationTypeIndexMapMap<GeoPlatform,Map<Integer,Collection<String>>> quantitationTypeIndexMap 
- 
quantitationTypeNameMapMap<GeoPlatform,Map<String,Integer>> quantitationTypeNameMap 
- 
sampleDimensionsMap<GeoPlatform,Map<Integer,LinkedHashSet<GeoSample>>> sampleDimensions 
 
- 
 
 
- 
- 
Package ubic.gemma.core.loader.expression.geo.service- 
Class ubic.gemma.core.loader.expression.geo.service.IOExceptionWithRetry extends IOException implements Serializable- 
Serialized Fields- 
errorFromPreviousAttemptIOExceptionWithRetry errorFromPreviousAttempt 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.loader.expression.simple.model- 
Class ubic.gemma.core.loader.expression.simple.model.SimpleExpressionExperimentMetaData extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
arrayDesignIdsCollection<Long> arrayDesignIds 
- 
arrayDesignsCollection<ArrayDesign> arrayDesigns 
- 
descriptionString description 
- 
experimentalDesignDescriptionString experimentalDesignDescription 
- 
experimentalDesignNameString experimentalDesignName 
- 
externalReferenceDatabaseEntry externalReference 
- 
generalTypeGeneralType generalType 
- 
isBatchCorrectedBoolean isBatchCorrected 
- 
isMaskedPreferredBoolean isMaskedPreferred 
- 
isRatioBoolean isRatio 
- 
nameString name 
- 
probeIdsAreImageClonesboolean probeIdsAreImageClones 
- 
pubMedIdInteger pubMedId Publication reference.
- 
quantitationTypeDescriptionString quantitationTypeDescription 
- 
quantitationTypeNameString quantitationTypeName 
- 
scaleScaleType scale 
- 
shortNameString shortName 
- 
sourceUrlString sourceUrl 
- 
taxonTaxon taxon 
- 
taxonIdLong taxonId 
- 
technologyTypeTechnologyType technologyType 
- 
typeStandardQuantitationType type 
- 
userContact user The person who loaded this data.
 
- 
 
 
- 
- 
Package ubic.gemma.core.loader.util- 
Class ubic.gemma.core.loader.util.AlreadyExistsInSystemException extends RuntimeException implements Serializable- serialVersionUID:
- 5677999264920938691L
 - 
Serialized Fields- 
dataObject data 
 
- 
 
 
- 
- 
Package ubic.gemma.core.loader.util.biomart- 
Class ubic.gemma.core.loader.util.biomart.Ensembl2NcbiValueObject extends Object implements Serializable- serialVersionUID:
- -859220901359582113L
 
 
- 
- 
Package ubic.gemma.core.loader.util.parser- 
Class ubic.gemma.core.loader.util.parser.FileFormatException extends RuntimeException implements Serializable- serialVersionUID:
- -1984918923089214361L
 
 
- 
- 
Package ubic.gemma.core.ontology- 
Class ubic.gemma.core.ontology.AbstractOntologyResourceSimple extends Object implements Serializable
- 
Class ubic.gemma.core.ontology.OntologyIndividualSimple extends AbstractOntologyResourceSimple implements Serializable- 
Serialized Fields- 
instanceOfOntologyTermSimple instanceOf 
 
- 
 
- 
- 
Class ubic.gemma.core.ontology.OntologyPropertySimple extends AbstractOntologyResourceSimple implements Serializable
 
- 
- 
Package ubic.gemma.core.search- 
Class ubic.gemma.core.search.BaseCodeOntologySearchException extends SearchException implements Serializable- 
Serialized Fields- 
causeOntologySearchException cause 
 
- 
 
- 
- 
Class ubic.gemma.core.search.ParseSearchException extends SearchException implements Serializable- 
Serialized Fields- 
originalParseExceptionParseSearchException originalParseException 
- 
queryString query 
 
- 
 
- 
- 
Class ubic.gemma.core.search.SearchException extends Exception implements Serializable
- 
Class ubic.gemma.core.search.SearchTimeoutException extends SearchException implements Serializable- 
Serialized Fields- 
causeTimeoutException cause 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.search.lucene- 
Class ubic.gemma.core.search.lucene.LuceneParseSearchException extends ParseSearchException implements Serializable
 
- 
- 
Package ubic.gemma.core.search.source- 
Class ubic.gemma.core.search.source.HibernateSearchException extends SearchException implements Serializable- 
Serialized Fields- 
causeorg.hibernate.search.SearchException cause 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.tasks.analysis.coexp- 
Class ubic.gemma.core.tasks.analysis.coexp.LinkAnalysisTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
expressionExperimentExpressionExperiment expressionExperiment 
- 
filterConfigFilterConfig filterConfig 
- 
linkAnalysisConfigLinkAnalysisConfig linkAnalysisConfig 
 
- 
 
 
- 
- 
Package ubic.gemma.core.tasks.analysis.diffex- 
Class ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisRemoveTaskCommand extends DifferentialExpressionAnalysisTaskCommand implements Serializable- serialVersionUID:
- -6881129987842634598L
 - 
Serialized Fields- 
toRemoveDifferentialExpressionAnalysis toRemove 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
analysisTypeDifferentialExpressionAnalyzerServiceImpl.AnalysisType analysisType Proposed analysis type. If null the system tries to figure it out.
- 
expressionExperimentExpressionExperiment expressionExperiment 
- 
factorsCollection<ExperimentalFactor> factors The factors to actually use in the analysis. If null the system tries to figure it out.
- 
forceAnalysisboolean forceAnalysis 
- 
includeInteractionsboolean includeInteractions Whether interactions among the factors should be included. The implementation may limit this to two-way interactions for only up to two factors, so this may not have the effect desired.
- 
moderateStatisticsboolean moderateStatistics Whether to moderate test statistics via empirical Bayes
- 
subsetFactorExperimentalFactor subsetFactor 
- 
toRedoDifferentialExpressionAnalysis toRedo 
- 
useWeightsboolean useWeights Whether to use weighted regression based on mean-variance relationships (voom)
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.diffex.DiffExMetaAnalyzerTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
analysisResultSetIdsCollection<Long> analysisResultSetIds 
- 
descriptionString description 
- 
nameString name 
- 
persistboolean persist 
 
- 
 
 
- 
- 
Package ubic.gemma.core.tasks.analysis.expression- 
Class ubic.gemma.core.tasks.analysis.expression.BatchInfoFetchTaskCommand extends ExpressionExperimentReportTaskCommand implements Serializable- serialVersionUID:
- -1901958943061377082L
 
- 
Class ubic.gemma.core.tasks.analysis.expression.BioAssayOutlierProcessingTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 3083077516188614790L
 - 
Serialized Fields- 
bioAssayIdsCollection<Long> bioAssayIds 
- 
revertboolean revert 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.expression.ExpressionExperimentLoadTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
accessionString accession 
- 
aggressiveQtRemovalboolean aggressiveQtRemoval Set to true to attempt to remove all unneeded quantitation types during parsing.
- 
allowArrayExpressDesignboolean allowArrayExpressDesign 
- 
allowSubSeriesLoadboolean allowSubSeriesLoad 
- 
allowSuperSeriesLoadboolean allowSuperSeriesLoad 
- 
arrayDesignNameString arrayDesignName 
- 
isArrayExpressboolean isArrayExpress 
- 
isSplitByPlatformboolean isSplitByPlatform 
- 
loadPlatformOnlyboolean loadPlatformOnly 
- 
suppressMatchingboolean suppressMatching Used to turn off 'bioassay to biomaterial' matching.
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.expression.PreprocessTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
diagnosticsOnlyboolean diagnosticsOnly 
- 
expressionExperimentExpressionExperiment expressionExperiment 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.expression.SvdTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
expressionExperimentExpressionExperiment expressionExperiment 
- 
postProcessOnlyboolean postProcessOnly 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.expression.TwoChannelMissingValueTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
expressionExperimentExpressionExperiment expressionExperiment 
- 
extraMissingValueIndicatorsCollection<Double> extraMissingValueIndicators 
- 
s2ndouble s2n 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.expression.UpdateEEDetailsCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.core.tasks.analysis.expression.UpdatePubMedCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
pubmedIdString pubmedId 
 
- 
 
 
- 
- 
Package ubic.gemma.core.tasks.analysis.sequence- 
Class ubic.gemma.core.tasks.analysis.sequence.ArrayDesignProbeMapTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
arrayDesignArrayDesign arrayDesign 
- 
forceAnalysisboolean forceAnalysis 
 
- 
 
 
- 
- 
Package ubic.gemma.core.tasks.maintenance- 
Class ubic.gemma.core.tasks.maintenance.CharacteristicUpdateCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
annotationValueObjectsCollection<AnnotationValueObject> annotationValueObjects 
- 
removeboolean remove If set to true, the annotations passed in will be deleted.
 
- 
 
- 
Class ubic.gemma.core.tasks.maintenance.ExpressionExperimentReportTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allboolean all 
- 
expressionExperimentExpressionExperiment expressionExperiment 
 
- 
 
- 
Class ubic.gemma.core.tasks.maintenance.IndexerTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- -8994831072852393919L
 - 
Serialized Fields- 
compassOnboolean compassOn 
- 
indexADboolean indexAD 
- 
indexBibRefboolean indexBibRef 
- 
indexBioSequenceboolean indexBioSequence 
- 
indexEEboolean indexEE 
- 
indexExperimentSetboolean indexExperimentSet 
- 
indexGeneboolean indexGene 
- 
indexGeneSetboolean indexGeneSet 
- 
indexOntologiesboolean indexOntologies 
- 
indexProbeboolean indexProbe 
 
- 
 
 
- 
- 
Package ubic.gemma.core.tasks.visualization- 
Class ubic.gemma.core.tasks.visualization.DifferentialExpressionAnalysisResultSetVisualizationValueObject extends Object implements Serializable- 
Serialized Fields- 
analysisIdLong analysisId 
- 
analysisNotRunboolean analysisNotRun 
- 
baselineFactorValueString baselineFactorValue 
- 
baselineFactorValueIdLong baselineFactorValueId 
- 
contrastsFactorValueIdsList<Long> contrastsFactorValueIds 
- 
contrastsFactorValuesMap<Long,String> contrastsFactorValues 
- 
datasetIdLong datasetId 
- 
datasetLinkString datasetLink 
- 
datasetNameString datasetName 
- 
datasetShortNameString datasetShortName 
- 
factorCategoryString factorCategory 
- 
factorDescriptionString factorDescription 
- 
factorIdLong factorId 
- 
factorNameString factorName 
- 
numberOfProbesList<List<Integer>> numberOfProbes 
- 
numberOfProbesDiffExpressedint numberOfProbesDiffExpressed 
- 
numberOfProbesDownRegulatedint numberOfProbesDownRegulated 
- 
numberOfProbesTotalint numberOfProbesTotal 
- 
numberOfProbesUpRegulatedint numberOfProbesUpRegulated 
- 
qValuesList<List<Double>> qValues 
- 
resultSetIdLong resultSetId 
- 
visualizationValuesList<List<Double>> visualizationValues 
 
- 
 
- 
- 
Class ubic.gemma.core.tasks.visualization.DifferentialExpressionGenesConditionsValueObject extends Object implements Serializable- 
Serialized Fields- 
cellDataMap<String,Map<Long,DifferentialExpressionGenesConditionsValueObject.Cell>> cellData Map of Condition IDs to map of Genes to the Cell holding the information for the results for that Gene x Condition combination.
- 
conditionsList<DifferentialExpressionGenesConditionsValueObject.Condition> conditions 
- 
genesList<DifferentialExpressionGenesConditionsValueObject.DiffExGene> genes 
- 
resultSetConditionsMap<Long,Collection<DifferentialExpressionGenesConditionsValueObject.Condition>> resultSetConditions 
 
- 
 
- 
- 
Class ubic.gemma.core.tasks.visualization.DifferentialExpressionSearchTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- -8510536003059837349L
 - 
Serialized Fields- 
experimentGroupCollection<ExpressionExperimentDetailsValueObject> experimentGroup 
- 
experimentGroupNameString experimentGroupName 
- 
geneGroupCollection<GeneValueObject> geneGroup 
- 
geneGroupNameString geneGroupName 
 
- 
 
 
- 
- 
Package ubic.gemma.core.util- 
Class ubic.gemma.core.util.GemmaRestApiClientException extends RuntimeException implements Serializable
 
- 
- 
Package ubic.gemma.model.analysis- 
Class ubic.gemma.model.analysis.Analysis extends AbstractDescribable implements Serializable- serialVersionUID:
- -7666181528240555473L
 - 
Serialized Fields- 
protocolProtocol protocol 
 
- 
 
- 
Class ubic.gemma.model.analysis.AnalysisResultSet extends Object implements Serializable- serialVersionUID:
- -6749501453616281312L
 - 
Serialized Fields- 
idLong id 
 
- 
 
- 
Class ubic.gemma.model.analysis.AnalysisResultSetValueObject extends IdentifiableValueObject<R extends AnalysisResultSet<K>> implements Serializable
- 
Class ubic.gemma.model.analysis.AnalysisResultValueObject extends IdentifiableValueObject<A extends AnalysisResult> implements Serializable
- 
Class ubic.gemma.model.analysis.AnalysisValueObject extends IdentifiableValueObject<T extends Analysis> implements Serializable
- 
Class ubic.gemma.model.analysis.Investigation extends AbstractAuditable implements Serializable- serialVersionUID:
- -5191564466698945873L
 - 
Serialized Fields- 
characteristicsSet<Characteristic> characteristics 
- 
otherRelevantPublicationsSet<BibliographicReference> otherRelevantPublications 
- 
ownerContact owner 
- 
primaryPublicationBibliographicReference primaryPublication 
 
- 
 
- 
Class ubic.gemma.model.analysis.SingleExperimentAnalysis extends ExpressionAnalysis implements Serializable- serialVersionUID:
- -6301345978501023402L
 - 
Serialized Fields- 
experimentAnalyzedBioAssaySet experimentAnalyzed 
- 
numberOfElementsAnalyzedInteger numberOfElementsAnalyzed 
 
- 
 
 
- 
- 
Package ubic.gemma.model.analysis.expression- 
Class ubic.gemma.model.analysis.expression.ExpressionAnalysis extends Analysis implements Serializable- serialVersionUID:
- 7521985377825526643L
 
- 
Class ubic.gemma.model.analysis.expression.ExpressionExperimentSet extends AbstractAuditable implements Serializable- serialVersionUID:
- -1034074709420077917L
 - 
Serialized Fields- 
experimentsSet<BioAssaySet> experiments 
- 
taxonTaxon taxon 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.FactorAssociatedAnalysisResultSet extends AnalysisResultSet<R extends AnalysisResult> implements Serializable- serialVersionUID:
- 821072688513147160L
 - 
Serialized Fields- 
experimentalFactorsSet<ExperimentalFactor> experimentalFactors 
 
- 
 
 
- 
- 
Package ubic.gemma.model.analysis.expression.coexpression- 
Class ubic.gemma.model.analysis.expression.coexpression.CoexpressionAnalysis extends SingleExperimentAnalysis implements Serializable- serialVersionUID:
- -2036918876881877628L
 - 
Serialized Fields- 
coexpCorrelationDistributionCoexpCorrelationDistribution coexpCorrelationDistribution 
- 
numberOfLinksInteger numberOfLinks At gene level.
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.GeneCoexpressedGenes extends IdArray implements Serializable- serialVersionUID:
- 6715464097628664297L
 - 
Serialized Fields- 
geneIdLong geneId 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.GeneCoexpressionTestedIn extends IdArray implements Serializable- serialVersionUID:
- 3122664964809277501L
 - 
Serialized Fields- 
geneIdLong geneId This serves as the primary key.
- 
numDatasetsTestedInint numDatasetsTestedIn we store this separately as a column in the DB, which is why it is a field. Otherwise we infer it from the data.
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.HumanCoexpressionSupportDetailsImpl extends SupportDetails implements Serializable- serialVersionUID:
- -5002268300977281525L
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.IdArray extends Object implements Serializable- serialVersionUID:
- -7563304392793946778L
 - 
Serialized Fields- 
datacom.googlecode.javaewah.EWAHCompressedBitmap data 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.IdArrayValueObject extends IdArray implements Serializable- serialVersionUID:
- 3449107398932831708L
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.MouseCoexpressionSupportDetailsImpl extends SupportDetails implements Serializable- serialVersionUID:
- 3935257719971070260L
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.OtherCoexpressionSupportDetailsImpl extends SupportDetails implements Serializable- serialVersionUID:
- 1730038206222335399L
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.RatCoexpressionSupportDetailsImpl extends SupportDetails implements Serializable- serialVersionUID:
- 3067914341922800267L
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.SampleCoexpressionAnalysis extends SingleExperimentAnalysis implements Serializable- serialVersionUID:
- 5006465967597402551L
 - 
Serialized Fields- 
fullCoexpressionMatrixSampleCoexpressionMatrix fullCoexpressionMatrix 
- 
regressedCoexpressionMatrixSampleCoexpressionMatrix regressedCoexpressionMatrix 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.SampleCoexpressionMatrix extends Object implements Serializable- serialVersionUID:
- 8168483585163161355L
 - 
Serialized Fields- 
bioAssayDimensionBioAssayDimension bioAssayDimension 
- 
coexpressionMatrixbyte[] coexpressionMatrix 
- 
idLong id 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.coexpression.SupportDetails extends IdArray implements Serializable- serialVersionUID:
- -8148641748805015611L
 
 
- 
- 
Package ubic.gemma.model.analysis.expression.diff- 
Class ubic.gemma.model.analysis.expression.diff.ContrastResult extends Object implements Serializable- serialVersionUID:
- -4310735803120153778L
 - 
Serialized Fields- 
coefficientDouble coefficient 
- 
factorValueFactorValue factorValue 
- 
idLong id 
- 
logFoldChangeDouble logFoldChange TODO: rename this to log2FoldChange to avoid confusion with the logarithm base used.
- 
pvalueDouble pvalue 
- 
secondFactorValueFactorValue secondFactorValue 
- 
tStatDouble tStat 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.ContrastResultValueObject extends IdentifiableValueObject<ContrastResult> implements Serializable- 
Serialized Fields- 
coefficientDouble coefficient 
- 
factorValueFactorValueBasicValueObject factorValue 
- 
factorValueIdLong factorValueId 
- 
logFoldChangeDouble logFoldChange 
- 
pvalueDouble pvalue 
- 
secondFactorValueFactorValueBasicValueObject secondFactorValue 
- 
secondFactorValueIdLong secondFactorValueId 
- 
tStatDouble tStat 
 
- 
 
- 
- 
Class ubic.gemma.model.analysis.expression.diff.ContrastsValueObject extends Object implements Serializable- 
Serialized Fields- 
contrastsList<ContrastVO> contrasts 
- 
resultIdLong resultId 
 
- 
 
- 
- 
Class ubic.gemma.model.analysis.expression.diff.DifferentialExpressionAnalysis extends SingleExperimentAnalysis implements Serializable- serialVersionUID:
- -7855180617739271699L
 - 
Serialized Fields- 
resultSetsSet<ExpressionAnalysisResultSet> resultSets 
- 
subsetFactorValueFactorValue subsetFactorValue 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.DifferentialExpressionAnalysisResult extends AnalysisResult implements Serializable- serialVersionUID:
- 8952834115689524169L
 - 
Serialized Fields- 
contrastsSet<ContrastResult> contrasts 
- 
correctedPvalueDouble correctedPvalue Typically actually a qvalue.
- 
correctedPValueBinInteger correctedPValueBin 
- 
idLong id 
- 
probeCompositeSequence probe 
- 
pvalueDouble pvalue 
- 
rankDouble rank 
- 
resultSetExpressionAnalysisResultSet resultSet 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.DifferentialExpressionAnalysisResultSetValueObject extends AnalysisResultSetValueObject<DifferentialExpressionAnalysisResult,ExpressionAnalysisResultSet> implements Serializable- 
Serialized Fields- 
analysisDifferentialExpressionAnalysisValueObject analysis 
- 
baselineGroupFactorValueBasicValueObject baselineGroup 
- 
experimentalFactorsCollection<ExperimentalFactorValueObject> experimentalFactors 
- 
resultsCollection<DifferentialExpressionAnalysisResultValueObject> results Related analysis results.Note that this field is excluded from the JSON serialization if left unset. 
- 
secondBaselineGroupFactorValueBasicValueObject secondBaselineGroup 
- 
taxaSet<TaxonValueObject> taxa When genes are included, this field is populated.
 
- 
 
- 
- 
Class ubic.gemma.model.analysis.expression.diff.DifferentialExpressionAnalysisResultValueObject extends AnalysisResultValueObject<DifferentialExpressionAnalysisResult> implements Serializable- 
Serialized Fields- 
contrastsList<ContrastResultValueObject> contrasts 
- 
correctedPvalueDouble correctedPvalue 
- 
genesList<GeneValueObject> genes 
- 
probeIdLong probeId 
- 
probeNameString probeName 
- 
pValueDouble pValue 
- 
rankDouble rank 
 
- 
 
- 
- 
Class ubic.gemma.model.analysis.expression.diff.DifferentialExpressionAnalysisValueObject extends AnalysisValueObject<DifferentialExpressionAnalysis> implements Serializable- serialVersionUID:
- 622877438067070041L
 - 
Serialized Fields- 
arrayDesignsUsedCollection<Long> arrayDesignsUsed 
- 
experimentAnalyzedIdLong experimentAnalyzedId 
- 
factorValuesUsedMap<Long,Collection<FactorValueValueObject>> factorValuesUsed 
- 
resultSetsCollection<DiffExResultSetSummaryValueObject> resultSets 
- 
sourceExperimentIdLong sourceExperimentId 
- 
subsetFactorExperimentalFactorValueObject subsetFactor 
- 
subsetFactorIdLong subsetFactorId 
- 
subsetFactorValueFactorValueValueObject subsetFactorValue 
- 
subsetFactorValueIdLong subsetFactorValueId 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.DifferentialExpressionValueObject extends Object implements Serializable- 
Serialized Fields- 
contrastsContrastsValueObject contrasts 
- 
corrPDouble corrP 
- 
directionDirection direction 
- 
experimentalFactorsCollection<ExperimentalFactorValueObject> experimentalFactors 
- 
expressionExperimentExpressionExperimentValueObject expressionExperiment 
- 
fisherContributionBoolean fisherContribution 
- 
geneGeneValueObject gene 
- 
idLong id 
- 
metThresholdBoolean metThreshold 
- 
pDouble p 
- 
probeString probe 
- 
probeIdLong probeId 
- 
resultSetIdLong resultSetId 
- 
sortKeyString sortKey 
 
- 
 
- 
- 
Class ubic.gemma.model.analysis.expression.diff.DiffExprGeneSearchResult extends Object implements Serializable- serialVersionUID:
- -6199218806972657112L
 
- 
Class ubic.gemma.model.analysis.expression.diff.DiffExResultSetSummaryValueObject extends Object implements Serializable- serialVersionUID:
- 2063274043081170625L
 - 
Serialized Fields- 
analysisIdLong analysisId 
- 
arrayDesignsUsedCollection<Long> arrayDesignsUsed 
- 
baselineGroupFactorValueValueObject baselineGroup 
- 
bioAssaySetAnalyzedIdLong bioAssaySetAnalyzedId AnalyzedBioAssaySetID.This is redundant because of DifferentialExpressionAnalysisValueObject#getExperimentAnalyzedId(), and always displayed in that context in the RESTful API.
- 
downregulatedCountInteger downregulatedCount Number of diffex probes in theDirection.DOWNhit list if available.
- 
experimentalFactorsCollection<ExperimentalFactorValueObject> experimentalFactors 
- 
factorIdsCollection<Long> factorIds 
- 
idLong id 
- 
numberOfDiffExpressedProbesInteger numberOfDiffExpressedProbes Number of diffex probes in theDirection.EITHERhit list if available.
- 
numberOfGenesAnalyzedInteger numberOfGenesAnalyzed 
- 
numberOfProbesAnalyzedInteger numberOfProbesAnalyzed 
- 
qValueDouble qValue This is used once in the frontend, but never filled, so please ignore.
- 
thresholdDouble threshold Threshold applied to the hitlist.
- 
upregulatedCountInteger upregulatedCount Number of diffex probes in theDirection.UPhit list if available.
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.ExpressionAnalysisResultSet extends FactorAssociatedAnalysisResultSet<DifferentialExpressionAnalysisResult> implements Serializable- serialVersionUID:
- 7226901182513177574L
 - 
Serialized Fields- 
analysisDifferentialExpressionAnalysis analysis 
- 
baselineGroupFactorValue baselineGroup 
- 
hitListSizesSet<HitListSize> hitListSizes 
- 
numberOfGenesTestedInteger numberOfGenesTested 
- 
numberOfProbesTestedInteger numberOfProbesTested 
- 
pvalueDistributionPvalueDistribution pvalueDistribution 
- 
resultsSet<DifferentialExpressionAnalysisResult> results 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.GeneDifferentialExpressionMetaAnalysis extends ExpressionAnalysis implements Serializable- serialVersionUID:
- -2588180973962410595L
 - 
Serialized Fields- 
numGenesAnalyzedInteger numGenesAnalyzed 
- 
qvalueThresholdForStorageDouble qvalueThresholdForStorage 
- 
resultsSet<GeneDifferentialExpressionMetaAnalysisResult> results 
- 
resultSetsIncludedSet<ExpressionAnalysisResultSet> resultSetsIncluded 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.GeneDifferentialExpressionMetaAnalysisDetailValueObject extends Object implements Serializable- serialVersionUID:
- 3868004995989355452L
 - 
Serialized Fields- 
includedResultSetsInfoCollection<IncludedResultSetInfoValueObject> includedResultSetsInfo 
- 
numGenesAnalyzedInteger numGenesAnalyzed 
- 
resultsCollection<GeneDifferentialExpressionMetaAnalysisResultValueObject> results 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.GeneDifferentialExpressionMetaAnalysisResult extends Object implements Serializable- serialVersionUID:
- -6553250926957951550L
 
- 
Class ubic.gemma.model.analysis.expression.diff.GeneDifferentialExpressionMetaAnalysisResultValueObject extends Object implements Serializable- serialVersionUID:
- 6099286095885830140L
 
- 
Class ubic.gemma.model.analysis.expression.diff.GeneDifferentialExpressionMetaAnalysisSummaryValueObject extends Object implements Serializable- serialVersionUID:
- -1856182824742323129L
 - 
Serialized Fields- 
descriptionString description 
- 
diffExpressionEvidenceDiffExpressionEvidenceValueObject diffExpressionEvidence 
- 
idLong id 
- 
isEditableboolean isEditable 
- 
isOwnedByCurrentUserboolean isOwnedByCurrentUser 
- 
isPublicboolean isPublic 
- 
isSharedboolean isShared 
- 
nameString name 
- 
numGenesAnalyzedInteger numGenesAnalyzed 
- 
numResultsInteger numResults 
- 
numResultSetsIncludedInteger numResultSetsIncluded 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.HitListSize extends Object implements Serializable- serialVersionUID:
- -6398621486105806034L
 
- 
Class ubic.gemma.model.analysis.expression.diff.IncludedResultSetInfoValueObject extends Object implements Serializable- serialVersionUID:
- -4660741839991839187L
 
- 
Class ubic.gemma.model.analysis.expression.diff.PvalueDistribution extends Object implements Serializable- serialVersionUID:
- -4783507721422402289L
 
 
- 
- 
Package ubic.gemma.model.analysis.expression.pca- 
Class ubic.gemma.model.analysis.expression.pca.Eigenvalue extends Object implements Serializable- serialVersionUID:
- -6675153115416719020L
 
- 
Class ubic.gemma.model.analysis.expression.pca.Eigenvector extends Object implements Serializable- serialVersionUID:
- 5122763307995485698L
 
- 
Class ubic.gemma.model.analysis.expression.pca.PrincipalComponentAnalysis extends SingleExperimentAnalysis implements Serializable- serialVersionUID:
- 7046708934564931841L
 - 
Serialized Fields- 
bioAssayDimensionBioAssayDimension bioAssayDimension 
- 
eigenValuesSet<Eigenvalue> eigenValues 
- 
eigenVectorsSet<Eigenvector> eigenVectors 
- 
maxNumProbesPerComponentInteger maxNumProbesPerComponent 
- 
numComponentsStoredInteger numComponentsStored 
- 
probeLoadingsSet<ProbeLoading> probeLoadings 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.pca.ProbeLoading extends Object implements Serializable- serialVersionUID:
- -2328381846024383305L
 - 
Serialized Fields- 
componentNumberInteger componentNumber 
- 
idLong id 
- 
loadingDouble loading 
- 
loadingRankInteger loadingRank 
- 
probeCompositeSequence probe 
 
- 
 
 
- 
- 
Package ubic.gemma.model.association- 
Class ubic.gemma.model.association.BioSequence2GeneProduct extends Object implements Serializable- serialVersionUID:
- 8361432485953690591L
 - 
Serialized Fields- 
bioSequenceBioSequence bioSequence 
- 
geneProductGeneProduct geneProduct 
- 
idLong id 
- 
overlapInteger overlap 
- 
scoreDouble score 
- 
sourceAnalysisAnalysis sourceAnalysis 
- 
specificityDouble specificity 
- 
threePrimeDistanceLong threePrimeDistance 
- 
threePrimeDistanceMeasurementMethodThreePrimeDistanceMethod threePrimeDistanceMeasurementMethod 
 
- 
 
- 
Class ubic.gemma.model.association.Gene2GeneAssociation extends Object implements Serializable- serialVersionUID:
- -322186137554528167L
 
- 
Class ubic.gemma.model.association.Gene2GeneIdAssociation extends Object implements Serializable- serialVersionUID:
- 3735868529324395241L
 
- 
Class ubic.gemma.model.association.Gene2GOAssociation extends Gene2OntologyEntryAssociationImpl implements Serializable- serialVersionUID:
- -710930089869830248L
 - 
Serialized Fields- 
evidenceCodeGOEvidenceCode evidenceCode 
 
- 
 
- 
Class ubic.gemma.model.association.Gene2OntologyEntryAssociation extends Object implements Serializable- serialVersionUID:
- -6097916172357707966L
 - 
Serialized Fields- 
geneGene gene 
- 
idLong id 
- 
ontologyEntryCharacteristic ontologyEntry 
 
- 
 
- 
Class ubic.gemma.model.association.Gene2OntologyEntryAssociationImpl extends Gene2OntologyEntryAssociation implements Serializable- serialVersionUID:
- -7343879715589606942L
 
- 
Class ubic.gemma.model.association.ReferenceAssociation extends BioSequence2GeneProduct implements Serializable- serialVersionUID:
- -6338026603382275762L
 - 
Serialized Fields- 
referencedDatabaseEntryDatabaseEntry referencedDatabaseEntry 
 
- 
 
 
- 
- 
Package ubic.gemma.model.association.coexpression- 
Class ubic.gemma.model.association.coexpression.ExperimentCoexpressionLink extends Object implements Serializable- serialVersionUID:
- -3850440587168527052L
 - 
Serialized Fields- 
experimentBioAssaySet experiment 
- 
firstGeneLong firstGene we need to have the genes here as a denormalization. We store these links both ways for efficiency.
- 
idLong id 
- 
linkIdLong linkId Note that we do not make this a proper link to a Gene2GeneCoexpression entity, for simplicity, so we cant do some hql stuff.
- 
secondGeneLong secondGene 
 
- 
 
- 
Class ubic.gemma.model.association.coexpression.Gene2GeneCoexpression extends Gene2GeneIdAssociation implements Serializable- serialVersionUID:
- 6088623734153830393L
 - 
Serialized Fields- 
numDataSetsSupportingInteger numDataSetsSupporting 
- 
positiveCorrelationBoolean positiveCorrelation If true, this represents a positive correlation; false indicates it is negative (sorry, 0 doesn't exist, I guess we could use null).
- 
supportDetailsSupportDetails supportDetails 
 
- 
 
- 
Class ubic.gemma.model.association.coexpression.GeneCoexpressionNodeDegree extends Object implements Serializable- serialVersionUID:
- -1456064687251594963L
 - 
Serialized Fields- 
geneIdLong geneId 
- 
linkCountsNegativebyte[] linkCountsNegative Byte format of a int array. the first value is 0; the other values is the number of links at support=index. Unlike the relativeLinkRanks these are not cumulative.
- 
linkCountsPositivebyte[] linkCountsPositive Byte format of a int array. the first value is 0; the other values is the number of links at support=index. Unlike the relativeLinkRanks these are not cumulative.
- 
relativeLinkRanksNegativebyte[] relativeLinkRanksNegative Normalized rank values for the node degree of this gene at each threshold of support; that is, "at or above" the threshold. The ranking is among all other genes for the taxon; the normalization factor is the node degree of the most hubby gene (computed separately for each support threshold).
- 
relativeLinkRanksPositivebyte[] relativeLinkRanksPositive Normalized rank values for the node degree of this gene at each threshold of support; that is, "at or above" the threshold. The ranking is among all other genes for the taxon; the normalization factor is the node degree of the most hubby gene (computed separately for each support threshold).
 
- 
 
- 
Class ubic.gemma.model.association.coexpression.GeneCoexpressionNodeDegreeValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.association.coexpression.HumanExperimentCoexpressionLinkImpl extends ExperimentCoexpressionLink implements Serializable- serialVersionUID:
- 8753430934473629791L
 
- 
Class ubic.gemma.model.association.coexpression.HumanGeneCoExpression extends Gene2GeneCoexpression implements Serializable- serialVersionUID:
- -908571853818330702L
 
- 
Class ubic.gemma.model.association.coexpression.HumanGeneCoExpressionImpl extends HumanGeneCoExpression implements Serializable- serialVersionUID:
- -1143581426457333084L
 
- 
Class ubic.gemma.model.association.coexpression.MouseExperimentCoexpressionLinkImpl extends ExperimentCoexpressionLink implements Serializable- serialVersionUID:
- 498137981864642L
 
- 
Class ubic.gemma.model.association.coexpression.MouseGeneCoExpression extends Gene2GeneCoexpression implements Serializable- serialVersionUID:
- 6475614056538630827L
 
- 
Class ubic.gemma.model.association.coexpression.MouseGeneCoExpressionImpl extends MouseGeneCoExpression implements Serializable- serialVersionUID:
- 9197559725933952760L
 
- 
Class ubic.gemma.model.association.coexpression.OtherExperimentCoexpressionLinkImpl extends ExperimentCoexpressionLink implements Serializable- serialVersionUID:
- -1684811922186491341L
 
- 
Class ubic.gemma.model.association.coexpression.OtherGeneCoExpression extends Gene2GeneCoexpression implements Serializable- serialVersionUID:
- 7730779544234187004L
 
- 
Class ubic.gemma.model.association.coexpression.OtherGeneCoExpressionImpl extends OtherGeneCoExpression implements Serializable- serialVersionUID:
- -2419886942835022490L
 
- 
Class ubic.gemma.model.association.coexpression.RatExperimentCoexpressionLinkImpl extends ExperimentCoexpressionLink implements Serializable- serialVersionUID:
- -3635504802405373650L
 
- 
Class ubic.gemma.model.association.coexpression.RatGeneCoExpression extends Gene2GeneCoexpression implements Serializable- serialVersionUID:
- -151363121627382446L
 
- 
Class ubic.gemma.model.association.coexpression.RatGeneCoExpressionImpl extends RatGeneCoExpression implements Serializable- serialVersionUID:
- 5889802151081696108L
 
 
- 
- 
Package ubic.gemma.model.association.phenotype- 
Class ubic.gemma.model.association.phenotype.DataAnalysisEvidence extends PhenotypeAssociation implements Serializable- serialVersionUID:
- -1823081475754671450L
 
- 
Class ubic.gemma.model.association.phenotype.DifferentialExpressionEvidence extends DataAnalysisEvidence implements Serializable- serialVersionUID:
- 1056186800210320618L
 - 
Serialized Fields- 
geneDifferentialExpressionMetaAnalysisResultGeneDifferentialExpressionMetaAnalysisResult geneDifferentialExpressionMetaAnalysisResult Deprecated.
- 
selectionThresholdDouble selectionThreshold Deprecated.
 
- 
 
- 
Class ubic.gemma.model.association.phenotype.ExperimentalEvidence extends PhenotypeAssociation implements Serializable- serialVersionUID:
- -1310307976449116756L
 - 
Serialized Fields- 
experimentInvestigation experiment Deprecated.
 
- 
 
- 
Class ubic.gemma.model.association.phenotype.GenericEvidence extends PhenotypeAssociation implements Serializable- serialVersionUID:
- 9049824856704318367L
 
- 
Class ubic.gemma.model.association.phenotype.GenericExperiment extends Investigation implements Serializable- serialVersionUID:
- -1322252603261082189L
 
- 
Class ubic.gemma.model.association.phenotype.LiteratureEvidence extends PhenotypeAssociation implements Serializable- serialVersionUID:
- -4106020347488355001L
 
- 
Class ubic.gemma.model.association.phenotype.PhenotypeAssociation extends AbstractAuditable implements Serializable- serialVersionUID:
- -1734685902449428500L
 - 
Serialized Fields- 
associationTypeCharacteristic associationType Deprecated.
- 
evidenceCodeGOEvidenceCode evidenceCode Deprecated.
- 
evidenceSourceDatabaseEntry evidenceSource Deprecated.
- 
geneGene gene Deprecated.
- 
isNegativeEvidenceBoolean isNegativeEvidence Deprecated.
- 
lastUpdatedDate lastUpdated Deprecated.
- 
mappingTypePhenotypeMappingType mappingType Deprecated.
- 
originalPhenotypeString originalPhenotype Deprecated.
- 
phenotypeAssociationPublicationsSet<PhenotypeAssociationPublication> phenotypeAssociationPublications Deprecated.
- 
phenotypesSet<Characteristic> phenotypes Deprecated.
- 
relationshipString relationship Deprecated.
- 
scoreString score Deprecated.
- 
scoreTypeQuantitationType scoreType Deprecated.
- 
strengthDouble strength Deprecated.
 
- 
 
- 
Class ubic.gemma.model.association.phenotype.PhenotypeAssociationPublication extends Object implements Serializable- serialVersionUID:
- -4156623260205197700L
 - 
Serialized Fields- 
citationBibliographicReference citation Deprecated.
- 
idLong id Deprecated.
- 
typeString type Deprecated.
 
- 
 
- 
Class ubic.gemma.model.association.phenotype.PhenotypeMappingType extends Object implements Serializable- serialVersionUID:
- -3336933794060950406L
 - 
Serialized Fields- 
valueString value Deprecated.
 
- 
 
 
- 
- 
Package ubic.gemma.model.blacklist- 
Class ubic.gemma.model.blacklist.BlacklistedEntity extends AbstractDescribable implements Serializable- 
Serialized Fields- 
externalAccessionDatabaseEntry externalAccession The external accession
- 
reasonString reason The reason the entity was blacklisted.
- 
shortNameString shortName 
 
- 
 
- 
- 
Class ubic.gemma.model.blacklist.BlacklistedExperiment extends BlacklistedEntity implements Serializable
- 
Class ubic.gemma.model.blacklist.BlacklistedPlatform extends BlacklistedEntity implements Serializable
- 
Class ubic.gemma.model.blacklist.BlacklistedValueObject extends IdentifiableValueObject<BlacklistedEntity> implements Serializable- serialVersionUID:
- -4817418347388923905L
 
 
- 
- 
Package ubic.gemma.model.common- 
Class ubic.gemma.model.common.BaseValueObject extends Object implements Serializable- serialVersionUID:
- -5290562301261202171L
 - 
Serialized Fields- 
accessDeniedboolean accessDenied 
- 
errorFoundboolean errorFound 
- 
objectAlreadyRemovedboolean objectAlreadyRemoved 
- 
userNotLoggedInboolean userNotLoggedIn 
- 
valueObjectSerializable valueObject 
 
- 
 
- 
Class ubic.gemma.model.common.IdentifiableValueObject extends Object implements Serializable- 
Serialized Fields- 
idLong id 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.common.auditAndSecurity- 
Class ubic.gemma.model.common.auditAndSecurity.AbstractAuditable extends AbstractDescribable implements Serializable- serialVersionUID:
- 2797229483150957490L
 - 
Serialized Fields- 
auditTrailAuditTrail auditTrail 
 
- 
 
- 
Class ubic.gemma.model.common.auditAndSecurity.AuditEvent extends Object implements Serializable- serialVersionUID:
- -1212093157703833905L
 - 
Serialized Fields- 
actionAuditAction action 
- 
dateDate date 
- 
detailString detail 
- 
eventTypeAuditEventType eventType 
- 
idLong id 
- 
noteString note 
- 
performerUser performer 
 
- 
 
- 
Class ubic.gemma.model.common.auditAndSecurity.AuditEventValueObject extends IdentifiableValueObject<AuditEvent> implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.AuditTrail extends Object implements Serializable- serialVersionUID:
- -7450755789163303140L
 - 
Serialized Fields- 
eventsList<AuditEvent> events 
- 
idLong id 
 
- 
 
- 
Class ubic.gemma.model.common.auditAndSecurity.Contact extends AbstractDescribable implements Serializable- serialVersionUID:
- 2410750024818017046L
 - 
Serialized Fields- 
emailString email 
 
- 
 
- 
Class ubic.gemma.model.common.auditAndSecurity.GroupAuthority extends Object implements Serializable- serialVersionUID:
- 6376142653264312139L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.GroupAuthorityImpl extends GroupAuthority implements Serializable- serialVersionUID:
- 6376142653264312139L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.JobInfo extends Object implements Serializable- serialVersionUID:
- -4998165708433543706L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.Person extends Contact implements Serializable- serialVersionUID:
- -7873047856249494633L
 - 
Serialized Fields- 
lastNameString lastName Deprecated.
 
- 
 
- 
Class ubic.gemma.model.common.auditAndSecurity.User extends Person implements Serializable- serialVersionUID:
- 5910497757956461559L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.UserGroup extends AbstractAuditable implements Serializable- serialVersionUID:
- 5795744069086222179L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.UserQuery extends Object implements Serializable- serialVersionUID:
- -2790140985613402440L
 
 
- 
- 
Package ubic.gemma.model.common.auditAndSecurity.curation- 
Class ubic.gemma.model.common.auditAndSecurity.curation.AbstractCuratableValueObject extends IdentifiableValueObject<C extends Curatable> implements Serializable- 
Serialized Fields- 
curationNoteString curationNote 
- 
lastNeedsAttentionEventAuditEventValueObject lastNeedsAttentionEvent 
- 
lastNoteUpdateEventAuditEventValueObject lastNoteUpdateEvent 
- 
lastTroubledEventAuditEventValueObject lastTroubledEvent 
- 
lastUpdatedDate lastUpdated 
- 
needsAttentionBoolean needsAttention 
- 
troubledBoolean troubled 
 
- 
 
- 
- 
Class ubic.gemma.model.common.auditAndSecurity.curation.CurationDetails extends Object implements Serializable- serialVersionUID:
- -3418540112052921387L
 - 
Serialized Fields- 
curationNoteString curationNote 
- 
idLong id 
- 
lastNeedsAttentionEventAuditEvent lastNeedsAttentionEvent 
- 
lastNoteUpdateEventAuditEvent lastNoteUpdateEvent 
- 
lastTroubledEventAuditEvent lastTroubledEvent 
- 
lastUpdatedDate lastUpdated 
- 
needsAttentionboolean needsAttention 
- 
troubledboolean troubled 
 
- 
 
 
- 
- 
Package ubic.gemma.model.common.auditAndSecurity.eventType- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.AlignmentBasedGeneMappingEvent extends ArrayDesignGeneMappingEvent implements Serializable- serialVersionUID:
- 7667960927701046528L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.AnalysisSuitabilityEvent extends AuditEventType implements Serializable- serialVersionUID:
- 7754007995197256846L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.AnnotationBasedGeneMappingEvent extends ArrayDesignGeneMappingEvent implements Serializable- serialVersionUID:
- 6216699496744292404L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.AnnotationEvent extends AuditEventType implements Serializable- serialVersionUID:
- -7488448191665314917L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ArrayDesignAnalysisEvent extends AuditEventType implements Serializable- serialVersionUID:
- -8391873112717801492L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ArrayDesignGeneMappingEvent extends ArrayDesignAnalysisEvent implements Serializable- serialVersionUID:
- -7566135203525054499L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ArrayDesignMergeEvent extends ArrayDesignAnalysisEvent implements Serializable- serialVersionUID:
- 8243373027784116451L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ArrayDesignProbeRenamingEvent extends ArrayDesignAnalysisEvent implements Serializable- serialVersionUID:
- -5458770150436736181L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ArrayDesignRepeatAnalysisEvent extends ArrayDesignAnalysisEvent implements Serializable- serialVersionUID:
- -1315594279851821201L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ArrayDesignSequenceAnalysisEvent extends ArrayDesignAnalysisEvent implements Serializable- serialVersionUID:
- 8487897002282121437L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ArrayDesignSequenceRemoveEvent extends ArrayDesignAnalysisEvent implements Serializable- serialVersionUID:
- -3044700012305059422L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ArrayDesignSequenceUpdateEvent extends ArrayDesignAnalysisEvent implements Serializable- serialVersionUID:
- 2502989996801972836L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ArrayDesignSubsumeCheckEvent extends ArrayDesignAnalysisEvent implements Serializable- serialVersionUID:
- -6105886398033742202L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.AuditEventType extends Object implements Serializable- serialVersionUID:
- -7397754091918396538L
 - 
Serialized Fields- 
idLong id 
 
- 
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.AutomatedAnnotationEvent extends AnnotationEvent implements Serializable- serialVersionUID:
- 8510568858539453569L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.BatchCorrectionEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -3061045506228031201L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.BatchInformationEvent extends ExpressionExperimentAnalysisEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.BatchInformationFetchingEvent extends BatchInformationEvent implements Serializable- serialVersionUID:
- 4635587632131568136L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.BatchInformationMissingEvent extends BatchInformationEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.BatchProblemsUpdateEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -3061045506228031201L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.BioMaterialMappingUpdate extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -4390321148453980797L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.CommentedEvent extends AuditEventType implements Serializable- serialVersionUID:
- -9053488530090657730L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.CurationDetailsEvent extends AuditEventType implements Serializable- serialVersionUID:
- 6621758826080039878L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.CurationNoteUpdateEvent extends CurationDetailsEvent implements Serializable- serialVersionUID:
- -1180281595664872508L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.DataAddedEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -492849538043540166L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.DataRemovedEvent extends ExpressionExperimentAnalysisEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.DataReplacedEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -3239733956797015820L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.DifferentialExpressionAnalysisEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -2254124666542924604L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.DifferentialExpressionSuitabilityEvent extends AnalysisSuitabilityEvent implements Serializable- serialVersionUID:
- -3436468845066159993L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.DoesNotNeedAttentionEvent extends CurationDetailsEvent implements Serializable- serialVersionUID:
- 6425018808816856629L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ExperimentalDesignUpdatedEvent extends AuditEventType implements Serializable- serialVersionUID:
- 6359338763821876809L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ExpressionExperimentAnalysisEvent extends AuditEventType implements Serializable- serialVersionUID:
- 6359338763821876809L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ExpressionExperimentPlatformSwitchEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- 2918272498309052073L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ExpressionExperimentUpdateFromGEOEvent extends AuditEventType implements Serializable- serialVersionUID:
- 5823969791153895703L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ExpressionExperimentVectorMergeEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- 3635469819668645913L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FactorValueNeedsAttentionEvent extends NeedsAttentionEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedBatchInformationFetchingEvent extends BatchInformationFetchingEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedBatchInformationMissingEvent extends BatchInformationMissingEvent implements Serializable- serialVersionUID:
- -3235885345623521195L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedDataReplacedEvent extends DataReplacedEvent implements Serializable- serialVersionUID:
- 304758117763492676L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedDifferentialExpressionAnalysisEvent extends NeedsAttentionEvent implements Serializable- serialVersionUID:
- 6904992064998125083L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedLinkAnalysisEvent extends NeedsAttentionEvent implements Serializable- serialVersionUID:
- 1234186759038122633L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedMeanVarianceUpdateEvent extends NeedsAttentionEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedMissingValueAnalysisEvent extends NeedsAttentionEvent implements Serializable- serialVersionUID:
- -8827983770602337826L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedPCAAnalysisEvent extends NeedsAttentionEvent implements Serializable- serialVersionUID:
- -7055117029646665872L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedProcessedVectorComputationEvent extends NeedsAttentionEvent implements Serializable- serialVersionUID:
- -3296770035025801791L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.FailedSampleCorrelationAnalysisEvent extends NeedsAttentionEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.GeeqEvent extends AuditEventType implements Serializable- serialVersionUID:
- 6621758826080039878L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.LinkAnalysisEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -9218026901325452759L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.MakePrivateEvent extends PermissionChangeEvent implements Serializable- serialVersionUID:
- 1858209889786173945L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.MakePublicEvent extends PermissionChangeEvent implements Serializable- serialVersionUID:
- -2250506177437626685L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ManualAnnotationEvent extends AnnotationEvent implements Serializable- serialVersionUID:
- -4919680073334263746L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.MeanVarianceUpdateEvent extends ExpressionExperimentAnalysisEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.MissingValueAnalysisEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -4000136638329943603L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.NeedsAttentionEvent extends CurationDetailsEvent implements Serializable- serialVersionUID:
- -1180281595664872508L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.NotTroubledStatusFlagEvent extends CurationDetailsEvent implements Serializable- serialVersionUID:
- -8586752080144045085L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.OutlierAnalysisEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- 681380361152118118L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.OutlierFoundAnalysisEvent extends OutlierAnalysisEvent implements Serializable- serialVersionUID:
- -3797610069227351691L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.OutliersNotFoundAnalysisEvent extends OutlierAnalysisEvent implements Serializable- serialVersionUID:
- -1857664606860041995L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.PCAAnalysisEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -7387174169412782003L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.PermissionChangeEvent extends AuditEventType implements Serializable- serialVersionUID:
- -7205154783209555418L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ProcessedVectorComputationEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- 3380481220417398475L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.RankComputationEvent extends ProcessedVectorComputationEvent implements Serializable- serialVersionUID:
- 7396366160834308993L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ReleaseDetailsUpdateEvent extends VersionedEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.ResetSuitabilityForDifferentialExpressionAnalysisEvent extends DifferentialExpressionSuitabilityEvent implements Serializable- serialVersionUID:
- 5909581992797452478L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.SampleCorrelationAnalysisEvent extends ExpressionExperimentAnalysisEvent implements Serializable
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.SampleRemovalEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- 6508357999103110838L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.SampleRemovalReversionEvent extends ExpressionExperimentAnalysisEvent implements Serializable- serialVersionUID:
- -2893496636576496129L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.SingleBatchDeterminationEvent extends BatchInformationFetchingEvent implements Serializable- serialVersionUID:
- -6544162258733474787L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.SingletonBatchInvalidEvent extends FailedBatchInformationFetchingEvent implements Serializable- serialVersionUID:
- 7917557159624872204L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.TooSmallDatasetLinkAnalysisEvent extends LinkAnalysisEvent implements Serializable- serialVersionUID:
- 3051344049635374788L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.TroubledStatusFlagEvent extends CurationDetailsEvent implements Serializable- serialVersionUID:
- 7335601529423635731L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.UninformativeFASTQHeadersForBatchingEvent extends FailedBatchInformationFetchingEvent implements Serializable- serialVersionUID:
- 8836148437542742955L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.UnsuitableForDifferentialExpressionAnalysisEvent extends DifferentialExpressionSuitabilityEvent implements Serializable- serialVersionUID:
- 4296161562091100967L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.eventType.VersionedEvent extends AuditEventType implements Serializable
 
- 
- 
Package ubic.gemma.model.common.description- 
Class ubic.gemma.model.common.description.AnnotationValueObject extends IdentifiableValueObject<Characteristic> implements Serializable- 
Serialized Fields- 
classNameString className 
- 
classUriString classUri 
- 
descriptionString description 
- 
evidenceCodeString evidenceCode 
- 
objectClassString objectClass 
- 
parentDescriptionString parentDescription 
- 
parentLinkString parentLink 
- 
parentNameString parentName 
- 
parentOfParentDescriptionString parentOfParentDescription 
- 
parentOfParentLinkString parentOfParentLink 
- 
parentOfParentNameString parentOfParentName 
- 
termNameString termName 
- 
termUriString termUri 
 
- 
 
- 
- 
Class ubic.gemma.model.common.description.BibliographicReference extends AbstractDescribable implements Serializable- serialVersionUID:
- 5823969791153895703L
 - 
Serialized Fields- 
abstractTextString abstractText 
- 
annotatedAbstractString annotatedAbstract Deprecated.
- 
annotationsSet<Characteristic> annotations Deprecated.never used
- 
authorListString authorList 
- 
chemicalsSet<Compound> chemicals 
- 
citationString citation 
- 
editorString editor 
- 
fullTextUriString fullTextUri 
- 
issueString issue 
- 
keywordsSet<Keyword> keywords 
- 
meshTermsSet<MedicalSubjectHeading> meshTerms 
- 
pagesString pages 
- 
pubAccessionDatabaseEntry pubAccession 
- 
publicationString publication 
- 
publicationDateDate publicationDate 
- 
publisherString publisher 
- 
retractedBoolean retracted 
- 
titleString title 
- 
volumeString volume 
 
- 
 
- 
Class ubic.gemma.model.common.description.BibliographicReferenceValueObject extends IdentifiableValueObject<BibliographicReference> implements Serializable- 
Serialized Fields- 
abstractTextString abstractText 
- 
authorListString authorList 
- 
bibliographicPhenotypesCollection<BibliographicPhenotypesValueObject> bibliographicPhenotypes 
- 
chemicalsTermsCollection<String> chemicalsTerms 
- 
citationCitationValueObject citation 
- 
experimentsCollection<ExpressionExperimentValueObject> experiments 
- 
issueString issue 
- 
meshTermsCollection<String> meshTerms 
- 
pagesString pages 
- 
pubAccessionString pubAccession 
- 
publicationString publication 
- 
publicationDateDate publicationDate 
- 
publisherString publisher 
- 
retractedboolean retracted 
- 
titleString title 
- 
volumeString volume 
 
- 
 
- 
- 
Class ubic.gemma.model.common.description.BibRefAnnotation extends Object implements Serializable- serialVersionUID:
- -2925637697790915030L
 
- 
Class ubic.gemma.model.common.description.Characteristic extends AbstractDescribable implements Serializable- serialVersionUID:
- -7242166109264718620L
 - 
Serialized Fields- 
categoryString category 
- 
categoryUriString categoryUri 
- 
evidenceCodeGOEvidenceCode evidenceCode 
- 
migratedToStatementboolean migratedToStatement Deprecated.do not rely on this field, it will be removed once the migration is completed.Indicate if this "old-style" characteristic has been migrated to aStatement. This is only meaningful forFactorValuecharacteristics.
- 
originalValueString originalValue Stores the value this characteristic had before it was assigned a URI for the term.
- 
valueString value 
- 
valueUriString valueUri 
 
- 
 
- 
Class ubic.gemma.model.common.description.CharacteristicValueObject extends IdentifiableValueObject<Characteristic> implements Serializable- 
Serialized Fields- 
alreadyPresentInDatabaseboolean alreadyPresentInDatabase 
- 
alreadyPresentOnGeneboolean alreadyPresentOnGene 
- 
categoryString category 
- 
categoryUriString categoryUri 
- 
childboolean child child term from a root
- 
numTimesUsedint numTimesUsed 
- 
ontologyUsedString ontologyUsed what Ontology uses this term
- 
originalValueString originalValue 
- 
privateGeneCountlong privateGeneCount 
- 
publicGeneCountlong publicGeneCount number of occurrences in all genes
- 
rootboolean root root of a query
- 
taxonString taxon 
- 
urlIdString urlId id used by url on the client side
- 
valueString value 
- 
valueDefinitionString valueDefinition The definition of the value, if it is an ontology term, as supplied by the ontology. If the value is free text, this will be empty
- 
valueIdString valueId A unique ontology identifier (i.e. IRI) for this characteristic.
- 
valueUriString valueUri 
 
- 
 
- 
- 
Class ubic.gemma.model.common.description.CitationValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.common.description.DatabaseEntry extends Object implements Serializable- serialVersionUID:
- 5418961655066735636L
 - 
Serialized Fields- 
accessionString accession 
- 
accessionVersionString accessionVersion 
- 
externalDatabaseExternalDatabase externalDatabase 
- 
idLong id 
- 
UriString Uri Deprecated.
 
- 
 
- 
Class ubic.gemma.model.common.description.DatabaseEntryValueObject extends IdentifiableValueObject<DatabaseEntry> implements Serializable- serialVersionUID:
- -527323410580090L
 - 
Serialized Fields- 
accessionString accession 
- 
externalDatabaseExternalDatabaseValueObject externalDatabase 
 
- 
 
- 
Class ubic.gemma.model.common.description.ExternalDatabase extends AbstractDescribable implements Serializable- serialVersionUID:
- 6807023718405086508L
 - 
Serialized Fields- 
auditTrailAuditTrail auditTrail 
- 
databaseSupplierContact databaseSupplier 
- 
externalDatabasesSet<ExternalDatabase> externalDatabases Related external databases.
- 
ftpUriString ftpUri 
- 
lastUpdatedDate lastUpdated 
- 
localInstallDbNameString localInstallDbName 
- 
releaseUrlURL releaseUrl 
- 
releaseVersionString releaseVersion 
- 
typeDatabaseType type 
- 
webUriString webUri 
 
- 
 
- 
Class ubic.gemma.model.common.description.ExternalDatabaseValueObject extends IdentifiableValueObject<ExternalDatabase> implements Serializable- serialVersionUID:
- -1714429166594162374L
 
- 
Class ubic.gemma.model.common.description.Keyword extends BibRefAnnotation implements Serializable- serialVersionUID:
- 2663428244994277220L
 
- 
Class ubic.gemma.model.common.description.LocalFile extends Object implements Serializable- serialVersionUID:
- 5057142607188347151L
 
- 
Class ubic.gemma.model.common.description.MedicalSubjectHeading extends BibRefAnnotation implements Serializable- serialVersionUID:
- 7820807342851172028L
 - 
Serialized Fields- 
qualifiersSet<MedicalSubjectHeading> qualifiers 
 
- 
 
 
- 
- 
Package ubic.gemma.model.common.measurement- 
Class ubic.gemma.model.common.measurement.Measurement extends Object implements Serializable- serialVersionUID:
- 1833568047451431226L
 - 
Serialized Fields- 
idLong id 
- 
kindCVMeasurementKind kindCV 
- 
otherKindString otherKind 
- 
representationPrimitiveType representation 
- 
typeMeasurementType type 
- 
unitUnit unit 
- 
valueString value 
 
- 
 
- 
Class ubic.gemma.model.common.measurement.MeasurementValueObject extends IdentifiableValueObject<Measurement> implements Serializable
- 
Class ubic.gemma.model.common.measurement.Unit extends Object implements Serializable- serialVersionUID:
- 6348133346610787608L
 
 
- 
- 
Package ubic.gemma.model.common.protocol- 
Class ubic.gemma.model.common.protocol.Protocol extends AbstractDescribable implements Serializable- serialVersionUID:
- -1902891452989019766L
 
 
- 
- 
Package ubic.gemma.model.common.quantitationtype- 
Class ubic.gemma.model.common.quantitationtype.QuantitationType extends AbstractDescribable implements Serializable- serialVersionUID:
- -9139594736279728431L
 - 
Serialized Fields- 
generalTypeGeneralType generalType 
- 
isBackgroundboolean isBackground This will be false except for some Qts on two-colour platforms.
- 
isBackgroundSubtractedboolean isBackgroundSubtracted True if this is explicitly background-subtracted by Gemma. This is not very important and would only apply to two-colour platforms since we don't background-subtract otherwise.
- 
isBatchCorrectedboolean isBatchCorrected Refers to batch correction by Gemma. This should only ever be true for the ProcessedData.
- 
isMaskedPreferredboolean isMaskedPreferred Deprecated.this is useless as there can only be one QT for processed data per dataset.Indicate if this quantitation is the preferred for processed data.
- 
isNormalizedboolean isNormalized This is pretty confusing since we don't make clear what we mean by "normalized", so this isn't that useful. It might be wise to separate out "quantile normalized", but since we always quantile normalize ProcessedData, this isn't very useful.
- 
isPreferredboolean isPreferred This is only useful for RawExpressionDataVectors; for the ProcessedData it is just confusing
- 
isRatioboolean isRatio 
- 
isRecomputedFromRawDataboolean isRecomputedFromRawData This is also confusing: it is an attempt to capture whether we just used the data from GEO (or whatever) or went back to raw CEL or fastq files.
- 
representationPrimitiveType representation 
- 
scaleScaleType scale 
- 
typeStandardQuantitationType type 
 
- 
 
- 
Class ubic.gemma.model.common.quantitationtype.QuantitationTypeValueObject extends IdentifiableValueObject<QuantitationType> implements Serializable- serialVersionUID:
- 7537853492100102404L
 - 
Serialized Fields- 
descriptionString description 
- 
expressionExperimentIdLong expressionExperimentId Associated expression experiment ID.This is unnecessary in the context of the RESTful API because vector types are always retrieved when the associated ExpressionExperiment is known. 
- 
generalTypeString generalType 
- 
isBackgroundBoolean isBackground 
- 
isBackgroundSubtractedBoolean isBackgroundSubtracted 
- 
isBatchCorrectedBoolean isBatchCorrected 
- 
isMaskedPreferredBoolean isMaskedPreferred 
- 
isNormalizedBoolean isNormalized 
- 
isPreferredBoolean isPreferred 
- 
isRatioBoolean isRatio 
- 
isRecomputedFromRawDataBoolean isRecomputedFromRawData 
- 
nameString name 
- 
representationString representation 
- 
scaleString scale 
- 
typeString type 
- 
vectorTypeString vectorType Vector type this QT is associated to.This only makes sense in the context of an associated EE. 
 
- 
 
 
- 
- 
Package ubic.gemma.model.common.search- 
Class ubic.gemma.model.common.search.SearchSettings extends Object implements Serializable- serialVersionUID:
- -982243911532743661L
 - 
Serialized Fields- 
fillResultsboolean fillResults Indicate if results should be filled.
- 
maxResultsint maxResults Limit for the number of results per result type inSearchService.SearchResultMap.The default is relatively large and given by SearchSettings.DEFAULT_MAX_RESULTS_PER_RESULT_TYPE. Any value less than one indicate no limit.
- 
modeSearchSettings.SearchMode mode Fast mode, return quickly.
- 
platformConstraintArrayDesign platformConstraint 
- 
queryString query Processed query for performing a search.
- 
resultTypesSet<Class<? extends Identifiable>> resultTypes Entities to retrieve.
- 
taxonTaxon taxon 
- 
useCharacteristicsboolean useCharacteristics 
- 
useDatabaseboolean useDatabase 
- 
useGoboolean useGo 
- 
useIndicesboolean useIndices 
 
- 
 
- 
Class ubic.gemma.model.common.search.SearchSettingsValueObject extends Object implements Serializable- serialVersionUID:
- -934534534L
 - 
Serialized Fields- 
maxResultsInteger maxResults 
- 
platformConstraintArrayDesign platformConstraint 
- 
queryString query 
- 
searchBibrefsBoolean searchBibrefs 
- 
searchBioSequencesBoolean searchBioSequences 
- 
searchExperimentsBoolean searchExperiments 
- 
searchExperimentSetsBoolean searchExperimentSets 
- 
searchGenesBoolean searchGenes 
- 
searchGeneSetsBoolean searchGeneSets 
- 
searchPhenotypesBoolean searchPhenotypes 
- 
searchPlatformsBoolean searchPlatforms 
- 
searchProbesBoolean searchProbes 
- 
taxonTaxon taxon 
- 
termUriString termUri 
- 
useCharacteristicsBoolean useCharacteristics 
- 
useDatabaseBoolean useDatabase 
- 
useGoBoolean useGo 
- 
useIndicesBoolean useIndices 
 
- 
 
 
- 
- 
Package ubic.gemma.model.expression.arrayDesign- 
Class ubic.gemma.model.expression.arrayDesign.AlternateName extends Object implements Serializable- serialVersionUID:
- -1208836332065611893L
 
- 
Class ubic.gemma.model.expression.arrayDesign.ArrayDesign extends AbstractAuditable implements Serializable- serialVersionUID:
- -7566439134502613470L
 - 
Serialized Fields- 
advertisedNumberOfDesignElementsInteger advertisedNumberOfDesignElements 
- 
alternateNamesSet<AlternateName> alternateNames 
- 
alternativeToArrayDesign alternativeTo 
- 
compositeSequencesSet<CompositeSequence> compositeSequences 
- 
curationDetailsCurationDetails curationDetails 
- 
designProviderContact designProvider 
- 
externalReferencesSet<DatabaseEntry> externalReferences 
- 
mergedIntoArrayDesign mergedInto 
- 
mergeesSet<ArrayDesign> mergees 
- 
primaryTaxonTaxon primaryTaxon 
- 
shortNameString shortName 
- 
subsumedArrayDesignsSet<ArrayDesign> subsumedArrayDesigns 
- 
subsumingArrayDesignArrayDesign subsumingArrayDesign 
- 
technologyTypeTechnologyType technologyType 
 
- 
 
- 
Class ubic.gemma.model.expression.arrayDesign.ArrayDesignValueObject extends AbstractCuratableValueObject<ArrayDesign> implements Serializable- serialVersionUID:
- -8259245319391937522L
 - 
Serialized Fields- 
blackListedBoolean blackListed 
- 
colorString color Deprecated.
- 
createDateDate createDate 
- 
dateCachedString dateCached 
- 
descriptionString description 
- 
designElementCountInteger designElementCount 
- 
expressionExperimentCountLong expressionExperimentCount 
- 
externalReferencesSet<DatabaseEntryValueObject> externalReferences Main external reference.
- 
hasBlatAssociationsBoolean hasBlatAssociations 
- 
hasGeneAssociationsBoolean hasGeneAssociations 
- 
hasSequenceAssociationsBoolean hasSequenceAssociations 
- 
isAffymetrixAltCdfBoolean isAffymetrixAltCdf 
- 
isMergedBoolean isMerged Indicates this array design is the merger of other array designs.
- 
isMergeeBoolean isMergee Indicates that this array design has been merged into another.
- 
isSubsumedBoolean isSubsumed Indicate if this array design is subsumed by some other array design.
- 
isSubsumerBoolean isSubsumer Indicates if this array design subsumes some other array design(s)
- 
lastGeneMappingDate lastGeneMapping 
- 
lastRepeatMaskDate lastRepeatMask 
- 
lastSequenceAnalysisDate lastSequenceAnalysis 
- 
lastSequenceUpdateDate lastSequenceUpdate 
- 
nameString name 
- 
numGenesString numGenes The number of unique genes that this array design maps to.
- 
numProbeAlignmentsString numProbeAlignments The number of probes that have BLAT alignments.
- 
numProbeSequencesString numProbeSequences The number of probes that map to bioSequences.
- 
numProbesToGenesString numProbesToGenes The number of probes that map to genes. This count includes probe-aligned regions, predicted genes, and known genes.
- 
releaseUrlURL releaseUrl 
- 
releaseVersionString releaseVersion 
- 
shortNameString shortName 
- 
switchedExpressionExperimentCountLong switchedExpressionExperimentCount 
- 
taxonObjectTaxonValueObject taxonObject 
- 
technologyTypeString technologyType 
 
- 
 
 
- 
- 
Package ubic.gemma.model.expression.bioAssay- 
Class ubic.gemma.model.expression.bioAssay.BioAssay extends AbstractDescribable implements Serializable- serialVersionUID:
- -7868768731812964045L
 - 
Serialized Fields- 
accessionDatabaseEntry accession 
- 
arrayDesignUsedArrayDesign arrayDesignUsed 
- 
fastqHeadersString fastqHeaders For RNA-seq representation of representative headers from the FASTQ file(s). If there is more than on FASTQ file, this string will contain multiple newline-delimited headers.
- 
isOutlierBoolean isOutlier 
- 
metadataString metadata 
- 
originalPlatformArrayDesign originalPlatform If the sample data was switched to another platform, this is what it was originally.
- 
processingDateDate processingDate 
- 
sampleUsedBioMaterial sampleUsed 
- 
sequencePairedReadsBoolean sequencePairedReads 
- 
sequenceReadCountLong sequenceReadCount 
- 
sequenceReadLengthInteger sequenceReadLength 
 
- 
 
- 
Class ubic.gemma.model.expression.bioAssay.BioAssayValueObject extends IdentifiableValueObject<BioAssay> implements Serializable- serialVersionUID:
- 9164284536309673585L
 - 
Serialized Fields- 
accessionDatabaseEntryValueObject accession 
- 
arrayDesignArrayDesignValueObject arrayDesign 
- 
descriptionString description 
- 
metadataString metadata 
- 
nameString name 
- 
originalPlatformArrayDesignValueObject originalPlatform 
- 
outlierBoolean outlier 
- 
predictedOutlierBoolean predictedOutlier 
- 
processingDateDate processingDate 
- 
sampleBioMaterialValueObject sample 
- 
sequencePairedReadsBoolean sequencePairedReads 
- 
sequenceReadCountLong sequenceReadCount 
- 
sequenceReadLengthInteger sequenceReadLength 
- 
userFlaggedOutlierBoolean userFlaggedOutlier 
 
- 
 
 
- 
- 
Package ubic.gemma.model.expression.bioAssayData- 
Class ubic.gemma.model.expression.bioAssayData.BioAssayDimension extends AbstractDescribable implements Serializable- serialVersionUID:
- -3786404705366085672L
 
- 
Class ubic.gemma.model.expression.bioAssayData.BioAssayDimensionValueObject extends IdentifiableValueObject<BioAssayDimension> implements Serializable- serialVersionUID:
- -8686807689616396835L
 - 
Serialized Fields- 
bioAssaysList<BioAssayValueObject> bioAssays 
- 
descriptionString description 
- 
isReorderedboolean isReordered 
- 
isSubsetboolean isSubset 
- 
nameString name 
- 
sourceBioAssayDimensionBioAssayDimensionValueObject sourceBioAssayDimension If this is a subset, or a padded, BioAssayDimensionValueObject, the sourceBioAssayDimension is the original.
 
- 
 
- 
Class ubic.gemma.model.expression.bioAssayData.BooleanVectorValueObject extends DataVectorValueObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
databoolean[] data 
 
- 
 
- 
Class ubic.gemma.model.expression.bioAssayData.DataVector extends Object implements Serializable- serialVersionUID:
- -5823802521832643417L
 - 
Serialized Fields- 
databyte[] data 
- 
expressionExperimentExpressionExperiment expressionExperiment 
- 
idLong id 
- 
quantitationTypeQuantitationType quantitationType 
 
- 
 
- 
Class ubic.gemma.model.expression.bioAssayData.DataVectorValueObject extends IdentifiableValueObject<DataVector> implements Serializable- serialVersionUID:
- 4291090102921066018L
 - 
Serialized Fields- 
bioAssayDimensionBioAssayDimensionValueObject bioAssayDimension 
- 
designElementCompositeSequenceValueObject designElement 
- 
expressionExperimentExpressionExperimentValueObject expressionExperiment 
- 
genesCollection<Long> genes 
- 
quantitationTypeQuantitationTypeValueObject quantitationType 
 
- 
 
- 
Class ubic.gemma.model.expression.bioAssayData.DesignElementDataVector extends DataVector implements Serializable- serialVersionUID:
- -4185333066166517308L
 - 
Serialized Fields- 
bioAssayDimensionBioAssayDimension bioAssayDimension 
- 
designElementCompositeSequence designElement 
 
- 
 
- 
Class ubic.gemma.model.expression.bioAssayData.DoubleVectorValueObject extends DataVectorValueObject implements Serializable- serialVersionUID:
- -5116242513725297615L
 
- 
Class ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject extends Object implements Serializable- 
Serialized Fields- 
datasetIdlong datasetId 
- 
geneExpressionLevelsLinkedList<ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject> geneExpressionLevels 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject extends Object implements Serializable- 
Serialized Fields- 
elementsList<ExperimentExpressionLevelsValueObject.VectorElementValueObject> elements 
- 
geneNcbiIdInteger geneNcbiId 
- 
geneOfficialSymbolString geneOfficialSymbol 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject.VectorElementValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.expression.bioAssayData.MeanVarianceRelation extends Object implements Serializable- serialVersionUID:
- -1442923993171126882L
 
- 
Class ubic.gemma.model.expression.bioAssayData.ProcessedExpressionDataVector extends DesignElementDataVector implements Serializable- serialVersionUID:
- -3948846630785289034L
 
- 
Class ubic.gemma.model.expression.bioAssayData.RawExpressionDataVector extends DesignElementDataVector implements Serializable- serialVersionUID:
- -7410374297463625206L
 
- 
Class ubic.gemma.model.expression.bioAssayData.SlicedDoubleVectorValueObject extends DoubleVectorValueObject implements Serializable- 
Serialized Fields- 
sourceVectorIdLong sourceVectorId 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.expression.biomaterial- 
Class ubic.gemma.model.expression.biomaterial.BioMaterial extends AbstractDescribable implements Serializable- serialVersionUID:
- 4374359557498220256L
 - 
Serialized Fields- 
bioAssaysUsedInSet<BioAssay> bioAssaysUsedIn 
- 
characteristicsSet<Characteristic> characteristics 
- 
externalAccessionDatabaseEntry externalAccession 
- 
factorValuesSet<FactorValue> factorValues 
- 
sourceTaxonTaxon sourceTaxon 
- 
treatmentsSet<Treatment> treatments 
 
- 
 
- 
Class ubic.gemma.model.expression.biomaterial.BioMaterialValueObject extends IdentifiableValueObject<BioMaterial> implements Serializable- serialVersionUID:
- -145137827948521045L
 - 
Serialized Fields- 
assayDescriptionString assayDescription 
- 
assayNameString assayName 
- 
assayProcessingDateDate assayProcessingDate 
- 
basicFVsboolean basicFVs Indicate if this is using theBioMaterialValueObject.fVBasicVOsorBioMaterialValueObject.factorValueObjectsfor representing factor values.
- 
bioAssayIdsCollection<Long> bioAssayIds RelatedBioAssayIDs.
- 
characteristicOriginalValuesMap<String,String> characteristicOriginalValues Map of categories to original text values (for this biomaterial). This is only used for display and will only be populated if the original value is different from the value.
- 
characteristicsCollection<CharacteristicValueObject> characteristics 
- 
characteristicValuesMap<String,String> characteristicValues 
- 
descriptionString description 
- 
factorIdToFactorValueIdMap<String,String> factorIdToFactorValueId Map of factor ids (factor232) to factor value (id or the actual value) for this biomaterial.
- 
factorsMap<String,String> factors Deprecated.Map of ids (factor232) to a representation of the factor (e.g., the name).
- 
factorValueObjectsCollection<FactorValueValueObject> factorValueObjects 
- 
factorValuesMap<String,String> factorValues Map of ids (fv133) to a representation of the value (for this biomaterial.)
- 
fastqHeadersString fastqHeaders 
- 
fVBasicVOsCollection<FactorValueBasicValueObject> fVBasicVOs 
- 
nameString name 
 
- 
 
- 
Class ubic.gemma.model.expression.biomaterial.Compound extends AbstractDescribable implements Serializable- serialVersionUID:
- -6782144197298874202L
 - 
Serialized Fields- 
registryNumberString registryNumber 
 
- 
 
- 
Class ubic.gemma.model.expression.biomaterial.Treatment extends AbstractDescribable implements Serializable- serialVersionUID:
- 265514192370169605L
 - 
Serialized Fields- 
orderAppliedInteger orderApplied 
 
- 
 
 
- 
- 
Package ubic.gemma.model.expression.designElement- 
Class ubic.gemma.model.expression.designElement.CompositeSequence extends AbstractDescribable implements Serializable- serialVersionUID:
- -3859507822452159349L
 - 
Serialized Fields- 
arrayDesignArrayDesign arrayDesign 
- 
biologicalCharacteristicBioSequence biologicalCharacteristic 
 
- 
 
- 
Class ubic.gemma.model.expression.designElement.CompositeSequenceValueObject extends IdentifiableValueObject<CompositeSequence> implements Serializable- serialVersionUID:
- 4915680501039784666L
 - 
Serialized Fields- 
arrayDesignArrayDesignValueObject arrayDesign 
- 
descriptionString description 
- 
geneMappingSummariesCollection<GeneMappingSummary> geneMappingSummaries 
- 
nameString name 
 
- 
 
 
- 
- 
Package ubic.gemma.model.expression.experiment- 
Class ubic.gemma.model.expression.experiment.AbstractFactorValueValueObject extends IdentifiableValueObject<FactorValue> implements Serializable- 
Serialized Fields- 
characteristicsList<CharacteristicValueObject> characteristics The characteristics associated with this factor value.
- 
experimentalFactorCategoryCharacteristicValueObject experimentalFactorCategory The experiment factor category.
- 
experimentalFactorIdLong experimentalFactorId The ID of the experimental factor this factor value belongs to.
- 
measurementMeasurementValueObject measurement The measurement associated with this factor value.
- 
ontologyIdString ontologyId A unique ontology identifier (i.e. IRI) for this factor value.
- 
statementsList<StatementValueObject> statements The statements associated with this factor value.
- 
summaryString summary Human-readable summary of the factor value.
 
- 
 
- 
- 
Class ubic.gemma.model.expression.experiment.BioAssaySet extends Investigation implements Serializable- serialVersionUID:
- 2368063046639481521L
 - 
Serialized Fields- 
accessionDatabaseEntry accession 
- 
bioAssaysSet<BioAssay> bioAssays 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.ExperimentalDesign extends AbstractDescribable implements Serializable- serialVersionUID:
- 1734101852541885497L
 - 
Serialized Fields- 
experimentalFactorsSet<ExperimentalFactor> experimentalFactors 
- 
normalizationDescriptionString normalizationDescription 
- 
qualityControlDescriptionString qualityControlDescription 
- 
replicateDescriptionString replicateDescription 
- 
typesSet<Characteristic> types 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.ExperimentalFactor extends AbstractDescribable implements Serializable- serialVersionUID:
- 4615731059510436891L
 - 
Serialized Fields- 
annotationsSet<Characteristic> annotations Deprecated.
- 
categoryCharacteristic category 
- 
experimentalDesignExperimentalDesign experimentalDesign 
- 
factorValuesSet<FactorValue> factorValues 
- 
securityOwnerExpressionExperiment securityOwner 
- 
typeFactorType type 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.ExperimentalFactorValueObject extends IdentifiableValueObject<ExperimentalFactor> implements Serializable- serialVersionUID:
- -2615804031123874251L
 - 
Serialized Fields- 
categoryString category 
- 
categoryUriString categoryUri 
- 
descriptionString description 
- 
factorValuesString factorValues Deprecated.
- 
nameString name 
- 
typeString type 
- 
valuesCollection<FactorValueValueObject> values 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.ExpressionExperiment extends BioAssaySet implements Serializable- serialVersionUID:
- -1342753625018841735L
 - 
Serialized Fields- 
allCharacteristicsSet<Characteristic> allCharacteristics 
- 
batchConfoundString batchConfound A string describing the batch confound if a batch effect is present and confounded with one of the experimental factor.
- 
batchEffectBatchEffectType batchEffect Type of batch effect detected or corrected for. SeeBatchEffectTypeenum for possible values.
- 
batchEffectStatisticsString batchEffectStatistics Summary statistics of the batch effect, if present.
- 
curationDetailsCurationDetails curationDetails 
- 
experimentalDesignExperimentalDesign experimentalDesign 
- 
geeqGeeq geeq 
- 
meanVarianceRelationMeanVarianceRelation meanVarianceRelation 
- 
metadataString metadata 
- 
numberOfDataVectorsInteger numberOfDataVectors 
- 
numberOfSamplesInteger numberOfSamples 
- 
otherPartsSet<ExpressionExperiment> otherParts If this experiment was split off of a larger experiment, link to its relatives.
- 
processedExpressionDataVectorsSet<ProcessedExpressionDataVector> processedExpressionDataVectors 
- 
quantitationTypesSet<QuantitationType> quantitationTypes 
- 
rawExpressionDataVectorsSet<RawExpressionDataVector> rawExpressionDataVectors 
- 
shortNameString shortName 
- 
sourceString source 
- 
taxonTaxon taxon 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.ExpressionExperimentDetailsValueObject extends ExpressionExperimentValueObject implements Serializable- serialVersionUID:
- -1219449523930648392L
 - 
Serialized Fields- 
arrayDesignsCollection<ArrayDesignValueObject> arrayDesigns 
- 
batchFetchEventTypeString batchFetchEventType 
- 
dateArrayDesignLastUpdatedDate dateArrayDesignLastUpdated 
- 
dateBatchFetchDate dateBatchFetch 
- 
dateCachedDate dateCached 
- 
dateDifferentialAnalysisDate dateDifferentialAnalysis 
- 
dateLinkAnalysisDate dateLinkAnalysis 
- 
dateMissingValueAnalysisDate dateMissingValueAnalysis 
- 
datePcaAnalysisDate datePcaAnalysis 
- 
dateProcessedDataVectorComputationDate dateProcessedDataVectorComputation 
- 
differentialExpressionAnalysesCollection<DifferentialExpressionAnalysisValueObject> differentialExpressionAnalyses 
- 
expressionExperimentSetsCollection<ExpressionExperimentSetValueObject> expressionExperimentSets 
- 
hasBatchInformationboolean hasBatchInformation FIXME: rename this to hasUsableBatchInformation
- 
hasBothIntensitiesBoolean hasBothIntensities 
- 
hasCoexpressionAnalysisBoolean hasCoexpressionAnalysis 
- 
hasDifferentialExpressionAnalysisBoolean hasDifferentialExpressionAnalysis 
- 
hasEitherIntensityBoolean hasEitherIntensity 
- 
hasMultiplePreferredQuantitationTypesBoolean hasMultiplePreferredQuantitationTypes 
- 
hasMultipleTechnologyTypesBoolean hasMultipleTechnologyTypes 
- 
isRNASeqBoolean isRNASeq 
- 
lastArrayDesignUpdateDateString lastArrayDesignUpdateDate 
- 
linkAnalysisEventTypeString linkAnalysisEventType 
- 
minPvalueDouble minPvalue 
- 
missingValueAnalysisEventTypeString missingValueAnalysisEventType 
- 
numAnnotationsLong numAnnotations 
- 
numPopulatedFactorsLong numPopulatedFactors 
- 
originalPlatformsCollection<ArrayDesignValueObject> originalPlatforms 
- 
otherPartsCollection<ExpressionExperimentValueObject> otherParts 
- 
pcaAnalysisEventTypeString pcaAnalysisEventType 
- 
primaryCitationCitationValueObject primaryCitation 
- 
processedDataVectorComputationEventTypeString processedDataVectorComputationEventType 
- 
pubmedIdInteger pubmedId 
- 
QChtmlString QChtml 
- 
reprocessedFromRawDataboolean reprocessedFromRawData 
- 
sampleRemovedFlagsCollection<AuditEventValueObject> sampleRemovedFlags 
- 
secondaryAccessionString secondaryAccession 
- 
secondaryExternalDatabaseString secondaryExternalDatabase 
- 
secondaryExternalUriString secondaryExternalUri 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.ExpressionExperimentSetValueObject extends IdentifiableValueObject<ExpressionExperimentSet> implements Serializable- serialVersionUID:
- -6852364688337216390L
 - 
Serialized Fields- 
descriptionString description 
- 
expressionExperimentIdsCollection<Long> expressionExperimentIds 
- 
isPublicboolean isPublic 
- 
modifiableboolean modifiable If modifying the set is constrained by existing analyses.
- 
nameString name 
- 
numWithCoexpressionAnalysisInteger numWithCoexpressionAnalysis 
- 
numWithDifferentialExpressionAnalysisInteger numWithDifferentialExpressionAnalysis 
- 
sharedboolean shared 
- 
sizeInteger size 
- 
taxonIdLong taxonId 
- 
taxonNameString taxonName 
- 
userCanWriteboolean userCanWrite 
- 
userOwnedboolean userOwned 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.ExpressionExperimentSubSet extends BioAssaySet implements Serializable- serialVersionUID:
- -1880425342951467283L
 - 
Serialized Fields- 
sourceExperimentExpressionExperiment sourceExperiment 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.ExpressionExperimentSubsetValueObject extends ExpressionExperimentValueObject implements Serializable
- 
Class ubic.gemma.model.expression.experiment.ExpressionExperimentValueObject extends AbstractCuratableValueObject<ExpressionExperiment> implements Serializable- serialVersionUID:
- -6861385216096602508L
 - 
Serialized Fields- 
accessionString accession 
- 
arrayDesignCountLong arrayDesignCount 
- 
batchConfoundString batchConfound 
- 
batchEffectString batchEffect Batch effect type. SeeBatchEffectTypeenum for possible values.
- 
batchEffectStatisticsString batchEffectStatistics Summary statistics of a batch effect is present.
- 
bioMaterialCountInteger bioMaterialCount 
- 
currentUserHasWritePermissionBoolean currentUserHasWritePermission 
- 
currentUserIsOwnerBoolean currentUserIsOwner 
- 
descriptionString description 
- 
experimentalDesignLong experimentalDesign 
- 
externalDatabaseString externalDatabase 
- 
externalDatabaseUriString externalDatabaseUri 
- 
externalUriString externalUri 
- 
geeqGeeqValueObject geeq 
- 
isPublicBoolean isPublic 
- 
isSharedBoolean isShared 
- 
metadataString metadata 
- 
nameString name 
- 
numberOfBioAssaysInteger numberOfBioAssays 
- 
processedExpressionVectorCountInteger processedExpressionVectorCount 
- 
shortNameString shortName 
- 
sourceString source 
- 
suitableForDEABoolean suitableForDEA 
- 
taxonObjectTaxonValueObject taxonObject FIXME: this should be named simply "taxon", but that field is already taken for Gemma Web, seeExpressionExperimentValueObject.getTaxon().
- 
technologyTypeString technologyType 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.FactorValue extends Object implements Serializable- serialVersionUID:
- -3783172994360698631L
 - 
Serialized Fields- 
characteristicsSet<Statement> characteristics 
- 
experimentalFactorExperimentalFactor experimentalFactor 
- 
idLong id 
- 
isBaselineBoolean isBaseline 
- 
measurementMeasurement measurement 
- 
needsAttentionboolean needsAttention 
- 
oldStyleCharacteristicsSet<Characteristic> oldStyleCharacteristics Deprecated.
- 
securityOwnerExpressionExperiment securityOwner 
- 
valueString value Deprecated.
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.FactorValueBasicValueObject extends AbstractFactorValueValueObject implements Serializable- serialVersionUID:
- 3378801249808036785L
 - 
Serialized Fields- 
valueString value Deprecated.use either#getCharacteristics()or#getMeasurement()
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.FactorValueValueObject extends AbstractFactorValueValueObject implements Serializable- serialVersionUID:
- 3378801249808036785L
 - 
Serialized Fields- 
categoryString category Deprecated.
- 
categoryUriString categoryUri Deprecated.
- 
charIdLong charId Deprecated.It could be the id of the measurement if there is no characteristic.
- 
factorIdLong factorId Deprecated.ID of the experimental factor this FV belongs to.
- 
needsAttentionBoolean needsAttention Deprecated.
- 
objectString object Deprecated.
- 
objectUriString objectUri Deprecated.
- 
predicateString predicate Deprecated.
- 
predicateUriString predicateUri Deprecated.
- 
secondObjectString secondObject Deprecated.
- 
secondObjectUriString secondObjectUri Deprecated.
- 
secondPredicateString secondPredicate Deprecated.
- 
secondPredicateUriString secondPredicateUri Deprecated.
- 
valueString value Deprecated.
- 
valueUriString valueUri Deprecated.
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.FreeTextExpressionExperimentResultsValueObject extends SessionBoundExpressionExperimentSetValueObject implements Serializable- serialVersionUID:
- 3557304710219740029L
 - 
Serialized Fields- 
queryStringString queryString 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.Geeq extends Object implements Serializable- serialVersionUID:
- 4783171234360698630L
 - 
Serialized Fields- 
batchCorrectedboolean batchCorrected 
- 
corrMatIssuesbyte corrMatIssues 
- 
detectedQualityScoredouble detectedQualityScore 
- 
detectedSuitabilityScoredouble detectedSuitabilityScore 
- 
idLong id 
- 
manualBatchConfoundActiveboolean manualBatchConfoundActive 
- 
manualBatchEffectActiveboolean manualBatchEffectActive 
- 
manualHasBatchConfoundboolean manualHasBatchConfound 
- 
manualHasNoBatchEffectboolean manualHasNoBatchEffect 
- 
manualHasStrongBatchEffectboolean manualHasStrongBatchEffect 
- 
manualQualityOverrideboolean manualQualityOverride 
- 
manualQualityScoredouble manualQualityScore 
- 
manualSuitabilityOverrideboolean manualSuitabilityOverride 
- 
manualSuitabilityScoredouble manualSuitabilityScore 
- 
noVectorsboolean noVectors 
- 
otherIssuesString otherIssues 
- 
qScoreBatchConfounddouble qScoreBatchConfound 
- 
qScoreBatchEffectdouble qScoreBatchEffect 
- 
qScoreBatchInfodouble qScoreBatchInfo 
- 
qScoreOutliersdouble qScoreOutliers 
- 
qScorePlatformsTechdouble qScorePlatformsTech 
- 
qScoreReplicatesdouble qScoreReplicates 
- 
qScoreSampleCorrelationVariancedouble qScoreSampleCorrelationVariance 
- 
qScoreSampleMeanCorrelationdouble qScoreSampleMeanCorrelation 
- 
qScoreSampleMedianCorrelationdouble qScoreSampleMedianCorrelation 
- 
replicatesIssuesbyte replicatesIssues 
- 
sScoreAvgPlatformPopularitydouble sScoreAvgPlatformPopularity 
- 
sScoreAvgPlatformSizedouble sScoreAvgPlatformSize 
- 
sScoreMissingValuesdouble sScoreMissingValues 
- 
sScorePlatformAmountdouble sScorePlatformAmount 
- 
sScorePlatformsTechMultidouble sScorePlatformsTechMulti 
- 
sScorePublicationdouble sScorePublication 
- 
sScoreRawDatadouble sScoreRawData 
- 
sScoreSampleSizedouble sScoreSampleSize 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.GeeqAdminValueObject extends GeeqValueObject implements Serializable- 
Serialized Fields- 
detectedQualityScoredouble detectedQualityScore 
- 
detectedSuitabilityScoredouble detectedSuitabilityScore 
- 
manualBatchConfoundActiveboolean manualBatchConfoundActive 
- 
manualBatchEffectActiveboolean manualBatchEffectActive 
- 
manualHasBatchConfoundboolean manualHasBatchConfound 
- 
manualHasNoBatchEffectboolean manualHasNoBatchEffect 
- 
manualHasStrongBatchEffectboolean manualHasStrongBatchEffect 
- 
manualQualityOverrideboolean manualQualityOverride 
- 
manualQualityScoredouble manualQualityScore 
- 
manualSuitabilityOverrideboolean manualSuitabilityOverride 
- 
manualSuitabilityScoredouble manualSuitabilityScore 
- 
otherIssuesString otherIssues 
- 
qScoreBatchConfounddouble qScoreBatchConfound 
- 
qScoreBatchEffectdouble qScoreBatchEffect 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.experiment.GeeqValueObject extends IdentifiableValueObject<Geeq> implements Serializable- 
Serialized Fields- 
batchCorrectedboolean batchCorrected 
- 
corrMatIssuesbyte corrMatIssues 
- 
noVectorsboolean noVectors 
- 
publicQualityScoredouble publicQualityScore 
- 
publicSuitabilityScoredouble publicSuitabilityScore 
- 
qScoreBatchInfodouble qScoreBatchInfo 
- 
qScoreOutliersdouble qScoreOutliers 
- 
qScorePlatformsTechdouble qScorePlatformsTech 
- 
qScorePublicBatchConfounddouble qScorePublicBatchConfound 
- 
qScorePublicBatchEffectdouble qScorePublicBatchEffect 
- 
qScoreReplicatesdouble qScoreReplicates 
- 
qScoreSampleCorrelationVariancedouble qScoreSampleCorrelationVariance 
- 
qScoreSampleMeanCorrelationdouble qScoreSampleMeanCorrelation 
- 
qScoreSampleMedianCorrelationdouble qScoreSampleMedianCorrelation 
- 
replicatesIssuesbyte replicatesIssues 
- 
sScoreAvgPlatformPopularitydouble sScoreAvgPlatformPopularity 
- 
sScoreAvgPlatformSizedouble sScoreAvgPlatformSize 
- 
sScoreMissingValuesdouble sScoreMissingValues 
- 
sScorePlatformAmountdouble sScorePlatformAmount 
- 
sScorePlatformsTechMultidouble sScorePlatformsTechMulti 
- 
sScorePublicationdouble sScorePublication 
- 
sScoreRawDatadouble sScoreRawData 
- 
sScoreSampleSizedouble sScoreSampleSize 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.experiment.SessionBoundExpressionExperimentSetValueObject extends ExpressionExperimentSetValueObject implements Serializable- serialVersionUID:
- 2068650886972222818L
 - 
Serialized Fields- 
modifiedboolean modified 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.Statement extends Characteristic implements Serializable- 
Serialized Fields- 
objectString object The object of the statement.
- 
objectUriString objectUri 
- 
predicateString predicate The predicate of the statement.
- 
predicateUriString predicateUri The predicate URI of the statement.
- 
secondObjectString secondObject The second object.
- 
secondObjectUriString secondObjectUri 
- 
secondPredicateString secondPredicate The second predicate.
- 
secondPredicateUriString secondPredicateUri 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.experiment.StatementValueObject extends IdentifiableValueObject<Statement> implements Serializable- 
Serialized Fields- 
categoryString category 
- 
categoryUriString categoryUri 
- 
objectString object 
- 
objectIdString objectId A unique ontology identifier (i.e. IRI) for this object.
- 
objectUriString objectUri 
- 
predicateString predicate 
- 
predicateUriString predicateUri 
- 
secondObjectString secondObject 
- 
secondObjectUriString secondObjectUri 
- 
secondPredicateString secondPredicate 
- 
secondPredicateUriString secondPredicateUri 
- 
subjectString subject 
- 
subjectIdString subjectId A unique ontology identifier (i.e. IRI) for this subject.
- 
subjectUriString subjectUri 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.genome- 
Class ubic.gemma.model.genome.Chromosome extends Object implements Serializable- serialVersionUID:
- 7394734846565885136L
 - 
Serialized Fields- 
assemblyDatabaseExternalDatabase assemblyDatabase 
- 
idLong id 
- 
nameString name 
- 
sequenceBioSequence sequence 
- 
taxonTaxon taxon 
 
- 
 
- 
Class ubic.gemma.model.genome.ChromosomeFeature extends AbstractDescribable implements Serializable- serialVersionUID:
- -8627296370886752496L
 - 
Serialized Fields- 
physicalLocationPhysicalLocation physicalLocation 
- 
previousNcbiIdString previousNcbiId 
 
- 
 
- 
Class ubic.gemma.model.genome.ChromosomeLocation extends Object implements Serializable- serialVersionUID:
- -4932607147290671454L
 - 
Serialized Fields- 
chromosomeChromosome chromosome 
- 
idLong id 
 
- 
 
- 
Class ubic.gemma.model.genome.Gene extends ChromosomeFeature implements Serializable- serialVersionUID:
- -5693198926006383546L
 - 
Serialized Fields- 
accessionsSet<DatabaseEntry> accessions 
- 
aliasesSet<GeneAlias> aliases 
- 
ensemblIdString ensemblId 
- 
multifunctionalityMultifunctionality multifunctionality 
- 
ncbiGeneIdInteger ncbiGeneId 
- 
officialNameString officialName 
- 
officialSymbolString officialSymbol 
- 
phenotypeAssociationsSet<PhenotypeAssociation> phenotypeAssociations Deprecated.
- 
productsSet<GeneProduct> products 
- 
taxonTaxon taxon 
 
- 
 
- 
Class ubic.gemma.model.genome.GeneOntologyTermValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.genome.PhysicalLocation extends ChromosomeLocation implements Serializable- serialVersionUID:
- -6580769809003779541L
 
- 
Class ubic.gemma.model.genome.PhysicalLocationValueObject extends IdentifiableValueObject<PhysicalLocation> implements Serializable
- 
Class ubic.gemma.model.genome.Taxon extends Object implements Serializable- serialVersionUID:
- 9219471082900615778L
 
- 
Class ubic.gemma.model.genome.TaxonValueObject extends IdentifiableValueObject<Taxon> implements Serializable
 
- 
- 
Package ubic.gemma.model.genome.biosequence- 
Class ubic.gemma.model.genome.biosequence.BioSequence extends AbstractDescribable implements Serializable- serialVersionUID:
- -6620431603579954167L
 - 
Serialized Fields- 
bioSequence2GeneProductSet<BioSequence2GeneProduct> bioSequence2GeneProduct 
- 
fractionRepeatsDouble fractionRepeats 
- 
isApproximateLengthBoolean isApproximateLength 
- 
isCircularBoolean isCircular 
- 
lengthLong length 
- 
polymerTypePolymerType polymerType 
- 
sequenceString sequence 
- 
sequenceDatabaseEntryDatabaseEntry sequenceDatabaseEntry 
- 
taxonTaxon taxon 
- 
typeSequenceType type 
 
- 
 
 
- 
- 
Package ubic.gemma.model.genome.gene- 
Class ubic.gemma.model.genome.gene.DatabaseBackedGeneSetValueObject extends GeneSetValueObject implements Serializable- serialVersionUID:
- -1360523793656012770L
 
- 
Class ubic.gemma.model.genome.gene.FreeTextGeneResultsValueObject extends SessionBoundGeneSetValueObject implements Serializable- serialVersionUID:
- 3557304710219740029L
 - 
Serialized Fields- 
queryStringString queryString 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.GeneAlias extends Object implements Serializable- serialVersionUID:
- -4156628260205167700L
 
- 
Class ubic.gemma.model.genome.gene.GeneProduct extends ChromosomeFeature implements Serializable- serialVersionUID:
- 8414732389521430535L
 - 
Serialized Fields- 
accessionsSet<DatabaseEntry> accessions 
- 
dummyboolean dummy Indicate if this GeneProduct is dummy.Dummy GeneProductare not listed in theGene.getProducts()associations.
- 
exonsSet<PhysicalLocation> exons Only used in transient instances in sequence analysis. The entity relation in the database is never used and will be removed.
- 
geneGene gene 
- 
ncbiGiString ncbiGi 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.GeneProductValueObject extends IdentifiableValueObject<GeneProduct> implements Serializable- serialVersionUID:
- 1156628868995566223L
 
- 
Class ubic.gemma.model.genome.gene.GeneSet extends AbstractAuditable implements Serializable- serialVersionUID:
- 4357218100681569138L
 - 
Serialized Fields- 
characteristicsSet<Characteristic> characteristics 
- 
literatureSourcesSet<BibliographicReference> literatureSources 
- 
membersSet<GeneSetMember> members 
- 
sourceAccessionDatabaseEntry sourceAccession 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.GeneSetMember extends Object implements Serializable- serialVersionUID:
- -926690781193097196L
 
- 
Class ubic.gemma.model.genome.gene.GeneSetValueObject extends IdentifiableValueObject<GeneSet> implements Serializable- serialVersionUID:
- 6212231006289412683L
 - 
Serialized Fields- 
descriptionString description 
- 
geneIdsCollection<Long> geneIds Gene IDs part of this gene set.
- 
isPublicboolean isPublic 
- 
isSharedboolean isShared 
- 
nameString name 
- 
sizeLong size 
- 
taxonTaxonValueObject taxon 
- 
userOwnedboolean userOwned 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.GeneValueObject extends IdentifiableValueObject<Gene> implements Serializable- serialVersionUID:
- -7098036090107647318L
 - 
Serialized Fields- 
accessionsSet<DatabaseEntryValueObject> accessions 
- 
aliasesSortedSet<String> aliases Gene aliases, sorted alphabetically.
- 
associatedExperimentCountInteger associatedExperimentCount How many experiments "involve" (manipulate, etc.) this gene
- 
compositeSequenceCountInteger compositeSequenceCount 
- 
descriptionString description 
- 
ensemblIdString ensemblId 
- 
geneSetsCollection<GeneSetValueObject> geneSets 
- 
homologuesCollection<GeneValueObject> homologues 
- 
includeTaxonboolean includeTaxon 
- 
isQueryBoolean isQuery Was this gene directly used in a query? Or is it inferred somehow. The default is true, use this when you need to differentiate
- 
multifunctionalityRankDouble multifunctionalityRank 
- 
nameString name 
- 
ncbiIdInteger ncbiId 
- 
nodeDegreeNegRanksdouble[] nodeDegreeNegRanks 
- 
nodeDegreePosRanksdouble[] nodeDegreePosRanks 
- 
nodeDegreesNegint[] nodeDegreesNeg Array containing number of links supported by 0,1,2, .... data sets (value in first index is always 0) for negative correlation coexpression
- 
nodeDegreesPosint[] nodeDegreesPos Array containing number of links supported by 0,1,2, .... data sets (value in first index is always 0) for positive coexpression
- 
numGoTermsInteger numGoTerms 
- 
officialNameString officialName 
- 
officialSymbolString officialSymbol 
- 
phenotypesCollection<CharacteristicValueObject> phenotypes 
- 
platformCountInteger platformCount 
- 
scoreDouble score 
- 
taxonTaxonValueObject taxon 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.GOGroupValueObject extends SessionBoundGeneSetValueObject implements Serializable- serialVersionUID:
- -185326197992950287L
 
- 
Class ubic.gemma.model.genome.gene.Multifunctionality extends Object implements Serializable- serialVersionUID:
- 1842256912459855071L
 
- 
Class ubic.gemma.model.genome.gene.PhenotypeGroupValueObject extends SessionBoundGeneSetValueObject implements Serializable- serialVersionUID:
- -7264201170714207356L
 
- 
Class ubic.gemma.model.genome.gene.SessionBoundGeneSetValueObject extends GeneSetValueObject implements Serializable- serialVersionUID:
- 5073203626044664184L
 - 
Serialized Fields- 
modifiedboolean modified 
 
- 
 
 
- 
- 
Package ubic.gemma.model.genome.gene.phenotype.valueObject- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.BibliographicPhenotypesValueObject extends Object implements Serializable- 
Serialized Fields- 
evidenceIdLong evidenceId 
- 
geneNameString geneName 
- 
geneNCBIInteger geneNCBI 
- 
phenotypesValuesSet<CharacteristicValueObject> phenotypesValues 
 
- 
 
- 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.DiffExpressionEvidenceValueObject extends EvidenceValueObject<DifferentialExpressionEvidence> implements Serializable- serialVersionUID:
- 7262262666070114995L
 - 
Serialized Fields- 
geneDifferentialExpressionMetaAnalysisIdLong geneDifferentialExpressionMetaAnalysisId 
- 
geneDifferentialExpressionMetaAnalysisResultIdLong geneDifferentialExpressionMetaAnalysisResultId 
- 
geneDifferentialExpressionMetaAnalysisSummaryValueObjectGeneDifferentialExpressionMetaAnalysisSummaryValueObject geneDifferentialExpressionMetaAnalysisSummaryValueObject 
- 
meanLogFoldChangeDouble meanLogFoldChange 
- 
metaPvalueDouble metaPvalue 
- 
metaPvalueRankDouble metaPvalueRank 
- 
metaQvalueDouble metaQvalue 
- 
numEvidenceFromSameMetaAnalysisLong numEvidenceFromSameMetaAnalysis 
- 
selectionThresholdDouble selectionThreshold 
- 
upperTailBoolean upperTail 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.DumpsValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.EvidenceSecurityValueObject extends Object implements Serializable- 
Serialized Fields- 
currentUserHasWritePermissionboolean currentUserHasWritePermission 
- 
currentUserIsOwnerboolean currentUserIsOwner 
- 
isPublikboolean isPublik 
- 
isSharedboolean isShared 
- 
ownerString owner 
 
- 
 
- 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.EvidenceSourceValueObject extends DatabaseEntryValueObject implements Serializable- serialVersionUID:
- 4085159943613845499L
 - 
Serialized Fields- 
externalUrlString externalUrl 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.EvidenceValueObject extends IdentifiableValueObject<E extends PhenotypeAssociation> implements Serializable- serialVersionUID:
- -2483508971580975L
 - 
Serialized Fields- 
classNameString className 
- 
containQueryPhenotypeboolean containQueryPhenotype 
- 
descriptionString description 
- 
evidenceCodeString evidenceCode 
- 
evidenceSecurityValueObjectEvidenceSecurityValueObject evidenceSecurityValueObject 
- 
evidenceSourceEvidenceSourceValueObject evidenceSource 
- 
externalUrlString externalUrl 
- 
geneIdLong geneId 
- 
geneNCBIInteger geneNCBI 
- 
geneOfficialNameString geneOfficialName 
- 
geneOfficialSymbolString geneOfficialSymbol 
- 
isHomologueEvidenceboolean isHomologueEvidence 
- 
isNegativeEvidenceboolean isNegativeEvidence 
- 
lastUpdatedLong lastUpdated 
- 
originalPhenotypeString originalPhenotype 
- 
phenotypeAssPubVOSet<PhenotypeAssPubValueObject> phenotypeAssPubVO 
- 
phenotypeMappingString phenotypeMapping 
- 
phenotypesSet<CharacteristicValueObject> phenotypes 
- 
relationshipString relationship 
- 
scoreValueObjectScoreValueObject scoreValueObject 
- 
taxonCommonNameString taxonCommonName 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.ExperimentalEvidenceValueObject extends EvidenceValueObject<ExperimentalEvidence> implements Serializable- serialVersionUID:
- 4243531745086284715L
 - 
Serialized Fields- 
experimentCharacteristicsCollection<CharacteristicValueObject> experimentCharacteristics Deprecated.
 
- 
 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.ExternalDatabaseStatisticsValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.GeneEvidenceValueObject extends GeneValueObject implements Serializable- serialVersionUID:
- -3484291071757959936L
 - 
Serialized Fields- 
evidenceCollection<EvidenceValueObject<? extends PhenotypeAssociation>> evidence Deprecated.Added field for the Candidate Gene Management System
- 
phenotypesValueUriSet<String> phenotypesValueUri Deprecated.
 
- 
 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.GenericEvidenceValueObject extends EvidenceValueObject<GenericEvidence> implements Serializable- serialVersionUID:
- 754768748091915831L
 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.LiteratureEvidenceValueObject extends EvidenceValueObject<LiteratureEvidence> implements Serializable- serialVersionUID:
- -4401437961722829548L
 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.PhenotypeAssPubValueObject extends Object implements Serializable- 
Serialized Fields- 
citationValueObjectCitationValueObject citationValueObject 
- 
typeString type 
 
- 
 
- 
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.PhenotypeValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.ScoreValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.SimpleTreeValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.TreeCharacteristicValueObject extends CharacteristicValueObject implements Serializable
- 
Class ubic.gemma.model.genome.gene.phenotype.valueObject.ValidateEvidenceValueObject extends Object implements Serializable- 
Serialized Fields- 
accessDeniedboolean accessDenied 
- 
descriptionInvalidSymbolboolean descriptionInvalidSymbol 
- 
evidenceNotFoundboolean evidenceNotFound 
- 
lastUpdateDifferentboolean lastUpdateDifferent 
- 
problematicEvidenceIdsSet<Long> problematicEvidenceIds 
- 
pubmedIdInvalidboolean pubmedIdInvalid 
- 
sameEvidenceFoundboolean sameEvidenceFound 
- 
sameGeneAndOnePhenotypeAnnotatedboolean sameGeneAndOnePhenotypeAnnotated 
- 
sameGeneAndPhenotypeChildOrParentAnnotatedboolean sameGeneAndPhenotypeChildOrParentAnnotated 
- 
sameGeneAndPhenotypesAnnotatedboolean sameGeneAndPhenotypesAnnotated 
- 
sameGeneAnnotatedboolean sameGeneAnnotated 
- 
userNotLoggedInboolean userNotLoggedIn 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.genome.sequenceAnalysis- 
Class ubic.gemma.model.genome.sequenceAnalysis.AnnotationAssociation extends BioSequence2GeneProduct implements Serializable- serialVersionUID:
- 8648644792470060326L
 - 
Serialized Fields- 
sourceExternalDatabase source 
 
- 
 
- 
Class ubic.gemma.model.genome.sequenceAnalysis.BioSequenceValueObject extends IdentifiableValueObject<BioSequence> implements Serializable- 
Serialized Fields- 
descriptionString description 
- 
fractionRepeatsDouble fractionRepeats 
- 
lengthLong length 
- 
nameString name 
- 
sequenceString sequence 
- 
sequenceDatabaseEntryDatabaseEntryValueObject sequenceDatabaseEntry 
- 
taxonTaxonValueObject taxon 
- 
typeSequenceTypeValueObject type 
 
- 
 
- 
- 
Class ubic.gemma.model.genome.sequenceAnalysis.BlatAssociation extends BioSequence2GeneProduct implements Serializable- serialVersionUID:
- -4620329339018727407L
 - 
Serialized Fields- 
blatResultBlatResult blatResult 
 
- 
 
- 
Class ubic.gemma.model.genome.sequenceAnalysis.BlatResult extends SequenceSimilaritySearchResult implements Serializable- serialVersionUID:
- 5703130745858235525L
 - 
Serialized Fields- 
blockCountInteger blockCount 
- 
blockSizesString blockSizes 
- 
matchesInteger matches 
- 
mismatchesInteger mismatches 
- 
nsInteger ns 
- 
queryEndInteger queryEnd 
- 
queryGapBasesInteger queryGapBases 
- 
queryGapCountInteger queryGapCount 
- 
queryStartInteger queryStart 
- 
queryStartsString queryStarts 
- 
repMatchesInteger repMatches 
- 
strandString strand 
- 
targetEndLong targetEnd 
- 
targetGapBasesInteger targetGapBases 
- 
targetGapCountInteger targetGapCount 
- 
targetStartLong targetStart 
- 
targetStartsString targetStarts 
 
- 
 
- 
Class ubic.gemma.model.genome.sequenceAnalysis.BlatResultValueObject extends IdentifiableValueObject<BlatResult> implements Serializable- 
Serialized Fields- 
blockCountInteger blockCount 
- 
blockSizesString blockSizes 
- 
identityDouble identity 
- 
matchesInteger matches 
- 
mismatchesInteger mismatches 
- 
nsInteger ns 
- 
queryEndInteger queryEnd 
- 
queryGapBasesInteger queryGapBases 
- 
queryGapCountInteger queryGapCount 
- 
querySequenceBioSequenceValueObject querySequence 
- 
queryStartInteger queryStart 
- 
queryStartsString queryStarts 
- 
repMatchesInteger repMatches 
- 
scoreDouble score 
- 
strandString strand 
- 
targetChromosomeNameString targetChromosomeName 
- 
targetDatabaseString targetDatabase 
- 
targetEndLong targetEnd 
- 
targetGapBasesInteger targetGapBases 
- 
targetGapCountInteger targetGapCount 
- 
targetStartLong targetStart 
- 
targetStartsString targetStarts 
- 
taxonTaxonValueObject taxon 
 
- 
 
- 
- 
Class ubic.gemma.model.genome.sequenceAnalysis.SequenceSimilaritySearchResult extends Object implements Serializable- serialVersionUID:
- -7196820023599562042L
 - 
Serialized Fields- 
idLong id 
- 
querySequenceBioSequence querySequence 
- 
searchedDatabaseExternalDatabase searchedDatabase 
- 
targetAlignedRegionPhysicalLocation targetAlignedRegion 
- 
targetChromosomeChromosome targetChromosome 
- 
targetSequenceBioSequence targetSequence 
 
- 
 
- 
Class ubic.gemma.model.genome.sequenceAnalysis.SequenceTypeValueObject extends Object implements Serializable- 
Serialized Fields- 
valueString value 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.persistence.hibernate- 
Class ubic.gemma.persistence.hibernate.XSDEntityResolver extends DTDEntityResolver implements Serializable
 
- 
- 
Package ubic.gemma.persistence.service.analysis.expression.diff- 
Class ubic.gemma.persistence.service.analysis.expression.diff.MissingResult extends DiffExprGeneSearchResult implements Serializable- serialVersionUID:
- -2868418055346274525L
 
- 
Class ubic.gemma.persistence.service.analysis.expression.diff.NonRetainedResult extends DiffExprGeneSearchResult implements Serializable- serialVersionUID:
- 3501605965895623139L
 
 
- 
- 
Package ubic.gemma.persistence.service.association.coexpression- 
Class ubic.gemma.persistence.service.association.coexpression.CoexpressionCacheValueObject extends Object implements Serializable- serialVersionUID:
- 184287422449009209L
 - 
Serialized Fields- 
coexGeneSymbolString coexGeneSymbol 
- 
coexpGeneLong coexpGene 
- 
positiveCorrelationboolean positiveCorrelation 
- 
queryGeneLong queryGene 
- 
queryGeneSymbolString queryGeneSymbol 
- 
supportint support 
- 
supportDetailsIdLong supportDetailsId 
- 
supportingDatasetsCollection<Long> supportingDatasets 
- 
testedInDatasetsubic.gemma.persistence.service.association.coexpression.CompressedLongSet testedInDatasets 
 
- 
 
- 
Class ubic.gemma.persistence.service.association.coexpression.CoexpressionValueObject extends Object implements Serializable- 
Serialized Fields- 
coexGeneIdLong coexGeneId 
- 
coexGeneSymbolString coexGeneSymbol 
- 
eeConstraintboolean eeConstraint If true, this means the results were trimmed to a subset.
- 
fromCacheboolean fromCache True if these data were pulled from the cache, or if they were put in the cache (so future queries will find them); false otherwise.
- 
interQueryLinkboolean interQueryLink 
- 
maxResultsint maxResults the max results limit used in the query; 0 means no limit.
- 
positiveCorrelationboolean positiveCorrelation 
- 
queryGeneIdLong queryGeneId 
- 
queryGeneSymbolString queryGeneSymbol 
- 
queryStringencyint queryStringency The stringency used in the query (will be 1 by default)
- 
supportInteger support 
- 
supportDetailsIdLong supportDetailsId 
- 
supportingDatasetsSet<Long> supportingDatasets The data sets which supported the link. If eeConstraint = true, this reflects only data sets which were in the query.
- 
testedInDatasetsSet<Long> testedInDatasets The data sets in which the link was tested. If eeConstraint = true, this reflects only data sets which were in the query.
 
- 
 
- 
 
- 
- 
Package ubic.gemma.persistence.service.common.quantitationtype- 
Class ubic.gemma.persistence.service.common.quantitationtype.NonUniqueQuantitationTypeByNameException extends Exception implements Serializable
 
- 
- 
Package ubic.gemma.persistence.service.expression.experiment- 
Class ubic.gemma.persistence.service.expression.experiment.FactorValueMigratorService.MigrationFailedException extends RuntimeException implements Serializable- 
Serialized Fields- 
migrationFactorValueMigratorService.Migration migration 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.persistence.service.maintenance- 
Class ubic.gemma.persistence.service.maintenance.Gene2CsStatus extends Object implements Serializable- serialVersionUID:
- 1956861185764899312L
 
 
- 
- 
Package ubic.gemma.rest- 
Class ubic.gemma.rest.DatasetsWebService.AnnotationWithUsageStatisticsValueObject extends AnnotationValueObject implements Serializable- 
Serialized Fields- 
numberOfExpressionExperimentsLong numberOfExpressionExperiments Number of times the characteristic is mentioned among matching datasets.
- 
parentTermsSet<DatasetsWebService.OntologyTermValueObject> parentTerms URIs of parent terms, or null if excluded.
 
- 
 
- 
- 
Class ubic.gemma.rest.DatasetsWebService.ArrayDesignWithUsageStatisticsValueObject extends ArrayDesignValueObject implements Serializable- 
Serialized Fields- 
numberOfExpressionExperimentsForTechnologyTypeLong numberOfExpressionExperimentsForTechnologyType 
 
- 
 
- 
- 
Class ubic.gemma.rest.DatasetsWebService.DifferentialExpressionAnalysisResultByGeneValueObject extends DifferentialExpressionAnalysisResultValueObject implements Serializable- 
Serialized Fields- 
baselineFactorValueBasicValueObject baseline 
- 
experimentAnalyzedIdLong experimentAnalyzedId The ID of the experiment analyzed which is either anExpressionExperimentor anExpressionExperimentSubSet.
- 
resultSetIdLong resultSetId The result set ID to which this result belong.
- 
secondBaselineFactorValueBasicValueObject secondBaseline 
- 
sourceExperimentIdLong sourceExperimentId The ID of the source experiment, which differs only if this result is from a subset. This is always referring to anExpressionExperiment.
 
- 
 
- 
- 
Class ubic.gemma.rest.DatasetsWebService.ExpressionExperimentWithSearchResultValueObject extends ExpressionExperimentValueObject implements Serializable- 
Serialized Fields- 
searchResultSearchWebService.SearchResultValueObject<ExpressionExperimentValueObject> searchResult 
 
- 
 
- 
- 
Class ubic.gemma.rest.DatasetsWebService.TaxonWithUsageStatisticsValueObject extends TaxonValueObject implements Serializable- 
Serialized Fields- 
numberOfExpressionExperimentsLong numberOfExpressionExperiments 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.rest.serializers- 
Class ubic.gemma.rest.serializers.AbstractFactorValueValueObjectSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<T extends AbstractFactorValueValueObject> implements Serializable
- 
Class ubic.gemma.rest.serializers.FactorValueBasicValueObjectSerializer extends AbstractFactorValueValueObjectSerializer<FactorValueBasicValueObject> implements Serializable
- 
Class ubic.gemma.rest.serializers.FactorValueValueObjectSerializer extends AbstractFactorValueValueObjectSerializer<FactorValueValueObject> implements Serializable
 
- 
- 
Package ubic.gemma.rest.util- 
Class ubic.gemma.rest.util.EntityNotFoundException extends Exception implements Serializable
- 
Class ubic.gemma.rest.util.MalformedArgException extends javax.ws.rs.BadRequestException implements Serializable
 
- 
- 
Package ubic.gemma.web.controller.coexpressionSearch- 
Class ubic.gemma.web.controller.coexpressionSearch.CoexSearchTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
searchOptionsCoexpressionSearchCommand searchOptions 
 
- 
 
 
- 
- 
Package ubic.gemma.web.controller.common.auditAndSecurity- 
Class ubic.gemma.web.controller.common.auditAndSecurity.FileUpload extends Object implements Serializable- serialVersionUID:
- 537156568346654834L
 - 
Serialized Fields- 
filebyte[] file 
- 
localPathString localPath 
 
- 
 
- 
Class ubic.gemma.web.controller.common.auditAndSecurity.SidValueObject extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
authorityString authority 
- 
principalboolean principal 
 
- 
 
 
- 
- 
Package ubic.gemma.web.controller.common.auditAndSecurity.recaptcha- 
Class ubic.gemma.web.controller.common.auditAndSecurity.recaptcha.ReCaptchaException extends RuntimeException implements Serializable
 
- 
- 
Package ubic.gemma.web.controller.diff- 
Class ubic.gemma.web.controller.diff.DiffExpressionSearchCommand extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
dirtyboolean dirty 
- 
eeIdsCollection<Long> eeIds 
- 
eeQueryString eeQuery 
- 
eeSetIdLong eeSetId 
- 
eeSetNameString eeSetName 
- 
geneIdsCollection<Long> geneIds 
- 
selectedFactorsCollection<DiffExpressionSelectedFactorCommand> selectedFactors 
- 
taxonIdLong taxonId 
- 
thresholdDouble threshold 
 
- 
 
 
- 
- 
Package ubic.gemma.web.controller.expression.arrayDesign- 
Class ubic.gemma.web.controller.expression.arrayDesign.ArrayDesignValueObjectExt extends ArrayDesignValueObject implements Serializable- serialVersionUID:
- 218696698777199533L
 - 
Serialized Fields- 
additionalTaxaSet<String> additionalTaxa 
- 
allParentsAnnotationLinkString allParentsAnnotationLink 
- 
alternateNamesCollection<String> alternateNames 
- 
alternativeArrayDesignValueObject alternative 
- 
bioProcessAnnotationLinkString bioProcessAnnotationLink 
- 
colorStringString colorString 
- 
mergeesCollection<ArrayDesignValueObject> mergees 
- 
mergerArrayDesignValueObject merger 
- 
noParentsAnnotationLinkString noParentsAnnotationLink 
- 
subsumeesCollection<ArrayDesignValueObject> subsumees 
- 
subsumerArrayDesignValueObject subsumer 
 
- 
 
 
- 
- 
Package ubic.gemma.web.controller.expression.experiment- 
Class ubic.gemma.web.controller.expression.experiment.DesignMatrixRowValueObject extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.web.controller.expression.experiment.ExperimentalFactorValueWebUIObject extends ExperimentalFactorValueObject implements Serializable- 
Serialized Fields- 
bioMaterialCharacteristicCategoryToUseString bioMaterialCharacteristicCategoryToUse 
 
- 
 
- 
- 
Class ubic.gemma.web.controller.expression.experiment.ExpressionExperimentDataFetchCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.web.controller.expression.experiment.ExpressionExperimentEditValueObject extends ExpressionExperimentDetailsValueObject implements Serializable- serialVersionUID:
- 1630521876359566915L
 - 
Serialized Fields- 
bioAssaysCollection<BioAssayValueObject> bioAssays 
- 
quantitationTypesCollection<QuantitationTypeValueObject> quantitationTypes 
 
- 
 
- 
Class ubic.gemma.web.controller.expression.experiment.SimpleExpressionExperimentLoadTaskCommand extends SimpleExpressionExperimentMetaData implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package ubic.gemma.web.controller.visualization- 
Class ubic.gemma.web.controller.visualization.ExpressionExperimentVisualizationCommand extends Object implements Serializable- serialVersionUID:
- 2166768356457316142L
 - 
Serialized Fields- 
expressionExperimentIdLong expressionExperimentId 
- 
maskMissingboolean maskMissing 
- 
nameString name 
- 
quantitationTypeQuantitationType quantitationType 
- 
searchCriteriaString searchCriteria 
- 
searchStringString searchString 
- 
viewSamplingboolean viewSampling 
 
- 
 
 
- 
- 
Package ubic.gemma.web.persistence- 
Class ubic.gemma.web.persistence.AbstractSetListContainer extends Object implements Serializable- serialVersionUID:
- -7207696842986893748L
 - 
Serialized Fields- 
allSessionBoundGroupsList<GemmaSessionBackedValueObject> allSessionBoundGroups 
- 
largestSessionIdLong largestSessionId 
- 
sessionBoundModifiedGroupsList<GemmaSessionBackedValueObject> sessionBoundModifiedGroups 
 
- 
 
- 
Class ubic.gemma.web.persistence.ExperimentSetListContainer extends AbstractSetListContainer implements Serializable- serialVersionUID:
- 2031936160381488016L
 
- 
Class ubic.gemma.web.persistence.GeneSetListContainer extends AbstractSetListContainer implements Serializable- serialVersionUID:
- 2163440335723257830L
 
 
- 
- 
Package ubic.gemma.web.taglib- 
Class ubic.gemma.web.taglib.ConstantsTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- 4937929483183805421L
 
- 
Class ubic.gemma.web.taglib.DatabaseEntryTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- -8225561718129593445L
 - 
Serialized Fields- 
databaseEntryDatabaseEntryValueObject databaseEntry 
 
- 
 
- 
Class ubic.gemma.web.taglib.ShortBibliographicReferenceTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- -7325678534991860679L
 - 
Serialized Fields- 
citationBibliographicReference citation 
 
- 
 
 
- 
- 
Package ubic.gemma.web.taglib.arrayDesign- 
Class ubic.gemma.web.taglib.arrayDesign.ArrayDesignGroupingTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- -5646614364631502667L
 - 
Serialized Fields- 
subsumeesCollection<ArrayDesign> subsumees 
- 
subsumerArrayDesign subsumer 
 
- 
 
 
- 
- 
Package ubic.gemma.web.taglib.common.auditAndSecurity- 
Class ubic.gemma.web.taglib.common.auditAndSecurity.ExceptionTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- 4323477499674966726L
 
 
- 
- 
Package ubic.gemma.web.taglib.expression.experiment- 
Class ubic.gemma.web.taglib.expression.experiment.AssayViewTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- 8754490187937841260L
 - 
Serialized Fields- 
bioAssaysCollection<BioAssayValueObject> bioAssays 
- 
editboolean edit 
- 
objectMappercom.fasterxml.jackson.databind.ObjectMapper objectMapper Jackson serializer to map objects to JSON.
 
- 
 
- 
Class ubic.gemma.web.taglib.expression.experiment.ExperimentQCTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- -466958848014180520L
 - 
Serialized Fields- 
eeidLong eeid 
- 
eeManagerIdString eeManagerId 
- 
hasCorrDistboolean hasCorrDist 
- 
hasCorrMatboolean hasCorrMat 
- 
hasMeanVarianceboolean hasMeanVariance 
- 
hasNodeDegreeDistboolean hasNodeDegreeDist 
- 
hasPCAboolean hasPCA 
- 
numFactorsint numFactors 
- 
numOutliersRemovedint numOutliersRemoved 
- 
numPossibleOutliersint numPossibleOutliers 
 
- 
 
 
- 
- 
Package ubic.gemma.web.tasks.analysis.sequence- 
Class ubic.gemma.web.tasks.analysis.sequence.ArrayDesignRepeatScanTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
arrayDesignArrayDesign arrayDesign 
 
- 
 
 
- 
- 
Package ubic.gemma.web.util- 
Class ubic.gemma.web.util.ConfigurationCookie extends javax.servlet.http.Cookie implements Serializable- 
Serialized Fields- 
configurationorg.apache.commons.configuration2.PropertiesConfiguration configuration 
 
- 
 
- 
- 
Class ubic.gemma.web.util.EntityNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- -4361183252269974819L
 
- 
Class ubic.gemma.web.util.LabelValue extends Object implements Serializable- serialVersionUID:
- 3485837885293359602L
 
- 
Class ubic.gemma.web.util.ServiceUnavailableException extends RuntimeException implements Serializable
 
- 
- 
Package ubic.gemma.web.util.upload- 
Class ubic.gemma.web.util.upload.CommonsMultipartFile extends Object implements Serializable- serialVersionUID:
- 6483196912349343465L
 - 
Serialized Fields- 
fileItemorg.apache.commons.fileupload.FileItem fileItem Deprecated.
- 
sizelong size Deprecated.
 
- 
 
- 
Class ubic.gemma.web.util.upload.UploadInfo extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bytesReadlong bytesRead 
- 
fileIndexint fileIndex 
- 
statusString status 
- 
totalSizelong totalSize 
 
- 
 
 
-