Serialized Form
- 
Package ubic.gemma.cli.batch- 
Class ubic.gemma.cli.batch.BatchTaskProcessingResultclass BatchTaskProcessingResult extends Object implements Serializable- 
Serialized Fields- 
messageString message 
- 
resultTypeubic.gemma.cli.batch.BatchTaskProcessingResult.ResultType resultType 
- 
sourceSerializable source 
- 
throwableThrowable throwable 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.analysis.expression.coexpression- 
Class ubic.gemma.core.analysis.expression.coexpression.CoexpressionMetaValueObjectclass 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.CoexpressionSearchCommandclass 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.CoexpressionSummaryValueObjectclass 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.LinkAnalysisConfigclass 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
- 
logTransformboolean logTransform If true, perform a log-transformation of the data prior to analysis. The default is to use the data as-is.If the data is already on a log scale, nothing is done. 
- 
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 
 
- 
 
- 
Exception Class ubic.gemma.core.analysis.expression.coexpression.links.UnsuitableForAnalysisExceptionclass UnsuitableForAnalysisException extends RuntimeException implements Serializable- serialVersionUID:
- -4436136164850796179L
 
 
- 
- 
Package ubic.gemma.core.analysis.expression.diff- 
Exception Class ubic.gemma.core.analysis.expression.diff.AllAnalysesFailedExceptionclass AllAnalysesFailedException extends AnalysisException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.expression.diff.AllSubSetAnalysesFailedExceptionclass AllSubSetAnalysesFailedException extends AllAnalysesFailedException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.expression.diff.AnalysisExceptionclass AnalysisException extends RuntimeException implements Serializable- 
Serialized Fields- 
configDifferentialExpressionAnalysisConfig config 
 
- 
 
- 
- 
Class ubic.gemma.core.analysis.expression.diff.DifferentialExpressionMetaAnalysisValueObjectclass 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.DiffExpressionSelectedFactorCommandclass DiffExpressionSelectedFactorCommand extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Exception Class ubic.gemma.core.analysis.expression.diff.EbayesFailureExceptionclass EbayesFailureException extends AnalysisException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.expression.diff.FilteringRelatedAnalysisExceptionclass FilteringRelatedAnalysisException extends AnalysisException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.expression.diff.InvalidQuantitationTypeConversionExceptionclass InvalidQuantitationTypeConversionException extends AnalysisException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.expression.diff.NoFactorLeftForAnalysisExceptionclass NoFactorLeftForAnalysisException extends AnalysisException implements Serializable
 
- 
- 
Package ubic.gemma.core.analysis.preprocess- 
Exception Class ubic.gemma.core.analysis.preprocess.FilteringRelatedPreprocessingExceptionclass FilteringRelatedPreprocessingException extends PreprocessingException implements Serializable- 
Serialized Fields- 
causeFilteringException cause 
 
- 
 
- 
- 
Class ubic.gemma.core.analysis.preprocess.OutlierDetailsclass OutlierDetails extends Object implements Serializable- 
Serialized Fields- 
bioAssayIdLong bioAssayId 
- 
firstQuartiledouble firstQuartile 
- 
medianCorrelationdouble medianCorrelation 
- 
thirdQuartiledouble thirdQuartile 
 
- 
 
- 
- 
Exception Class ubic.gemma.core.analysis.preprocess.PreprocessingExceptionclass PreprocessingException extends RuntimeException implements Serializable- serialVersionUID:
- -8463478950898408838L
 
- 
Exception Class ubic.gemma.core.analysis.preprocess.QuantitationTypeConversionRelatedPreprocessingExceptionclass QuantitationTypeConversionRelatedPreprocessingException extends PreprocessingException implements Serializable- 
Serialized Fields- 
causeQuantitationTypeConversionException cause 
 
- 
 
- 
- 
Exception Class ubic.gemma.core.analysis.preprocess.QuantitationTypeDetectionRelatedPreprocessingExceptionclass QuantitationTypeDetectionRelatedPreprocessingException extends PreprocessingException implements Serializable- 
Serialized Fields- 
causeQuantitationTypeDetectionException cause 
 
- 
 
- 
- 
Exception Class ubic.gemma.core.analysis.preprocess.SampleCoexpressionRelatedPreprocessingExceptionclass SampleCoexpressionRelatedPreprocessingException extends PreprocessingException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.preprocess.SVDRelatedPreprocessingExceptionclass SVDRelatedPreprocessingException extends PreprocessingException implements Serializable- 
Serialized Fields- 
causeSVDException cause 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.analysis.preprocess.batcheffects- 
Exception Class ubic.gemma.core.analysis.preprocess.batcheffects.BatchInfoMissingExceptionclass BatchInfoMissingException extends BatchInfoPopulationException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.preprocess.batcheffects.BatchInfoPopulationExceptionclass BatchInfoPopulationException extends PreprocessingException implements Serializable- serialVersionUID:
- -1770591991479420212L
 
- 
Exception Class ubic.gemma.core.analysis.preprocess.batcheffects.FASTQHeadersPresentButNotUsableExceptionclass FASTQHeadersPresentButNotUsableException extends BatchInfoPopulationException implements Serializable- serialVersionUID:
- 1917074433646650950L
 
- 
Exception Class ubic.gemma.core.analysis.preprocess.batcheffects.SingletonBatchesExceptionclass SingletonBatchesException extends BatchInfoPopulationException implements Serializable- serialVersionUID:
- 9088141067684148902L
 
- 
Exception Class ubic.gemma.core.analysis.preprocess.batcheffects.UnsupportedRawdataFileFormatExceptionclass UnsupportedRawdataFileFormatException extends BatchInfoPopulationException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package ubic.gemma.core.analysis.preprocess.convert- 
Exception Class ubic.gemma.core.analysis.preprocess.convert.QuantitationTypeConversionExceptionclass QuantitationTypeConversionException extends Exception implements Serializable
- 
Exception Class ubic.gemma.core.analysis.preprocess.convert.UnsupportedQuantitationRepresentationConversionExceptionclass UnsupportedQuantitationRepresentationConversionException extends UnsupportedQuantitationTypeConversionException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.preprocess.convert.UnsupportedQuantitationScaleConversionExceptionclass UnsupportedQuantitationScaleConversionException extends UnsupportedQuantitationTypeConversionException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.preprocess.convert.UnsupportedQuantitationTypeConversionExceptionclass UnsupportedQuantitationTypeConversionException extends QuantitationTypeConversionException implements Serializable
 
- 
- 
Package ubic.gemma.core.analysis.preprocess.detect- 
Exception Class ubic.gemma.core.analysis.preprocess.detect.InferredQuantitationMismatchExceptionclass InferredQuantitationMismatchException extends QuantitationMismatchException implements Serializable- 
Serialized Fields- 
inferredQuantitationTypeQuantitationType inferredQuantitationType 
 
- 
 
- 
- 
Exception Class ubic.gemma.core.analysis.preprocess.detect.QuantitationMismatchExceptionclass QuantitationMismatchException extends QuantitationTypeDetectionException implements Serializable- 
Serialized Fields- 
quantitationTypeQuantitationType quantitationType 
 
- 
 
- 
- 
Exception Class ubic.gemma.core.analysis.preprocess.detect.QuantitationTypeDetectionExceptionclass QuantitationTypeDetectionException extends Exception implements Serializable
- 
Exception Class ubic.gemma.core.analysis.preprocess.detect.SuspiciousValuesForQuantitationExceptionclass SuspiciousValuesForQuantitationException extends QuantitationMismatchException implements Serializable- 
Serialized Fields- 
suspiciousValuesList<SuspiciousValuesForQuantitationException.SuspiciousValueResult> suspiciousValues 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.analysis.preprocess.filter- 
Class ubic.gemma.core.analysis.preprocess.filter.FilterConfigclass FilterConfig extends Object implements Serializable- 
Serialized Fields- 
highExpressionCutdouble highExpressionCut High cut for expression.Design elements expressed above the cut will be filtered out. This threshold applies on the rank of gene expression. A value of 0.1 will drop the bottom 10% of the data. Set this to zero to disable. 
- 
ignoreMinimumRowsThresholdboolean ignoreMinimumRowsThreshold If true, the MINIMUM_ROWS_TO_BOTHER is ignored.
- 
ignoreMinimumSampleThresholdboolean ignoreMinimumSampleThreshold If true, MINIMUM_SAMPLE is ignored.
- 
lowDistinctValueCutdouble lowDistinctValueCut 
- 
lowDistinctValueIsSetboolean lowDistinctValueIsSet 
- 
lowExpressionCutdouble lowExpressionCut Low cut for expression.Design elements expressed below the cut will be filtered out. This threshold applies on the rank. A value of 0.9 will drop the top 10% of the data. Set this to one to disable. 
- 
lowVarianceCutdouble lowVarianceCut This threshold applies on the variance of the row.The threshold applies to data on a log2-scale, so a value of 0.01 will retain values with a standard deviation of 0.1. Set this to zero disable. 
- 
minPresentFractiondouble minPresentFraction 
- 
requireSequencesboolean requireSequences Set to true if rows lacking associated BioSequences for the element should be removed.
 
- 
 
- 
- 
Exception Class ubic.gemma.core.analysis.preprocess.filter.FilteringExceptionclass FilteringException extends Exception implements Serializable
- 
Exception Class ubic.gemma.core.analysis.preprocess.filter.InsufficientDataExceptionclass InsufficientDataException extends FilteringException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.preprocess.filter.InsufficientDesignElementsExceptionclass InsufficientDesignElementsException extends InsufficientDataException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.preprocess.filter.InsufficientSamplesExceptionclass InsufficientSamplesException extends InsufficientDataException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception Class ubic.gemma.core.analysis.preprocess.filter.NoDesignElementsExceptionclass NoDesignElementsException extends InsufficientDesignElementsException implements Serializable
 
- 
- 
Package ubic.gemma.core.analysis.preprocess.svd- 
Exception Class ubic.gemma.core.analysis.preprocess.svd.SVDExceptionclass SVDException extends Exception implements Serializable
- 
Class ubic.gemma.core.analysis.preprocess.svd.SVDResultclass SVDResult extends Object implements Serializable- 
Serialized Fields- 
bioAssaysList<BioAssay> bioAssays Assays used in the SVD analysis.In order like the rows of the V matrix. 
- 
bioMaterialsList<BioMaterial> bioMaterials Biomaterials used in the SVD analysis.In order like the rows of the V matrix. 
- 
dateCorrelationsMap<Integer, Double> dateCorrelations Map of component to correlation that component with "batch/scan date"- See Also:
 
- 
datePValsMap<Integer, Double> datePVals P-values associated to the "batch/scan date" component.- See Also:
 
- 
datesList<Date> dates Date associated to theSVDResult.bioMaterials.Missing values are encoded as null.
- 
experimentAnalyzedExpressionExperiment experimentAnalyzed Experiment or subset this is for.
- 
factorCorrelationsMap<Integer, Map<ExperimentalFactor, Double>> factorCorrelations Map of component to a map of ExperimentalFactor IDs to correlations of that factor with the component.
- 
factorPValsMap<Integer, Map<ExperimentalFactor, Double>> factorPVals Map of component to map of ExperimentalFactor IDs to P-values for the association of that factor with the component.Need to store the correlations of eigengenes with dates of assays, and also with factors. Statistics are rank-based correlations 
- 
factorsMap<ExperimentalFactor, List<Number>> factors Map of factors to the double-ized representations of them.
- 
variancesdouble[] variances An array of values representing the fraction of the variance each component accounts for
- 
vMatrixDoubleMatrix<BioMaterial, Integer> vMatrix Row names: biomaterials; column names: eigengene number (from 0)
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.analysis.report- 
Class ubic.gemma.core.analysis.report.AuditableObjectclass AuditableObject extends Object implements Serializable- serialVersionUID:
- -7862129089784691035L
 
 
- 
- 
Package ubic.gemma.core.analysis.sequence- 
Class ubic.gemma.core.analysis.sequence.CompositeSequenceMapValueObjectclass 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 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.analysis.singleCell.aggregate- 
Exception Class ubic.gemma.core.analysis.singleCell.aggregate.SingleCellAggregationExceptionclass SingleCellAggregationException extends RuntimeException implements Serializable
- 
Exception Class ubic.gemma.core.analysis.singleCell.aggregate.UnsupportedScaleTypeForSingleCellAggregationExceptionclass UnsupportedScaleTypeForSingleCellAggregationException extends SingleCellAggregationException implements Serializable
 
- 
- 
Package ubic.gemma.core.job- 
Class ubic.gemma.core.job.TaskCommandclass TaskCommand extends Object implements Serializable- 
Serialized Fields- 
emailAlertboolean emailAlert Should an email be sent to the user when the job is done?
- 
maxQueueMillislong maxQueueMillis How long we will allow this task to be queued before giving up, or -1 for no limit.
- 
maxRuntimeMillislong maxRuntimeMillis How long we will allow this task to run before giving up, or -1 for no limit.
- 
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 Task submitted, if known.
 
- 
 
- 
- 
Class ubic.gemma.core.job.TaskResultclass TaskResult extends Object implements Serializable- 
Serialized Fields- 
answerSerializable answer The actual result object
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.job.progress- 
Class ubic.gemma.core.job.progress.ProgressDataclass ProgressData extends Object implements Serializable- serialVersionUID:
- -4303625064082352461L
 
 
- 
- 
Package ubic.gemma.core.loader.entrez- 
Exception Class ubic.gemma.core.loader.entrez.EntrezExceptionclass EntrezException extends RuntimeException implements Serializable
 
- 
- 
Package ubic.gemma.core.loader.expression.arrayDesign- 
Class ubic.gemma.core.loader.expression.arrayDesign.Reporterclass 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- 
Class ubic.gemma.core.loader.expression.geo.GeoSampleCorrespondenceclass GeoSampleCorrespondence extends Object implements Serializable- serialVersionUID:
- -5285504953530483114L
 
 
- 
- 
Package ubic.gemma.core.loader.expression.geo.model- 
Class ubic.gemma.core.loader.expression.geo.model.GeoContactclass GeoContact extends Object implements Serializable- serialVersionUID:
- -2042747972349661568L
 - 
Serialized Fields
 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoDataclass GeoData extends Object implements Serializable- 
Serialized Fields- 
columnDescriptionsList<String> columnDescriptions 
- 
columnNamesList<String> columnNames The column names mean different things in different subclasses. For samples, the column names are the "quantitation types". For platforms, they are descriptor names.
- 
contactGeoContact contact 
- 
geoAccessionString geoAccession 
- 
relationsMap<String, Collection<String>> relations 
- 
titleString title 
 
- 
 
- 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoDatasetclass GeoDataset extends GeoData implements Serializable- 
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.GeoPlatformclass 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.GeoRecordclass GeoRecord extends GeoData implements Serializable- 
Serialized Fields- 
contactNameString contactName 
- 
correspondingExperimentsCollection<Long> correspondingExperiments 
- 
librarySourceString librarySource 
- 
libraryStrategyString libraryStrategy 
- 
meshHeadingsCollection<String> meshHeadings MeSh headings, collected from PubMed.
- 
numSamplesint numSamples 
- 
organismsCollection<String> organisms 
- 
overallDesignString overallDesign 
- 
platformString platform 
- 
previousClicksint previousClicks How many times a curator has already looked at the details. this helps us track data sets we've already examined for usefulness.
- 
pubMedIdsList<String> pubMedIds 
- 
releaseDateDate releaseDate 
- 
sampleDataProcessingString sampleDataProcessing 
- 
sampleDescriptionsString sampleDescriptions 
- 
sampleDetailsString sampleDetails 
- 
sampleExtractProtocolsString sampleExtractProtocols 
- 
sampleGEOAccessionsCollection<String> sampleGEOAccessions 
- 
sampleLabelProtocolsString sampleLabelProtocols 
- 
sampleLabelsString sampleLabels 
- 
sampleMoleculesString sampleMolecules 
- 
seriesTypeString seriesType 
- 
subSeriesboolean subSeries 
- 
subSeriesOfString subSeriesOf 
- 
summaryString summary 
- 
superSeriesboolean superSeries 
- 
usableboolean usable Curator judgement about whether this is loadable. False indicates a problem.
 
- 
 
- 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoSampleclass GeoSample extends GeoData implements Serializable- 
Serialized Fields- 
anchorString anchor 
- 
channelsList<GeoChannel> channels 
- 
dataProcessingString dataProcessing 
- 
descriptionString description 
- 
hybProtocolString hybProtocol 
- 
idString id 
- 
isGenePixboolean isGenePix 
- 
lastUpdateDateString lastUpdateDate 
- 
libSourceGeoLibrarySource libSource 
- 
libStrategyGeoLibraryStrategy libStrategy 
- 
mightNotHaveDataInFileboolean mightNotHaveDataInFile Indicate if the data might be separate, as for some RNA-seq studies.
- 
platformsCollection<GeoPlatform> platforms 
- 
replicatesCollection<GeoReplication> replicates 
- 
scanProtocolString scanProtocol 
- 
seriesAppearsInCollection<String> seriesAppearsIn 
- 
statusString status 
- 
submissionDateString submissionDate 
- 
supplementaryFilesCollection<String> supplementaryFiles 
- 
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
- 
typeGeoSampleType type The sample type (ie. DNA, RNA, etc.)
- 
variablesCollection<GeoVariable> variables 
- 
warnedAboutGenePixboolean warnedAboutGenePix 
 
- 
 
- 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoSeriesclass GeoSeries extends GeoData implements Serializable- 
Serialized Fields- 
contributorsCollection<GeoContact> contributors 
- 
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<GeoSeriesType> seriesTypes 
- 
statusString status 
- 
submissionDateString submissionDate 
- 
subSeriesCollection<String> subSeries 
- 
summariesList<String> summaries 
- 
supplementaryFilesCollection<String> supplementaryFiles 
- 
valuesGeoValues values 
- 
variablesMap<Integer, GeoVariable> variables 
- 
webLinksCollection<String> webLinks 
 
- 
 
- 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoSubsetclass GeoSubset extends GeoData implements Serializable- 
Serialized Fields- 
dataSetString dataSet 
- 
descriptionString description 
- 
owningDatasetGeoDataset owningDataset 
- 
samplesCollection<GeoSample> samples 
- 
typeGeoVariable.VariableType type 
 
- 
 
- 
- 
Class ubic.gemma.core.loader.expression.geo.model.GeoValuesclass GeoValues extends Object implements Serializable- serialVersionUID:
- 3748363645735281578L
 - 
Serialized Fields- 
dataMap<GeoPlatform, Map<Integer, Map<String, List<String>>>> 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.singleCell- 
Exception Class ubic.gemma.core.loader.expression.geo.singleCell.NoSingleCellDataFoundExceptionclass NoSingleCellDataFoundException extends Exception implements Serializable
 
- 
- 
Package ubic.gemma.core.loader.expression.simple.model- 
Class ubic.gemma.core.loader.expression.simple.model.SimpleCharacteristicclass SimpleCharacteristic extends Object implements Serializable
- 
Class ubic.gemma.core.loader.expression.simple.model.SimpleContactMetadataclass SimpleContactMetadata extends Object implements Serializable
- 
Class ubic.gemma.core.loader.expression.simple.model.SimpleDatabaseEntryclass SimpleDatabaseEntry extends Object implements Serializable
- 
Class ubic.gemma.core.loader.expression.simple.model.SimpleExpressionExperimentMetadataclass SimpleExpressionExperimentMetadata extends Object implements Serializable- 
Serialized Fields- 
accessionSimpleDatabaseEntry accession 
- 
arrayDesignsCollection<SimplePlatformMetadata> arrayDesigns Platforms associated to the experiments.Once declared here, they may be referred to in SimpleExpressionExperimentMetadata.samples.
- 
descriptionString description 
- 
experimentalDesignDescriptionString experimentalDesignDescription 
- 
experimentalDesignNameString experimentalDesignName 
- 
nameString name 
- 
probeIdsAreImageClonesboolean probeIdsAreImageClones If true, biological characteristics imaging the probes will be created.
- 
pubMedIdString pubMedId PubMed identifier.
- 
quantitationTypeSimpleQuantitationTypeMetadata quantitationType Required if data is provided.
- 
samplesCollection<SimpleSampleMetadata> samples Samples to be associated with this experiment.If left unset, the assays will be inferred from the data file. 
- 
shortNameString shortName 
- 
sourceString source 
- 
taxonSimpleTaxonMetadata taxon 
 
- 
 
- 
- 
Class ubic.gemma.core.loader.expression.simple.model.SimplePlatformMetadataclass SimplePlatformMetadata extends Object implements Serializable- 
Serialized Fields- 
descriptionString description 
- 
idLong id 
- 
nameString name 
- 
shortNameString shortName 
- 
technologyTypeTechnologyType technologyType 
 
- 
 
- 
- 
Class ubic.gemma.core.loader.expression.simple.model.SimpleQuantitationTypeMetadataclass SimpleQuantitationTypeMetadata extends Object implements Serializable- 
Serialized Fields- 
descriptionString description 
- 
generalTypeGeneralType generalType 
- 
isBatchCorrectedBoolean isBatchCorrected 
- 
isPreferredBoolean isPreferred 
- 
isRatioBoolean isRatio 
- 
nameString name 
- 
representationPrimitiveType representation 
- 
scaleScaleType scale 
- 
typeStandardQuantitationType type 
 
- 
 
- 
- 
Class ubic.gemma.core.loader.expression.simple.model.SimpleSampleMetadataclass SimpleSampleMetadata extends Object implements Serializable- 
Serialized Fields- 
accessionSimpleDatabaseEntry accession 
- 
characteristicsCollection<SimpleCharacteristic> characteristics 
- 
descriptionString description 
- 
nameString name 
- 
platformUsedSimplePlatformMetadata platformUsed 
 
- 
 
- 
- 
Class ubic.gemma.core.loader.expression.simple.model.SimpleTaxonMetadataclass SimpleTaxonMetadata extends Object implements Serializable
 
- 
- 
Package ubic.gemma.core.loader.util- 
Exception Class ubic.gemma.core.loader.util.AlreadyExistsInSystemExceptionclass AlreadyExistsInSystemException extends RuntimeException implements Serializable- serialVersionUID:
- 5677999264920938691L
 - 
Serialized Fields- 
dataObject data 
 
- 
 
 
- 
- 
Package ubic.gemma.core.loader.util.anndata- 
Exception Class ubic.gemma.core.loader.util.anndata.AnnDataExceptionclass AnnDataException extends RuntimeException implements Serializable
- 
Exception Class ubic.gemma.core.loader.util.anndata.InvalidEncodingAttributeExceptionclass InvalidEncodingAttributeException extends AnnDataException implements Serializable
- 
Exception Class ubic.gemma.core.loader.util.anndata.MissingEncodingAttributeExceptionclass MissingEncodingAttributeException extends AnnDataException implements Serializable
 
- 
- 
Package ubic.gemma.core.loader.util.biomart- 
Class ubic.gemma.core.loader.util.biomart.Ensembl2NcbiValueObjectclass Ensembl2NcbiValueObject extends Object implements Serializable- serialVersionUID:
- -859220901359582113L
 
 
- 
- 
Package ubic.gemma.core.loader.util.hdf5- 
Exception Class ubic.gemma.core.loader.util.hdf5.H5Exceptionclass H5Exception extends RuntimeException implements Serializable- 
Serialized Fields- 
causehdf.hdf5lib.exceptions.HDF5Exception cause 
 
- 
 
- 
- 
Exception Class ubic.gemma.core.loader.util.hdf5.TruncatedH5FileExceptionclass TruncatedH5FileException extends IOException implements Serializable
 
- 
- 
Package ubic.gemma.core.loader.util.parser- 
Exception Class ubic.gemma.core.loader.util.parser.FileFormatExceptionclass FileFormatException extends RuntimeException implements Serializable- serialVersionUID:
- -1984918923089214361L
 
 
- 
- 
Package ubic.gemma.core.search- 
Exception Class ubic.gemma.core.search.BaseCodeOntologySearchExceptionclass BaseCodeOntologySearchException extends SearchException implements Serializable- 
Serialized Fields- 
causeOntologySearchException cause 
 
- 
 
- 
- 
Exception Class ubic.gemma.core.search.ParseSearchExceptionclass ParseSearchException extends SearchException implements Serializable- 
Serialized Fields- 
originalParseExceptionParseSearchException originalParseException 
- 
queryString query 
 
- 
 
- 
- 
Exception Class ubic.gemma.core.search.SearchExceptionclass SearchException extends Exception implements Serializable
- 
Exception Class ubic.gemma.core.search.SearchTimeoutExceptionclass SearchTimeoutException extends SearchException implements Serializable- 
Serialized Fields- 
causeTimeoutException cause 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.search.lucene- 
Exception Class ubic.gemma.core.search.lucene.LuceneParseSearchExceptionclass LuceneParseSearchException extends ParseSearchException implements Serializable
 
- 
- 
Package ubic.gemma.core.search.source- 
Exception Class ubic.gemma.core.search.source.HibernateSearchExceptionclass HibernateSearchException extends SearchException implements Serializable- 
Serialized Fields- 
causeorg.hibernate.search.SearchException cause 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.tasks- 
Class ubic.gemma.core.tasks.EntityTaskCommandclass EntityTaskCommand extends TaskCommand implements Serializable- 
Serialized Fields- 
entityClassClass<T extends Identifiable> entityClass 
- 
entityIdLong entityId 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.core.tasks.analysis.coexp- 
Class ubic.gemma.core.tasks.analysis.coexp.LinkAnalysisTaskCommandclass 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.DifferentialExpressionAnalysisRemoveTaskCommandclass DifferentialExpressionAnalysisRemoveTaskCommand extends DifferentialExpressionAnalysisTaskCommand implements Serializable- serialVersionUID:
- -6881129987842634598L
 - 
Serialized Fields- 
toRemoveDifferentialExpressionAnalysis toRemove 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskCommandclass DifferentialExpressionAnalysisTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
analysisTypeAnalysisType 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.DiffExMetaAnalyzerTaskCommandclass 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.BatchInfoFetchTaskCommandclass BatchInfoFetchTaskCommand extends ExpressionExperimentReportTaskCommand implements Serializable- serialVersionUID:
- -1901958943061377082L
 
- 
Class ubic.gemma.core.tasks.analysis.expression.BioAssayOutlierProcessingTaskCommandclass BioAssayOutlierProcessingTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 3083077516188614790L
 - 
Serialized Fields- 
bioAssayIdsCollection<Long> bioAssayIds 
- 
revertboolean revert 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.expression.ExpressionExperimentLoadTaskCommandclass 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.PreprocessTaskCommandclass PreprocessTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
diagnosticsOnlyboolean diagnosticsOnly 
- 
expressionExperimentExpressionExperiment expressionExperiment 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.expression.SvdTaskCommandclass SvdTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
expressionExperimentExpressionExperiment expressionExperiment 
- 
postProcessOnlyboolean postProcessOnly 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.expression.TwoChannelMissingValueTaskCommandclass TwoChannelMissingValueTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
expressionExperimentExpressionExperiment expressionExperiment 
- 
extraMissingValueIndicatorsCollection<Double> extraMissingValueIndicators 
- 
s2ndouble s2n 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.expression.UpdateEEDetailsCommandclass UpdateEEDetailsCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.core.tasks.analysis.expression.UpdatePubMedCommandclass UpdatePubMedCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package ubic.gemma.core.tasks.analysis.sequence- 
Class ubic.gemma.core.tasks.analysis.sequence.ArrayDesignProbeMapTaskCommandclass ArrayDesignProbeMapTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
arrayDesignArrayDesign arrayDesign 
- 
forceAnalysisboolean forceAnalysis 
 
- 
 
- 
Class ubic.gemma.core.tasks.analysis.sequence.ArrayDesignRepeatScanTaskCommandclass ArrayDesignRepeatScanTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
arrayDesignArrayDesign arrayDesign 
 
- 
 
 
- 
- 
Package ubic.gemma.core.tasks.maintenance- 
Class ubic.gemma.core.tasks.maintenance.CharacteristicUpdateCommandclass 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.ExpressionExperimentReportTaskCommandclass ExpressionExperimentReportTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allboolean all 
- 
expressionExperimentExpressionExperiment expressionExperiment 
 
- 
 
- 
Class ubic.gemma.core.tasks.maintenance.IndexerTaskCommandclass 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.DifferentialExpressionAnalysisResultSetVisualizationValueObjectclass 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.DifferentialExpressionGenesConditionsValueObjectclass 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.DifferentialExpressionSearchTaskCommandclass DifferentialExpressionSearchTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- -8510536003059837349L
 - 
Serialized Fields- 
experimentGroupCollection<ExpressionExperimentDetailsValueObject> experimentGroup 
- 
experimentGroupNameString experimentGroupName 
- 
geneGroupCollection<GeneValueObject> geneGroup 
- 
geneGroupNameString geneGroupName 
 
- 
 
 
- 
- 
Package ubic.gemma.core.util- 
Exception Class ubic.gemma.core.util.GemmaRestApiClientExceptionclass GemmaRestApiClientException extends RuntimeException implements Serializable
 
- 
- 
Package ubic.gemma.core.visualization- 
Class ubic.gemma.core.visualization.ExpressionDataHeatmapclass ExpressionDataHeatmap extends Object implements Serializable- 
Serialized Fields- 
assayIndexint[] assayIndex 
- 
assaysList<BioAssay> assays 
- 
bioAssaySetBioAssaySet bioAssaySet 
- 
cellLevelCharacteristicsCellLevelCharacteristics cellLevelCharacteristics 
- 
cellSizeint cellSize 
- 
designElementsSlice<CompositeSequence> designElements 
- 
dimensionBioAssayDimension dimension 
- 
focusedCellLevelCharacteristicCharacteristic focusedCellLevelCharacteristic 
- 
genesList<Gene> genes List of genes to use for display purposes.
- 
singleCellQuantitationTypeQuantitationType singleCellQuantitationType Quantitation type of the single-cell data this heatmap was generated from, if applicable.
- 
transposeboolean transpose 
- 
vectorsSlice<? extends BulkExpressionDataVector> vectors 
 
- 
 
- 
- 
Class ubic.gemma.core.visualization.SingleCellSparsityHeatmapclass SingleCellSparsityHeatmap extends Object implements Serializable- 
Serialized Fields- 
cellSizeint cellSize 
- 
designElementsPerSampleMap<BioAssay, Long> designElementsPerSample 
- 
dimensionBioAssayDimension dimension 
- 
expressionExperimentExpressionExperiment expressionExperiment 
- 
samplesList<BioAssay> samples 
- 
singleCellDimensionSingleCellDimension singleCellDimension 
- 
subSetsList<ExpressionExperimentSubSet> subSets 
- 
transposeboolean transpose 
- 
typeSingleCellSparsityHeatmap.SingleCellHeatmapType type 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.analysis- 
Class ubic.gemma.model.analysis.AnalysisResultSetValueObjectclass AnalysisResultSetValueObject extends IdentifiableValueObject<R extends AnalysisResultSet<K>> implements Serializable
- 
Class ubic.gemma.model.analysis.AnalysisResultValueObjectclass AnalysisResultValueObject extends IdentifiableValueObject<A extends AnalysisResult> implements Serializable
- 
Class ubic.gemma.model.analysis.AnalysisValueObjectclass AnalysisValueObject extends IdentifiableValueObject<T extends Analysis> implements Serializable- 
Serialized Fields- 
nameString name 
- 
protocolProtocolValueObject protocol 
 
- 
 
- 
- 
Class ubic.gemma.model.analysis.CellTypeAssignmentValueObjectclass CellTypeAssignmentValueObject extends AnalysisValueObject<CellTypeAssignment> implements Serializable- 
Serialized Fields- 
cellTypeIdsList<Long> cellTypeIds A list of IDs, one-per-cell, that refers to one of the cell type labels inCellTypeAssignmentValueObject.cellTypes.nullis used to indicate an unknown cell type.
- 
cellTypesSet<CharacteristicValueObject> cellTypes A set of cell types that are assigned to individual cells.
- 
isPreferredboolean isPreferred Indicate if this assignment is the preferred one.
- 
numberOfAssignedCellsInteger numberOfAssignedCells Indicate how many cells have an assigned cell type, ornullif this information is not available.
 
- 
 
- 
- 
Class ubic.gemma.model.analysis.ProtocolValueObject
 
- 
- 
Package ubic.gemma.model.analysis.expression.diff- 
Class ubic.gemma.model.analysis.expression.diff.ContrastResultValueObjectclass 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.ContrastsValueObjectclass ContrastsValueObject extends Object implements Serializable- 
Serialized Fields- 
contrastsList<ContrastVO> contrasts 
- 
resultIdLong resultId 
 
- 
 
- 
- 
Class ubic.gemma.model.analysis.expression.diff.ContrastVOclass ContrastVO extends Object implements Serializable
- 
Class ubic.gemma.model.analysis.expression.diff.DifferentialExpressionAnalysisResultSetValueObjectclass 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.DifferentialExpressionAnalysisResultValueObjectclass 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.DifferentialExpressionAnalysisValueObjectclass 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.DifferentialExpressionValueObjectclass DifferentialExpressionValueObject extends Object implements Serializable- 
Serialized Fields- 
contrastsContrastsValueObject contrasts 
- 
corrPDouble corrP 
- 
directionDirection direction 
- 
experimentalFactorsCollection<ExperimentalFactorValueObject> experimentalFactors 
- 
expressionExperimentBioAssaySetValueObject 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.DiffExprGeneSearchResultclass DiffExprGeneSearchResult extends Object implements Serializable- serialVersionUID:
- -6199218806972657112L
 
- 
Class ubic.gemma.model.analysis.expression.diff.DiffExResultSetSummaryValueObjectclass 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.GeneDifferentialExpressionMetaAnalysisDetailValueObjectclass GeneDifferentialExpressionMetaAnalysisDetailValueObject extends Object implements Serializable- serialVersionUID:
- 3868004995989355452L
 - 
Serialized Fields- 
includedResultSetsInfoCollection<IncludedResultSetInfoValueObject> includedResultSetsInfo 
- 
numGenesAnalyzedInteger numGenesAnalyzed 
- 
resultsCollection<GeneDifferentialExpressionMetaAnalysisResultValueObject> results 
 
- 
 
- 
Class ubic.gemma.model.analysis.expression.diff.GeneDifferentialExpressionMetaAnalysisResultValueObjectclass GeneDifferentialExpressionMetaAnalysisResultValueObject extends Object implements Serializable- serialVersionUID:
- 6099286095885830140L
 
- 
Class ubic.gemma.model.analysis.expression.diff.IncludedResultSetInfoValueObjectclass IncludedResultSetInfoValueObject extends Object implements Serializable- serialVersionUID:
- -4660741839991839187L
 
 
- 
- 
Package ubic.gemma.model.analysis.sequence- 
Class ubic.gemma.model.analysis.sequence.GeneMappingSummaryclass 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.model.association.coexpression- 
Class ubic.gemma.model.association.coexpression.GeneCoexpressionNodeDegreeValueObjectclass GeneCoexpressionNodeDegreeValueObject extends Object implements Serializable
 
- 
- 
Package ubic.gemma.model.blacklist- 
Class ubic.gemma.model.blacklist.BlacklistedValueObjectclass BlacklistedValueObject extends IdentifiableValueObject<BlacklistedEntity> implements Serializable- serialVersionUID:
- -4817418347388923905L
 
 
- 
- 
Package ubic.gemma.model.common- 
Class ubic.gemma.model.common.BaseValueObjectclass BaseValueObject extends Object implements Serializable- serialVersionUID:
- -5290562301261202171L
 - 
Serialized Fields- 
accessDeniedboolean accessDenied 
- 
errorFoundboolean errorFound 
- 
objectAlreadyRemovedboolean objectAlreadyRemoved 
- 
userNotLoggedInboolean userNotLoggedIn 
- 
valueObjectSerializable valueObject 
 
- 
 
- 
Class ubic.gemma.model.common.IdentifiableValueObjectclass IdentifiableValueObject extends Object implements Serializable- 
Serialized Fields- 
idLong id 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.common.auditAndSecurity- 
Class ubic.gemma.model.common.auditAndSecurity.AuditEventValueObject- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.model.common.auditAndSecurity.GroupAuthorityclass GroupAuthority extends AbstractIdentifiable implements Serializable- 
Serialized Fields- 
authorityString authority 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.common.auditAndSecurity.curation- 
Class ubic.gemma.model.common.auditAndSecurity.curation.AbstractCuratableValueObjectclass AbstractCuratableValueObject extends IdentifiableValueObject<C extends Curatable> implements Serializable- 
Serialized Fields- 
curationNoteString curationNote 
- 
lastNeedsAttentionEventAuditEventValueObject lastNeedsAttentionEvent 
- 
lastNoteUpdateEventAuditEventValueObject lastNoteUpdateEvent 
- 
lastTroubledEventAuditEventValueObject lastTroubledEvent 
- 
lastUpdatedDate lastUpdated 
- 
needsAttentionboolean needsAttention 
- 
troubledboolean troubled 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.common.description- 
Class ubic.gemma.model.common.description.AnnotationValueObject- 
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.BibliographicReferenceValueObjectclass BibliographicReferenceValueObject extends IdentifiableValueObject<BibliographicReference> implements Serializable- 
Serialized Fields- 
abstractTextString abstractText 
- 
authorListString authorList 
- 
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.CharacteristicValueObjectclass 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.CitationValueObjectclass CitationValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.common.description.DatabaseEntryValueObjectclass DatabaseEntryValueObject extends IdentifiableValueObject<DatabaseEntry> implements Serializable- serialVersionUID:
- -527323410580090L
 - 
Serialized Fields- 
accessionString accession 
- 
externalDatabaseExternalDatabaseValueObject externalDatabase 
 
- 
 
- 
Class ubic.gemma.model.common.description.ExternalDatabaseValueObjectclass ExternalDatabaseValueObject extends IdentifiableValueObject<ExternalDatabase> implements Serializable- serialVersionUID:
- -1714429166594162374L
 
 
- 
- 
Package ubic.gemma.model.common.measurement
- 
Package ubic.gemma.model.common.quantitationtype- 
Class ubic.gemma.model.common.quantitationtype.QuantitationTypeValueObjectclass 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 Deprecated.
- 
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.SearchSettingsValueObjectclass 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 
- 
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.ArrayDesignValueObjectclass 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.BioAssayValueObject- 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 
- 
shortNameString shortName 
- 
sourceBioAssayIdLong sourceBioAssayId If this BioAssay has a parent viaBioMaterial.getSourceBioMaterial(), this is the ID.This is context-dependent because the parent depends on which BioAssaySetis under consideration. For example, an experiment could have two sets of EE subsets with distinct parents.
- 
userFlaggedOutlierboolean userFlaggedOutlier 
 
- 
 
 
- 
- 
Package ubic.gemma.model.expression.bioAssayData- 
Class ubic.gemma.model.expression.bioAssayData.BioAssayDimensionValueObjectclass BioAssayDimensionValueObject extends IdentifiableValueObject<BioAssayDimension> implements Serializable- serialVersionUID:
- -8686807689616396835L
 - 
Serialized Fields- 
bioAssaysList<BioAssayValueObject> bioAssays 
- 
descriptionString description Deprecated.
- 
isReorderedboolean isReordered 
- 
isSubsetboolean isSubset 
- 
nameString name Deprecated.
- 
sourceBioAssayDimensionBioAssayDimensionValueObject sourceBioAssayDimension If this is a subset, or a padded, BioAssayDimensionValueObject, the sourceBioAssayDimension is the original.
 
- 
 
- 
Class ubic.gemma.model.expression.bioAssayData.BooleanVectorValueObjectclass BooleanVectorValueObject extends DataVectorValueObject implements Serializable- 
Serialized Fields- 
databoolean[] data 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.bioAssayData.CellLevelCharacteristicsValueObjectclass CellLevelCharacteristicsValueObject extends IdentifiableValueObject<CellLevelCharacteristics> implements Serializable- 
Serialized Fields- 
characteristicIdsList<Long> characteristicIds 
- 
characteristicsSet<CharacteristicValueObject> characteristics 
- 
numberOfAssignedCellsInteger numberOfAssignedCells Indicate how many cells have an assigned characteristic, ornullif this information is not available.
 
- 
 
- 
- 
Class ubic.gemma.model.expression.bioAssayData.DataVectorValueObject- 
Serialized Fields- 
bioAssayDimensionBioAssayDimensionValueObject bioAssayDimension Represents the order of the bioassays for this. It might not be a real (persistent) BioAssayDimension: it might be a subset, or a "padded" one.
- 
designElementCompositeSequenceValueObject designElement 
- 
expressionExperimentBioAssaySetValueObject expressionExperiment 
- 
genesCollection<Long> genes 
- 
quantitationTypeQuantitationTypeValueObject quantitationType 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.bioAssayData.DoubleVectorValueObjectclass DoubleVectorValueObject extends DataVectorValueObject implements Serializable- 
Serialized Fields- 
datadouble[] data The data of this vector.
- 
maskedboolean masked Indicate if this vector is "masked", i.e. it is processed.
- 
pvalueDouble pvalue If this vector is associated to a statistical test (i.e. from a DE analysis), this is the P-value.
- 
rankDouble rank 
- 
rankByMaxDouble rankByMax 
- 
rankByMeanDouble rankByMean 
- 
reorganizedboolean reorganized True if the data has been rearranged relative to the bioassay dimension (as a matter of practice the bioassay dimension should be set to null if it is not valid; this boolean is an additional check)
 
- 
 
- 
- 
Class ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObjectclass ExperimentExpressionLevelsValueObject extends Object implements Serializable- 
Serialized Fields- 
datasetIdlong datasetId 
- 
geneExpressionLevelsLinkedList<ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject> geneExpressionLevels 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObjectclass GeneElementExpressionsValueObject extends Object implements Serializable- 
Serialized Fields- 
elementsList<ExperimentExpressionLevelsValueObject.VectorElementValueObject> elements 
- 
geneNcbiIdInteger geneNcbiId 
- 
geneOfficialSymbolString geneOfficialSymbol 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject.VectorElementValueObjectclass VectorElementValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.expression.bioAssayData.SingleCellDimensionValueObjectclass SingleCellDimensionValueObject extends IdentifiableValueObject<SingleCellDimension> implements Serializable- 
Serialized Fields- 
bioAssayIdsList<Long> bioAssayIds A list ofBioAssayIDs that are applicable to the cells.
- 
cellIdsList<String> cellIds Cell identifiers.This may be null if cell IDs are explicitly omitted (i.e. ExpressionExperimentDao.getPreferredSingleCellDimensionWithoutCellIds(ExpressionExperiment)), in which case it will not be serialized in JSON.
- 
cellLevelCharacteristicsSet<CellLevelCharacteristicsValueObject> cellLevelCharacteristics All the other cell-level characteristics.
- 
cellTypeAssignmentsSet<CellTypeAssignmentValueObject> cellTypeAssignments All the cell type assignments.
- 
numberOfCellIdsint numberOfCellIds Number of cells.This is always equal to the length of SingleCellDimensionValueObject.cellIds.
 
- 
 
- 
- 
Class ubic.gemma.model.expression.bioAssayData.SlicedDoubleVectorValueObjectclass SlicedDoubleVectorValueObject extends DoubleVectorValueObject implements Serializable- 
Serialized Fields- 
sourceVectorIdLong sourceVectorId Obtain the ID of the vector from which this slice is derived from.
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.expression.biomaterial- 
Class ubic.gemma.model.expression.biomaterial.BioMaterialValueObject- 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 
- 
sourceBioMaterialIdLong sourceBioMaterialId 
 
- 
 
 
- 
- 
Package ubic.gemma.model.expression.designElement- 
Class ubic.gemma.model.expression.designElement.CompositeSequenceValueObjectclass 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.AbstractFactorValueValueObjectclass 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.
- 
experimentalFactorTypeString experimentalFactorType The experimental factor type.
- 
measurementObjectMeasurementValueObject measurementObject The measurement associated with this factor value.This is named as such to avoid conflict with AbstractFactorValueValueObject.isMeasurement().
- 
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.ExperimentalFactorValueObjectclass 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.ExpressionExperimentDetailsValueObjectclass ExpressionExperimentDetailsValueObject extends ExpressionExperimentValueObject implements Serializable- serialVersionUID:
- -1219449523930648392L
 - 
Serialized Fields- 
arrayDesignsCollection<ArrayDesignValueObject> arrayDesigns 
- 
batchFetchEventTypeString batchFetchEventType 
- 
cellBrowserDatasetNameString cellBrowserDatasetName 
- 
cellBrowserUrlString cellBrowserUrl URL for the Cell Browser, if available.
- 
dateArrayDesignLastUpdatedDate dateArrayDesignLastUpdated The date the platform associated with the experiment was last updated.If there are multiple platforms this should be the date of the most recent modification of them. This is used to help flag experiments that need re-analysis due to changes in the underlying array design(s). 
- 
dateBatchFetchDate dateBatchFetch 
- 
dateCachedDate dateCached The date this object was generated.
- 
dateDifferentialAnalysisDate dateDifferentialAnalysis 
- 
dateLinkAnalysisDate dateLinkAnalysis 
- 
dateMissingValueAnalysisDate dateMissingValueAnalysis 
- 
datePcaAnalysisDate datePcaAnalysis 
- 
dateProcessedDataVectorComputationDate dateProcessedDataVectorComputation 
- 
differentialExpressionAnalysesCollection<DifferentialExpressionAnalysisValueObject> differentialExpressionAnalyses 
- 
expressionExperimentSetsCollection<ExpressionExperimentSetValueObject> expressionExperimentSets EE sets this experiment is part of.
- 
fontString font Font to use when rendering diagnostic plots, etc.
- 
hasBatchInformationboolean hasBatchInformation FIXME: rename this to hasUsableBatchInformation
- 
hasBothIntensitiesboolean hasBothIntensities 
- 
hasCellBrowserboolean hasCellBrowser Indicate if this experiment has a Cell Browser associated with it.
- 
hasCoexpressionAnalysisboolean hasCoexpressionAnalysis 
- 
hasDifferentialExpressionAnalysisboolean hasDifferentialExpressionAnalysis 
- 
hasEitherIntensityboolean hasEitherIntensity Indicate if the experiment has any intensity information available. Relevant for two-channel studies.
- 
hasMultiplePreferredQuantitationTypesboolean hasMultiplePreferredQuantitationTypes 
- 
hasMultipleTechnologyTypesboolean hasMultipleTechnologyTypes 
- 
isReprocessedFromRawDataboolean isReprocessedFromRawData 
- 
isRNASeqboolean isRNASeq 
- 
isSingleCellboolean isSingleCell Indicate if this experiment is a single-cell experiment.
- 
lastArrayDesignUpdateDateString lastArrayDesignUpdateDate 
- 
linkAnalysisEventTypeString linkAnalysisEventType 
- 
missingValueAnalysisEventTypeString missingValueAnalysisEventType 
- 
numAnnotationsLong numAnnotations The number of terms (Characteristics) the experiment has to describe it.
- 
numberOfCellIdsInteger numberOfCellIds The number of cell IDs that the preferred single-cell dimension has.- See Also:
 
- 
numberOfCellsInteger numberOfCells The number of cells this experiment has.- See Also:
 
- 
numPopulatedFactorsLong numPopulatedFactors The number of experimental factors the experiment has (counting those that are populated with biomaterials).
- 
originalPlatformsCollection<ArrayDesignValueObject> originalPlatforms 
- 
otherPartsCollection<ExpressionExperimentValueObject> otherParts Experiments that are related to this one via the splitting of a source experiment.
- 
pcaAnalysisEventTypeString pcaAnalysisEventType 
- 
primaryCitationCitationValueObject primaryCitation 
- 
processedDataVectorComputationEventTypeString processedDataVectorComputationEventType 
- 
pubmedIdInteger pubmedId 
- 
QChtmlString QChtml 
- 
sampleRemovedFlagsCollection<AuditEventValueObject> sampleRemovedFlags Details of samples that were removed (or marked as outliers). This can happen multiple times in the life of data set, so this is a collection of AuditEvents.
- 
secondaryAccessionString secondaryAccession Identifier in a second database, if available. For example, if the data are in GEO and in ArrayExpress, this might be a link to the ArrayExpress version.
- 
secondaryExternalDatabaseString secondaryExternalDatabase 
- 
secondaryExternalUriString secondaryExternalUri 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.ExpressionExperimentSetValueObjectclass 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.ExpressionExperimentSubsetValueObjectclass ExpressionExperimentSubsetValueObject extends IdentifiableValueObject<ExpressionExperimentSubSet> implements Serializable- 
Serialized Fields- 
accessionString accession Deprecated.Do not use, there's never been an accession field in the data model.
- 
bioAssaysCollection<BioAssayValueObject> bioAssays 
- 
characteristicsCollection<CharacteristicValueObject> characteristics 
- 
descriptionString description 
- 
isPublicboolean isPublic 
- 
isSharedboolean isShared 
- 
minPvalueDouble minPvalue 
- 
nameString name 
- 
numberOfBioAssaysInteger numberOfBioAssays 
- 
sourceExperimentIdLong sourceExperimentId The ID of theExpressionExperimentthis is a subset of.
- 
sourceExperimentShortNameString sourceExperimentShortName The short name of theExpressionExperimentthis is a subset of.
- 
userCanWriteboolean userCanWrite 
- 
userOwnedboolean userOwned 
 
- 
 
- 
- 
Class ubic.gemma.model.expression.experiment.ExpressionExperimentValueObjectclass 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 
- 
characteristicsSet<CharacteristicValueObject> characteristics 
- 
descriptionString description 
- 
experimentalDesignLong experimentalDesign 
- 
externalDatabaseString externalDatabase 
- 
externalDatabaseUriString externalDatabaseUri 
- 
externalUriString externalUri 
- 
geeqGeeqValueObject geeq 
- 
isPublicboolean isPublic 
- 
isSharedboolean isShared 
- 
metadataString metadata 
- 
minPvalueDouble minPvalue 
- 
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 
- 
userCanWriteboolean userCanWrite 
- 
userOwnedboolean userOwned 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.FactorValueBasicValueObjectclass FactorValueBasicValueObject extends AbstractFactorValueValueObject implements Serializable- serialVersionUID:
- 3378801249808036785L
 - 
Serialized Fields- 
valueString value Deprecated.use eitherAbstractFactorValueValueObject.getCharacteristics()orinvalid reference#getMeasurement()
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.FactorValueValueObjectclass 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.FreeTextExpressionExperimentResultsValueObjectclass FreeTextExpressionExperimentResultsValueObject extends SessionBoundExpressionExperimentSetValueObject implements Serializable- serialVersionUID:
- 3557304710219740029L
 - 
Serialized Fields- 
queryStringString queryString 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.GeeqAdminValueObjectclass 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- 
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.SessionBoundExpressionExperimentSetValueObjectclass SessionBoundExpressionExperimentSetValueObject extends ExpressionExperimentSetValueObject implements Serializable- serialVersionUID:
- 2068650886972222818L
 - 
Serialized Fields- 
modifiedboolean modified 
 
- 
 
- 
Class ubic.gemma.model.expression.experiment.StatementValueObject- 
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.GeneOntologyTermValueObjectclass GeneOntologyTermValueObject extends Object implements Serializable
- 
Class ubic.gemma.model.genome.PhysicalLocationValueObjectclass PhysicalLocationValueObject extends IdentifiableValueObject<PhysicalLocation> implements Serializable
- 
Class ubic.gemma.model.genome.TaxonValueObject
 
- 
- 
Package ubic.gemma.model.genome.gene- 
Class ubic.gemma.model.genome.gene.DatabaseBackedGeneSetValueObjectclass DatabaseBackedGeneSetValueObject extends GeneSetValueObject implements Serializable- serialVersionUID:
- -1360523793656012770L
 
- 
Class ubic.gemma.model.genome.gene.FreeTextGeneResultsValueObjectclass FreeTextGeneResultsValueObject extends SessionBoundGeneSetValueObject implements Serializable- serialVersionUID:
- 3557304710219740029L
 - 
Serialized Fields- 
queryStringString queryString 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.GeneProductValueObject- serialVersionUID:
- 1156628868995566223L
 
- 
Class ubic.gemma.model.genome.gene.GeneSetValueObject- 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- 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 
- 
platformCountInteger platformCount 
- 
scoreDouble score 
- 
taxonTaxonValueObject taxon 
 
- 
 
- 
Class ubic.gemma.model.genome.gene.GOGroupValueObjectclass GOGroupValueObject extends SessionBoundGeneSetValueObject implements Serializable- serialVersionUID:
- -185326197992950287L
 
- 
Class ubic.gemma.model.genome.gene.SessionBoundGeneSetValueObjectclass SessionBoundGeneSetValueObject extends GeneSetValueObject implements Serializable- serialVersionUID:
- 5073203626044664184L
 - 
Serialized Fields- 
modifiedboolean modified 
 
- 
 
 
- 
- 
Package ubic.gemma.model.genome.sequenceAnalysis- 
Class ubic.gemma.model.genome.sequenceAnalysis.BioSequenceValueObject- 
Serialized Fields- 
descriptionString description 
- 
fractionRepeatsDouble fractionRepeats 
- 
lengthLong length 
- 
nameString name 
- 
sequenceString sequence 
- 
sequenceDatabaseEntryDatabaseEntryValueObject sequenceDatabaseEntry 
- 
taxonTaxonValueObject taxon 
- 
typeSequenceTypeValueObject type 
 
- 
 
- 
- 
Class ubic.gemma.model.genome.sequenceAnalysis.BlatResultValueObject- 
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.SequenceTypeValueObjectclass SequenceTypeValueObject extends Object implements Serializable- 
Serialized Fields- 
valueString value 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.model.util- 
Exception Class ubic.gemma.model.util.UninitializedCollectionExceptionclass UninitializedCollectionException extends RuntimeException implements Serializable
 
- 
- 
Package ubic.gemma.persistence.hibernate- 
Class ubic.gemma.persistence.hibernate.HibernateTransactionManagerclass HibernateTransactionManager extends org.springframework.orm.hibernate4.HibernateTransactionManager implements Serializable
- 
Class ubic.gemma.persistence.hibernate.LocalSessionFactoryBuilderclass LocalSessionFactoryBuilder extends org.springframework.orm.hibernate4.LocalSessionFactoryBuilder implements Serializable
- 
Class ubic.gemma.persistence.hibernate.XSDEntityResolverclass XSDEntityResolver extends DTDEntityResolver implements Serializable
 
- 
- 
Package ubic.gemma.persistence.service.analysis.expression.diff- 
Class ubic.gemma.persistence.service.analysis.expression.diff.MissingResultclass MissingResult extends DiffExprGeneSearchResult implements Serializable- serialVersionUID:
- -2868418055346274525L
 
- 
Class ubic.gemma.persistence.service.analysis.expression.diff.NonRetainedResultclass NonRetainedResult extends DiffExprGeneSearchResult implements Serializable- serialVersionUID:
- 3501605965895623139L
 
 
- 
- 
Package ubic.gemma.persistence.service.association.coexpression- 
Class ubic.gemma.persistence.service.association.coexpression.CoexpressionCacheValueObjectclass 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.CoexpressionValueObjectclass 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- 
Exception Class ubic.gemma.persistence.service.common.quantitationtype.NonUniqueQuantitationTypeByNameExceptionclass NonUniqueQuantitationTypeByNameException extends Exception implements Serializable
 
- 
- 
Package ubic.gemma.persistence.service.expression.experiment- 
Exception Class ubic.gemma.persistence.service.expression.experiment.FactorValueMigratorService.MigrationFailedExceptionclass MigrationFailedException extends RuntimeException implements Serializable- 
Serialized Fields- 
migrationFactorValueMigratorService.Migration migration 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.persistence.service.maintenance- 
Class ubic.gemma.persistence.service.maintenance.Gene2CsStatusclass Gene2CsStatus extends Object implements Serializable- serialVersionUID:
- 1956861185764899312L
 
 
- 
- 
Package ubic.gemma.rest- 
Class ubic.gemma.rest.DatasetsWebService.AnnotationWithUsageStatisticsValueObjectclass 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.ArrayDesignWithUsageStatisticsValueObjectclass ArrayDesignWithUsageStatisticsValueObject extends ArrayDesignValueObject implements Serializable- 
Serialized Fields- 
numberOfExpressionExperimentsForTechnologyTypeLong numberOfExpressionExperimentsForTechnologyType 
 
- 
 
- 
- 
Class ubic.gemma.rest.DatasetsWebService.DifferentialExpressionAnalysisResultByGeneValueObjectclass 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.ExpressionExperimentSubsetWithFactorValuesObjectclass ExpressionExperimentSubsetWithFactorValuesObject extends ExpressionExperimentSubsetValueObject implements Serializable- 
Serialized Fields- 
factorValuesList<FactorValueBasicValueObject> factorValues 
 
- 
 
- 
- 
Class ubic.gemma.rest.DatasetsWebService.ExpressionExperimentSubSetWithGroupsValueObjectclass ExpressionExperimentSubSetWithGroupsValueObject extends ExpressionExperimentSubsetValueObject implements Serializable
- 
Class ubic.gemma.rest.DatasetsWebService.ExpressionExperimentWithSearchResultValueObjectclass ExpressionExperimentWithSearchResultValueObject extends ExpressionExperimentValueObject implements Serializable- 
Serialized Fields- 
searchResultSearchWebService.SearchResultValueObject<ExpressionExperimentValueObject> searchResult 
 
- 
 
- 
- 
Class ubic.gemma.rest.DatasetsWebService.TaxonWithUsageStatisticsValueObjectclass TaxonWithUsageStatisticsValueObject extends TaxonValueObject implements Serializable- 
Serialized Fields- 
numberOfExpressionExperimentsLong numberOfExpressionExperiments 
 
- 
 
- 
 
- 
- 
Package ubic.gemma.rest.serializers- 
Class ubic.gemma.rest.serializers.AbstractFactorValueValueObjectSerializerclass AbstractFactorValueValueObjectSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<T extends AbstractFactorValueValueObject> implements Serializable
- 
Class ubic.gemma.rest.serializers.FactorValueBasicValueObjectSerializerclass FactorValueBasicValueObjectSerializer extends AbstractFactorValueValueObjectSerializer<FactorValueBasicValueObject> implements Serializable
- 
Class ubic.gemma.rest.serializers.FactorValueValueObjectSerializerclass FactorValueValueObjectSerializer extends AbstractFactorValueValueObjectSerializer<FactorValueValueObject> implements Serializable
 
- 
- 
Package ubic.gemma.rest.util- 
Exception Class ubic.gemma.rest.util.EntityNotFoundExceptionclass EntityNotFoundException extends Exception implements Serializable
- 
Exception Class ubic.gemma.rest.util.MalformedArgExceptionclass MalformedArgException extends javax.ws.rs.BadRequestException implements Serializable
 
- 
- 
Package ubic.gemma.web.controller.analysis.expression.coexpression- 
Class ubic.gemma.web.controller.analysis.expression.coexpression.CoexSearchTaskCommandclass CoexSearchTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
searchOptionsCoexpressionSearchCommand searchOptions 
 
- 
 
 
- 
- 
Package ubic.gemma.web.controller.analysis.expression.diff- 
Class ubic.gemma.web.controller.analysis.expression.diff.DiffExpressionSearchCommandclass 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.common.auditAndSecurity- 
Class ubic.gemma.web.controller.common.auditAndSecurity.FileUploadclass FileUpload extends Object implements Serializable- serialVersionUID:
- 537156568346654834L
 - 
Serialized Fields- 
filebyte[] file 
- 
localPathString localPath 
 
- 
 
- 
Class ubic.gemma.web.controller.common.auditAndSecurity.SidValueObjectclass SidValueObject extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
authorityString authority 
- 
principalboolean principal 
 
- 
 
 
- 
- 
Package ubic.gemma.web.controller.common.auditAndSecurity.recaptcha- 
Exception Class ubic.gemma.web.controller.common.auditAndSecurity.recaptcha.ReCaptchaExceptionclass ReCaptchaException extends RuntimeException implements Serializable
 
- 
- 
Package ubic.gemma.web.controller.expression.arrayDesign- 
Class ubic.gemma.web.controller.expression.arrayDesign.ArrayDesignValueObjectExtclass 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.DesignMatrixRowValueObjectclass DesignMatrixRowValueObject extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.web.controller.expression.experiment.ExperimentalFactorValueWebUIObjectclass ExperimentalFactorValueWebUIObject extends ExperimentalFactorValueObject implements Serializable- 
Serialized Fields- 
bioMaterialCharacteristicCategoryToUseString bioMaterialCharacteristicCategoryToUse 
 
- 
 
- 
- 
Class ubic.gemma.web.controller.expression.experiment.ExpressionExperimentDataFetchCommandclass ExpressionExperimentDataFetchCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 
- 
Class ubic.gemma.web.controller.expression.experiment.ExpressionExperimentEditValueObjectclass ExpressionExperimentEditValueObject extends ExpressionExperimentDetailsValueObject implements Serializable- serialVersionUID:
- 1630521876359566915L
 - 
Serialized Fields- 
bioAssaysCollection<BioAssayValueObject> bioAssays 
- 
quantitationTypesCollection<QuantitationTypeValueObject> quantitationTypes 
 
- 
 
- 
Class ubic.gemma.web.controller.expression.experiment.ExpressionExperimentUploadResponseclass ExpressionExperimentUploadResponse extends Object implements Serializable
- 
Class ubic.gemma.web.controller.expression.experiment.SimpleExpressionExperimentCommandValidationclass SimpleExpressionExperimentCommandValidation extends Object implements Serializable- 
Serialized Fields- 
arrayDesignMatchesDataFileboolean arrayDesignMatchesDataFile 
- 
arrayDesignMismatchProblemMessageString arrayDesignMismatchProblemMessage 
- 
dataFileFormatProblemMessageString dataFileFormatProblemMessage 
- 
dataFileIsValidFormatboolean dataFileIsValidFormat 
- 
isValidboolean isValid 
- 
nonMatchingProbeNameExamplesCollection<String> nonMatchingProbeNameExamples 
- 
numberMatchingProbesint numberMatchingProbes 
- 
numberOfNonMatchingProbesint numberOfNonMatchingProbes 
- 
numColumnsint numColumns 
- 
numRowsint numRows 
- 
otherProblemsMessageString otherProblemsMessage 
- 
quantitationTypeIsValidboolean quantitationTypeIsValid 
- 
quantitationTypeProblemMessageString quantitationTypeProblemMessage 
- 
shortNameIsUniqueboolean shortNameIsUnique 
 
- 
 
- 
- 
Class ubic.gemma.web.controller.expression.experiment.SimpleExpressionExperimentLoadTaskCommandclass SimpleExpressionExperimentLoadTaskCommand extends TaskCommand implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
arrayDesignIdsCollection<Long> arrayDesignIds 
- 
descriptionString description 
- 
isRatioBoolean isRatio 
- 
nameString name 
- 
originalFileNameString originalFileName 
- 
pubMedIdInteger pubMedId 
- 
quantitationTypeDescriptionString quantitationTypeDescription 
- 
quantitationTypeNameString quantitationTypeName 
- 
scaleScaleType scale 
- 
serverFilePathString serverFilePath 
- 
shortNameString shortName 
- 
taxonIdLong taxonId 
- 
validateOnlyboolean validateOnly 
 
- 
 
 
- 
- 
Package ubic.gemma.web.controller.job- 
Class ubic.gemma.web.controller.job.SubmittedTaskValueObjectclass 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.web.controller.persistence- 
Class ubic.gemma.web.controller.persistence.AbstractSetListContainerclass AbstractSetListContainer extends Object implements Serializable- serialVersionUID:
- -7207696842986893748L
 - 
Serialized Fields- 
allSessionBoundGroupsList<GemmaSessionBackedValueObject> allSessionBoundGroups 
- 
largestSessionIdLong largestSessionId 
- 
sessionBoundModifiedGroupsList<GemmaSessionBackedValueObject> sessionBoundModifiedGroups 
 
- 
 
- 
Class ubic.gemma.web.controller.persistence.ExperimentSetListContainerclass ExperimentSetListContainer extends AbstractSetListContainer implements Serializable- serialVersionUID:
- 2031936160381488016L
 
- 
Class ubic.gemma.web.controller.persistence.GeneSetListContainerclass GeneSetListContainer extends AbstractSetListContainer implements Serializable- serialVersionUID:
- 2163440335723257830L
 
 
- 
- 
Package ubic.gemma.web.controller.util- 
Exception Class ubic.gemma.web.controller.util.EntityNotFoundExceptionclass EntityNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- -4361183252269974819L
 
 
- 
- 
Package ubic.gemma.web.controller.util.upload- 
Class ubic.gemma.web.controller.util.upload.CommonsMultipartFileclass CommonsMultipartFile extends Object implements Serializable- serialVersionUID:
- 6483196912349343465L
 - 
Serialized Fields- 
fileItemorg.apache.commons.fileupload.FileItem fileItem Deprecated.
- 
sizelong size Deprecated.
 
- 
 
- 
Class ubic.gemma.web.controller.util.upload.UploadInfoclass UploadInfo extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bytesReadlong bytesRead 
- 
fileIndexint fileIndex 
- 
statusString status 
- 
totalSizelong totalSize 
 
- 
 
 
- 
- 
Package ubic.gemma.web.controller.visualization- 
Class ubic.gemma.web.controller.visualization.ExpressionExperimentVisualizationCommandclass 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.taglib- 
Class ubic.gemma.web.taglib.AbstractHtmlElementTagclass AbstractHtmlElementTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable
- 
Class ubic.gemma.web.taglib.AbstractStaticAssetTagclass AbstractStaticAssetTag extends AbstractHtmlElementTag implements Serializable
- 
Class ubic.gemma.web.taglib.CharacteristicTagclass CharacteristicTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable- 
Serialized Fields- 
categoryboolean category Only render the category part of the characteristic.
- 
characteristicCharacteristic characteristic Characteristic to generate the tag for.
- 
externalboolean external Generate an external link.The default is to generate an internal link. 
 
- 
 
- 
- 
Class ubic.gemma.web.taglib.ConstantsTagclass ConstantsTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- 4937929483183805421L
 
- 
Class ubic.gemma.web.taglib.DatabaseEntryTagclass DatabaseEntryTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- -8225561718129593445L
 - 
Serialized Fields- 
databaseEntryDatabaseEntryValueObject databaseEntry 
 
- 
 
- 
Class ubic.gemma.web.taglib.EntityLinkTagclass EntityLinkTag extends AbstractHtmlElementTag implements Serializable- 
Serialized Fields- 
dimensionBioAssayDimension dimension 
- 
entityIdentifiable entity 
- 
externalboolean external 
 
- 
 
- 
- 
Class ubic.gemma.web.taglib.FactorValueTagclass FactorValueTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable- 
Serialized Fields- 
factorValueFactorValue factorValue 
 
- 
 
- 
- 
Class ubic.gemma.web.taglib.ImageTagclass ImageTag extends AbstractStaticAssetTag implements Serializable
- 
Class ubic.gemma.web.taglib.OntologyHierarchyTagclass OntologyHierarchyTag extends AbstractHtmlElementTag implements Serializable- 
Serialized Fields- 
ontologyResourceTagOntologyResourceTag ontologyResourceTag 
 
- 
 
- 
- 
Class ubic.gemma.web.taglib.OntologyResourceTagclass OntologyResourceTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable
- 
Class ubic.gemma.web.taglib.ScriptTagclass ScriptTag extends AbstractStaticAssetTag implements Serializable- 
Serialized Fields- 
asyncboolean async 
- 
deferboolean defer 
 
- 
 
- 
- 
Class ubic.gemma.web.taglib.ShortBibliographicReferenceTagclass ShortBibliographicReferenceTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- -7325678534991860679L
 - 
Serialized Fields- 
citationBibliographicReference citation 
 
- 
 
- 
Class ubic.gemma.web.taglib.StyleTagclass StyleTag extends AbstractStaticAssetTag implements Serializable
 
- 
- 
Package ubic.gemma.web.taglib.arrayDesign- 
Class ubic.gemma.web.taglib.arrayDesign.ArrayDesignGroupingTagclass 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.ExceptionTagclass ExceptionTag extends org.springframework.web.servlet.tags.RequestContextAwareTag implements Serializable- serialVersionUID:
- 4323477499674966726L
 - 
Serialized Fields- 
exceptionException exception Exception to display.
- 
showStackTraceboolean showStackTrace Display the stacktrace.Note: the stack trace is never display to non-administrators. 
 
- 
 
 
- 
- 
Package ubic.gemma.web.taglib.expression.experiment- 
Class ubic.gemma.web.taglib.expression.experiment.AbstractHeatmapTagclass AbstractHeatmapTag extends AbstractHtmlElementTag implements Serializable- 
Serialized Fields- 
altString alt Alternative text to use for the image.
- 
heatmapT extends Heatmap heatmap Heatmap to render.
- 
maxHeightint maxHeight Maximum height of the heatmap in pixels.
- 
maxWidthint maxWidth Maximum width of the heatmap in pixels.
- 
showXLabelsboolean showXLabels Display row labels.
- 
showYLabelsboolean showYLabels Display column labels.
- 
useResizeTrickboolean useResizeTrick Use the resize trick to render the heatmap by generating one pixel per cell and scaling it with CSS.
 
- 
 
- 
- 
Class ubic.gemma.web.taglib.expression.experiment.AssayViewTagclass AssayViewTag extends org.springframework.web.servlet.tags.HtmlEscapingAwareTag implements Serializable- 
Serialized Fields- 
bioAssaysCollection<BioAssayValueObject> bioAssays 
- 
currentRowint currentRow 
- 
editboolean edit 
- 
emptyAssaysint emptyAssays 
- 
expressionExperimentIdLong expressionExperimentId 
 
- 
 
- 
- 
Class ubic.gemma.web.taglib.expression.experiment.ExperimentQCTagclass ExperimentQCTag extends AbstractHtmlElementTag implements Serializable- 
Serialized Fields- 
eeManagerIdString eeManagerId DOM ID of the manager for the experiment.
- 
expressionExperimentExpressionExperiment expressionExperiment Expression experiment to display the QC info for.
- 
fontString font Font to use for the rendering diagnostic plots.
- 
hasCorrMatboolean hasCorrMat Indicate if there is a correlation matrix.
- 
hasMeanVarianceboolean hasMeanVariance Indicate if there is a mean-variance relation.
- 
hasPCAboolean hasPCA Indicate if there is a PCA.
- 
hasSingleCellDataboolean hasSingleCellData Indicate if the experiment has single-cell data.
- 
htmlEscapeBoolean htmlEscape 
- 
numFactorsint numFactors How many factors (including batch etc) are available for PCA display?
- 
numOutliersRemovedint numOutliersRemoved Number of outliers removed.
- 
numPcsToDisplayint numPcsToDisplay Number of principal components to display.
- 
numPossibleOutliersint numPossibleOutliers Number of possible outliers.
- 
singleCellSparsityHeatmapSingleCellSparsityHeatmap singleCellSparsityHeatmap Heatmap for single-cell data.This heatmap might not be present if the experiment has not been aggregated. 
 
- 
 
- 
- 
Class ubic.gemma.web.taglib.expression.experiment.ExpressionDataHeatmapTagclass ExpressionDataHeatmapTag extends AbstractHeatmapTag<ExpressionDataHeatmap> implements Serializable
- 
Class ubic.gemma.web.taglib.expression.experiment.SingleCellSparsityHeatmapTagclass SingleCellSparsityHeatmapTag extends AbstractHeatmapTag<SingleCellSparsityHeatmap> implements Serializable- 
Serialized Fields- 
contextPathString contextPath 
- 
htmlEscapeBoolean htmlEscape 
- 
type2AltMap<SingleCellSparsityHeatmap.SingleCellHeatmapType, String> type2Alt 
 
- 
 
- 
 
-