Uses of Class
ubic.gemma.model.expression.arrayDesign.ArrayDesign
Packages that use ArrayDesign
Package
Description
This package contains built-in Gemma CLI applications.
This package contains interfaces and classes for loading expression data.
This package contains classes for loading single cell expression data.
Utilities for mapping
Identifiable
entities to external identifiers.Service for managing blacklisted entities.
Contains classes related to database maintenance.
-
Uses of ArrayDesign in ubic.gemma.apps
Methods in ubic.gemma.apps that return types with arguments of type ArrayDesignModifier and TypeMethodDescriptionprotected Collection
<ArrayDesign> ArrayDesignSequenceManipulatingCli.getArrayDesignsToProcess()
Methods in ubic.gemma.apps with parameters of type ArrayDesignModifier and TypeMethodDescriptionprotected boolean
ArrayDesignSequenceManipulatingCli.isSubsumedOrMerged
(ArrayDesign arrayDesign) protected boolean
ArrayDesignProbeMapperCli.needToRun
(Date skipIfLastRunLaterThan, ArrayDesign arrayDesign, Class<? extends ArrayDesignAnalysisEvent> eventClass) Override to do additional checks to make sure the array design is in a state of readiness for probe mapping.protected boolean
ArrayDesignSequenceManipulatingCli.needToRun
(Date skipIfLastRunLaterThan, ArrayDesign arrayDesign, Class<? extends ArrayDesignAnalysisEvent> eventClass) protected boolean
ArrayDesignSequenceManipulatingCli.shouldRun
(Date skipIfLastRunLaterThan, ArrayDesign design, Class<? extends ArrayDesignAnalysisEvent> cls) protected Serializable
ArrayDesignSequenceManipulatingCli.toBatchObject
(ArrayDesign object) -
Uses of ArrayDesign in ubic.gemma.cli.util
Methods in ubic.gemma.cli.util that return ArrayDesignModifier and TypeMethodDescriptionEntityLocator.locateArrayDesign
(String identifier) EntityLocatorImpl.locateArrayDesign
(String identifier) -
Uses of ArrayDesign in ubic.gemma.core.analysis.preprocess.filter
Constructor parameters in ubic.gemma.core.analysis.preprocess.filter with type arguments of type ArrayDesignModifierConstructorDescriptionExpressionExperimentFilter
(Collection<ArrayDesign> arrayDesignsUsed, FilterConfig config) -
Uses of ArrayDesign in ubic.gemma.core.analysis.report
Methods in ubic.gemma.core.analysis.report that return types with arguments of type ArrayDesignModifier and TypeMethodDescriptionWhatsNew.getNewArrayDesigns()
WhatsNew.getUpdatedArrayDesigns()
-
Uses of ArrayDesign in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence with parameters of type ArrayDesignModifier and TypeMethodDescriptionArrayDesignMapResultService.getSummaryMapValueObjects
(ArrayDesign arrayDesign) ArrayDesignMapResultServiceImpl.getSummaryMapValueObjects
(ArrayDesign arrayDesign) ArrayDesignMapResultService.summarizeMapResults
(ArrayDesign arrayDesign) ArrayDesignMapResultServiceImpl.summarizeMapResults
(ArrayDesign arrayDesign) -
Uses of ArrayDesign in ubic.gemma.core.analysis.service
Methods in ubic.gemma.core.analysis.service with parameters of type ArrayDesignModifier and TypeMethodDescriptionvoid
ArrayDesignAnnotationService.create
(ArrayDesign inputAd, Boolean useGO, boolean deleteOtherFiles) Create (or update) all the annotation files for the given platform.void
ArrayDesignAnnotationServiceImpl.create
(ArrayDesign inputAd, Boolean useGO, boolean deleteOtherFiles) void
ArrayDesignAnnotationService.deleteExistingFiles
(ArrayDesign arrayDesign) void
ArrayDesignAnnotationServiceImpl.deleteExistingFiles
(ArrayDesign ad) ArrayDesignAnnotationService.readAnnotationFile
(ArrayDesign arrayDesign) This tries to read one of the annotation files (noparents, bioprocess or regular) to get the gene information - GO annotations are not part of the result.ArrayDesignAnnotationServiceImpl.readAnnotationFile
(ArrayDesign arrayDesign) -
Uses of ArrayDesign in ubic.gemma.core.loader.expression
Methods in ubic.gemma.core.loader.expression that return ArrayDesignModifier and TypeMethodDescriptionExpressionExperimentPlatformSwitchService.switchExperimentToMergedPlatform
(ExpressionExperiment expExp) Automatically identify an appropriate merged platformMethods in ubic.gemma.core.loader.expression with parameters of type ArrayDesignModifier and TypeMethodDescriptionvoid
DataUpdater.addCountData
(ExpressionExperiment ee, ArrayDesign targetArrayDesign, DoubleMatrix<String, String> countMatrix, DoubleMatrix<String, String> rpkmMatrix, Map<BioAssay, SequencingMetadata> sequencingMetadata, boolean allowMissingSamples) void
DataUpdaterImpl.addCountData
(ExpressionExperiment ee, ArrayDesign targetArrayDesign, DoubleMatrix<String, String> countMatrix, DoubleMatrix<String, String> rpkmMatrix, Map<BioAssay, SequencingMetadata> sequencingMetadata, boolean allowMissingSamples) RNA-seq: Replaces data.void
DataUpdater.addData
(ExpressionExperiment ee, ArrayDesign targetPlatform, ExpressionDataDoubleMatrix data) void
DataUpdaterImpl.addData
(ExpressionExperiment ee, ArrayDesign targetPlatform, ExpressionDataDoubleMatrix data) Generic but in practice used for RNA-seq.void
ExperimentPlatformSwitchHelperService.persist
(ExpressionExperiment expExp, ArrayDesign arrayDesign) void
DataUpdater.replaceData
(ExpressionExperiment ee, ArrayDesign targetPlatform, ExpressionDataDoubleMatrix data) void
DataUpdater.replaceData
(ExpressionExperiment ee, ArrayDesign targetPlatform, QuantitationType qt, DoubleMatrix<String, String> data) void
DataUpdaterImpl.replaceData
(ExpressionExperiment ee, ArrayDesign targetPlatform, ExpressionDataDoubleMatrix data) Replace the data associated with the experiment (or add it if there is none).void
DataUpdaterImpl.replaceData
(ExpressionExperiment ee, ArrayDesign targetPlatform, QuantitationType qt, DoubleMatrix<String, String> data) Replace the data associated with the experiment (or add it if there is none).void
ExpressionExperimentPlatformSwitchService.switchExperimentToArrayDesign
(ExpressionExperiment ee, ArrayDesign arrayDesign) If you know the array designs are already in a merged state, you should use switchExperimentToMergedPlatform -
Uses of ArrayDesign in ubic.gemma.core.loader.expression.arrayDesign
Methods in ubic.gemma.core.loader.expression.arrayDesign that return ArrayDesignModifier and TypeMethodDescriptionArrayDesignMergeService.merge
(ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, String nameOfNewDesign, String shortNameOfNewDesign, boolean add) Merge array designs based on their sequence content.ArrayDesignMergeServiceImpl.merge
(ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, String nameOfNewDesign, String shortNameOfNewDesign, boolean add) ArrayDesignParser.parseOneLine
(String line) Deprecated.ArrayDesignMergeHelperService.persistMerging
(ArrayDesign result, ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, boolean mergeWithExisting, Collection<CompositeSequence> newProbes) Finalize the assembly and persistence of the merged array design.ArrayDesignMergeHelperServiceImpl.persistMerging
(ArrayDesign result, ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, boolean mergeWithExisting, Collection<CompositeSequence> newProbes) Methods in ubic.gemma.core.loader.expression.arrayDesign that return types with arguments of type ArrayDesignMethods in ubic.gemma.core.loader.expression.arrayDesign with parameters of type ArrayDesignModifier and TypeMethodDescriptionprotected void
ArrayDesignParser.addResult
(ArrayDesign obj) Deprecated.void
ArrayDesignProbeMapperService.deleteOldFiles
(ArrayDesign arrayDesign) Delete outdated annotation and associated experiment files.void
ArrayDesignProbeMapperServiceImpl.deleteOldFiles
(ArrayDesign arrayDesign) static Collection
<BioSequence> ArrayDesignSequenceAlignmentServiceImpl.getSequences
(ArrayDesign ad) static Collection
<BioSequence> ArrayDesignSequenceAlignmentServiceImpl.getSequences
(ArrayDesign ad, Taxon taxon) ArrayDesignMergeService.merge
(ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, String nameOfNewDesign, String shortNameOfNewDesign, boolean add) Merge array designs based on their sequence content.ArrayDesignMergeServiceImpl.merge
(ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, String nameOfNewDesign, String shortNameOfNewDesign, boolean add) ArrayDesignMergeHelperService.persistMerging
(ArrayDesign result, ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, boolean mergeWithExisting, Collection<CompositeSequence> newProbes) Finalize the assembly and persistence of the merged array design.ArrayDesignMergeHelperServiceImpl.persistMerging
(ArrayDesign result, ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, boolean mergeWithExisting, Collection<CompositeSequence> newProbes) ArrayDesignSequenceProcessingService.processAffymetrixDesign
(ArrayDesign arrayDesign, InputStream probeSequenceFile, Taxon taxon) Use this to add sequences to an existing Affymetrix design.ArrayDesignSequenceProcessingServiceImpl.processAffymetrixDesign
(ArrayDesign arrayDesign, InputStream probeSequenceFile, Taxon taxon) void
ArrayDesignProbeMapperService.processArrayDesign
(ArrayDesign arrayDesign) Do probe mapping, writing the results to the database and using default settings.void
ArrayDesignProbeMapperService.processArrayDesign
(ArrayDesign arrayDesign, ProbeMapperConfig config, boolean useDB) void
ArrayDesignProbeMapperService.processArrayDesign
(ArrayDesign arrayDesign, Taxon taxon, File source, ExternalDatabase sourceDB, boolean ncbiIds) Annotate an array design using a direct source file.void
ArrayDesignProbeMapperServiceImpl.processArrayDesign
(ArrayDesign arrayDesign) void
ArrayDesignProbeMapperServiceImpl.processArrayDesign
(ArrayDesign arrayDesign, ProbeMapperConfig config, boolean useDB) void
ArrayDesignProbeMapperServiceImpl.processArrayDesign
(ArrayDesign arrayDesign, Taxon taxon, File source, ExternalDatabase sourceDB, boolean ncbiIds) ArrayDesignSequenceAlignmentService.processArrayDesign
(ArrayDesign design) ArrayDesignSequenceAlignmentService.processArrayDesign
(ArrayDesign ad, boolean sensitive) Run blat on all sequences on the array design.ArrayDesignSequenceAlignmentService.processArrayDesign
(ArrayDesign ad, Blat blat) ArrayDesignSequenceAlignmentService.processArrayDesign
(ArrayDesign ad, Taxon taxon, Collection<BlatResult> rawBlatResults) ArrayDesignSequenceAlignmentServiceImpl.processArrayDesign
(ArrayDesign design) ArrayDesignSequenceAlignmentServiceImpl.processArrayDesign
(ArrayDesign design, boolean sensitive) ArrayDesignSequenceAlignmentServiceImpl.processArrayDesign
(ArrayDesign design, Blat blat) ArrayDesignSequenceAlignmentServiceImpl.processArrayDesign
(ArrayDesign ad, Taxon taxon, Collection<BlatResult> rawBlatResults) ArrayDesignSequenceProcessingService.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceFile, InputStream sequenceIdentifierFile, SequenceType sequenceType, Taxon taxon) Read from FASTA file when the sequence file lacks any way to link the sequences back to the probes.ArrayDesignSequenceProcessingService.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceIdentifierFile, String[] databaseNames, Taxon taxon, boolean force) Intended for use with array designs that use sequences that are in genbank, but the accessions need to be assigned after the array is already in the system.ArrayDesignSequenceProcessingService.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceIdentifierFile, String[] databaseNames, Taxon taxon, boolean force, FastaCmd fc) ArrayDesignSequenceProcessingService.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceFile, SequenceType sequenceType) The sequence file must provide an unambiguous way to associate the sequences with design elements on the array.ArrayDesignSequenceProcessingService.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceFile, SequenceType sequenceType, Taxon taxon) The sequence file must provide an unambiguous way to associate the sequences with design elements on the array.ArrayDesignSequenceProcessingService.processArrayDesign
(ArrayDesign arrayDesign, String[] databaseNames, boolean force) For the case where the sequences are retrieved simply by the Genbank accession.ArrayDesignSequenceProcessingService.processArrayDesign
(ArrayDesign arrayDesign, String[] databaseNames, boolean force, FastaCmd fc) Provided primarily for testing.ArrayDesignSequenceProcessingServiceImpl.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceFile, InputStream sequenceIdentifierFile, SequenceType sequenceType, Taxon taxon) ArrayDesignSequenceProcessingServiceImpl.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceIdentifierFile, String[] databaseNames, Taxon taxon, boolean force) ArrayDesignSequenceProcessingServiceImpl.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceIdentifierFile, String[] databaseNames, Taxon taxon, boolean force, FastaCmd fc) ArrayDesignSequenceProcessingServiceImpl.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceFile, SequenceType sequenceType) ArrayDesignSequenceProcessingServiceImpl.processArrayDesign
(ArrayDesign arrayDesign, InputStream sequenceFile, SequenceType sequenceType, Taxon taxon) ArrayDesignSequenceProcessingServiceImpl.processArrayDesign
(ArrayDesign arrayDesign, String[] databaseNames, boolean force) ArrayDesignSequenceProcessingServiceImpl.processArrayDesign
(ArrayDesign arrayDesign, String[] databaseNames, boolean force, FastaCmd fc) ArrayDesignSequenceAlignmentService.validateTaxaForBlatFile
(ArrayDesign arrayDesign, Taxon taxon) If no taxon is supplied then infer it from array.ArrayDesignSequenceAlignmentServiceImpl.validateTaxaForBlatFile
(ArrayDesign arrayDesign, Taxon taxon) ArrayDesignSequenceProcessingService.validateTaxon
(Taxon taxon, ArrayDesign arrayDesign) ArrayDesignSequenceProcessingServiceImpl.validateTaxon
(Taxon taxon, ArrayDesign arrayDesign) If taxon is null then it has not been provided on the command line, then deduce the taxon from the arrayDesign.Method parameters in ubic.gemma.core.loader.expression.arrayDesign with type arguments of type ArrayDesignModifier and TypeMethodDescriptionArrayDesignMergeService.merge
(ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, String nameOfNewDesign, String shortNameOfNewDesign, boolean add) Merge array designs based on their sequence content.ArrayDesignMergeServiceImpl.merge
(ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, String nameOfNewDesign, String shortNameOfNewDesign, boolean add) ArrayDesignMergeHelperService.persistMerging
(ArrayDesign result, ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, boolean mergeWithExisting, Collection<CompositeSequence> newProbes) Finalize the assembly and persistence of the merged array design.ArrayDesignMergeHelperServiceImpl.persistMerging
(ArrayDesign result, ArrayDesign arrayDesign, Collection<ArrayDesign> otherArrayDesigns, boolean mergeWithExisting, Collection<CompositeSequence> newProbes) -
Uses of ArrayDesign in ubic.gemma.core.loader.expression.geo
Methods in ubic.gemma.core.loader.expression.geo that return ArrayDesignModifier and TypeMethodDescriptionGeoConverter.convert
(GeoPlatform geoPlatform) GeoConverterImpl.convert
(GeoPlatform geoPlatform) -
Uses of ArrayDesign in ubic.gemma.core.loader.expression.geo.service
Methods in ubic.gemma.core.loader.expression.geo.service that return ArrayDesignModifier and TypeMethodDescriptionGeoService.addElements
(ArrayDesign targetPlatform) For the rare cases (Exon arrays) where we load the platform in two stages.GeoServiceImpl.addElements
(ArrayDesign targetPlatform) Methods in ubic.gemma.core.loader.expression.geo.service with parameters of type ArrayDesignModifier and TypeMethodDescriptionGeoService.addElements
(ArrayDesign targetPlatform) For the rare cases (Exon arrays) where we load the platform in two stages.GeoServiceImpl.addElements
(ArrayDesign targetPlatform) -
Uses of ArrayDesign in ubic.gemma.core.loader.expression.singleCell
Methods in ubic.gemma.core.loader.expression.singleCell with parameters of type ArrayDesignModifier and TypeMethodDescriptionSingleCellDataLoaderService.load
(ExpressionExperiment ee, ArrayDesign platform, SingleCellDataLoaderConfig config) Load single-cell data, the data type is automatically detected.SingleCellDataLoaderService.load
(ExpressionExperiment ee, ArrayDesign platform, SingleCellDataType dataType, SingleCellDataLoaderConfig config) Load a specific single-cell data type.SingleCellDataLoaderServiceImpl.load
(ExpressionExperiment ee, ArrayDesign platform, SingleCellDataLoaderConfig config) SingleCellDataLoaderServiceImpl.load
(ExpressionExperiment ee, ArrayDesign platform, SingleCellDataType dataType, SingleCellDataLoaderConfig config) -
Uses of ArrayDesign in ubic.gemma.core.loader.util.mapper
Methods in ubic.gemma.core.loader.util.mapper with parameters of type ArrayDesignModifier and TypeMethodDescriptionDesignElementMapper.forCandidates
(ArrayDesign platform) Create a mapper for the design elements of a given platform. -
Uses of ArrayDesign in ubic.gemma.core.search
Methods in ubic.gemma.core.search that return types with arguments of type ArrayDesignModifier and TypeMethodDescriptiondefault Collection
<SearchResult<ArrayDesign>> SearchSource.searchArrayDesign
(SearchSettings settings, SearchContext context) -
Uses of ArrayDesign in ubic.gemma.core.search.source
Methods in ubic.gemma.core.search.source that return types with arguments of type ArrayDesignModifier and TypeMethodDescriptionCompositeSearchSource.searchArrayDesign
(SearchSettings settings, SearchContext context) DatabaseSearchSource.searchArrayDesign
(SearchSettings settings, SearchContext context) A general search for array designs.HibernateSearchSource.searchArrayDesign
(SearchSettings settings, SearchContext context) -
Uses of ArrayDesign in ubic.gemma.core.tasks.analysis.sequence
Methods in ubic.gemma.core.tasks.analysis.sequence that return ArrayDesignModifier and TypeMethodDescriptionArrayDesignProbeMapTaskCommand.getArrayDesign()
ArrayDesignRepeatScanTaskCommand.getArrayDesign()
Methods in ubic.gemma.core.tasks.analysis.sequence with parameters of type ArrayDesignModifier and TypeMethodDescriptionvoid
ArrayDesignProbeMapTaskCommand.setArrayDesign
(ArrayDesign arrayDesign) void
ArrayDesignRepeatScanTaskCommand.setArrayDesign
(ArrayDesign arrayDesign) Constructors in ubic.gemma.core.tasks.analysis.sequence with parameters of type ArrayDesignModifierConstructorDescriptionArrayDesignProbeMapTaskCommand
(String taskId, boolean forceAnalysis, ArrayDesign arrayDesign) ArrayDesignRepeatScanTaskCommand
(String taskId, ArrayDesign arrayDesign) NOTE: we can't pass in a we command as they are defined in the web module, which messes up the configuration. -
Uses of ArrayDesign in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff with parameters of type ArrayDesignModifier and TypeMethodDescriptionRandomDifferentialExpressionAnalysisUtils.randomAnalysis
(BioAssaySet experimentAnalyzed, ExperimentalDesign design, ArrayDesign platform) -
Uses of ArrayDesign in ubic.gemma.model.common.search
Methods in ubic.gemma.model.common.search that return ArrayDesignMethods in ubic.gemma.model.common.search with parameters of type ArrayDesignModifier and TypeMethodDescriptionstatic SearchSettings
SearchSettings.compositeSequenceSearch
(String query, ArrayDesign arrayDesign) Convenience method to get pre-configured settings.void
SearchSettingsValueObject.setPlatformConstraint
(ArrayDesign platformConstraint) -
Uses of ArrayDesign in ubic.gemma.model.expression.arrayDesign
Methods in ubic.gemma.model.expression.arrayDesign that return ArrayDesignModifier and TypeMethodDescriptionArrayDesign.getAlternativeTo()
ArrayDesign.getMergedInto()
ArrayDesign.getSubsumingArrayDesign()
static ArrayDesign
ArrayDesign.Factory.newInstance()
static ArrayDesign
ArrayDesign.Factory.newInstance
(String shortName, Taxon taxon) Methods in ubic.gemma.model.expression.arrayDesign that return types with arguments of type ArrayDesignMethods in ubic.gemma.model.expression.arrayDesign with parameters of type ArrayDesignModifier and TypeMethodDescriptionvoid
ArrayDesign.setAlternativeTo
(ArrayDesign alternativeTo) void
ArrayDesign.setMergedInto
(ArrayDesign mergedInto) void
ArrayDesign.setSubsumingArrayDesign
(ArrayDesign subsumingArrayDesign) Method parameters in ubic.gemma.model.expression.arrayDesign with type arguments of type ArrayDesignModifier and TypeMethodDescriptionstatic Collection
<ArrayDesignValueObject> ArrayDesignValueObject.create
(Collection<ArrayDesign> subsumees) void
ArrayDesign.setMergees
(Set<ArrayDesign> mergees) void
ArrayDesign.setSubsumedArrayDesigns
(Set<ArrayDesign> subsumedArrayDesigns) Constructors in ubic.gemma.model.expression.arrayDesign with parameters of type ArrayDesignModifierConstructorDescriptionThis will only work if the object is thawed (lightly). -
Uses of ArrayDesign in ubic.gemma.model.expression.bioAssay
Methods in ubic.gemma.model.expression.bioAssay that return ArrayDesignMethods in ubic.gemma.model.expression.bioAssay with parameters of type ArrayDesignModifier and TypeMethodDescriptionstatic BioAssay
BioAssay.Factory.newInstance
(String name, ArrayDesign arrayDesignUsed, BioMaterial sampleUsed) void
BioAssay.setArrayDesignUsed
(ArrayDesign arrayDesignUsed) void
BioAssay.setOriginalPlatform
(ArrayDesign originalPlatform) Constructor parameters in ubic.gemma.model.expression.bioAssay with type arguments of type ArrayDesignModifierConstructorDescriptionBioAssayValueObject
(BioAssay bioAssay, Map<ArrayDesign, ArrayDesignValueObject> ad2vo, BioAssay sourceBioAssay, boolean basic, boolean allFactorValues) -
Uses of ArrayDesign in ubic.gemma.model.expression.designElement
Methods in ubic.gemma.model.expression.designElement that return ArrayDesignMethods in ubic.gemma.model.expression.designElement with parameters of type ArrayDesignModifier and TypeMethodDescriptionstatic CompositeSequence
CompositeSequence.Factory.newInstance
(String name, ArrayDesign ad) static CompositeSequence
CompositeSequence.Factory.newInstance
(String name, ArrayDesign ad, BioSequence bioSequence) void
CompositeSequence.setArrayDesign
(ArrayDesign arrayDesign) -
Uses of ArrayDesign in ubic.gemma.model.expression.experiment
Constructor parameters in ubic.gemma.model.expression.experiment with type arguments of type ArrayDesignModifierConstructorDescriptionExpressionExperimentSubsetValueObject
(ExpressionExperimentSubSet ees, Map<ArrayDesign, ArrayDesignValueObject> arrayDesignValueObjectsById, Map<BioAssay, BioAssay> bioAssay2SourceBioAssayMap, boolean includeAssays, boolean basic, boolean allFactorValues) -
Uses of ArrayDesign in ubic.gemma.persistence.persister
Methods in ubic.gemma.persistence.persister that return types with arguments of type ArrayDesignMethods in ubic.gemma.persistence.persister with parameters of type ArrayDesignModifier and TypeMethodDescriptionvoid
ArrayDesignsForExperimentCache.add
(ArrayDesign arrayDesign) void
ArrayDesignsForExperimentCache.add
(ArrayDesign arrayDesign, Map<CompositeSequence, BioSequence> sequences) void
ArrayDesignsForExperimentCache.add
(ArrayDesign arrayDesign, Set<CompositeSequence> seqs) -
Uses of ArrayDesign in ubic.gemma.persistence.service.blacklist
Methods in ubic.gemma.persistence.service.blacklist with parameters of type ArrayDesignModifier and TypeMethodDescriptionBlacklistedEntityService.blacklistPlatform
(ArrayDesign platform, String reason) Blacklist a given platform.BlacklistedEntityServiceImpl.blacklistPlatform
(ArrayDesign platform, String reason) BlacklistedEntityDao.getNonBlacklistedExpressionExperiments
(ArrayDesign arrayDesign) BlacklistedEntityDaoImpl.getNonBlacklistedExpressionExperiments
(ArrayDesign arrayDesign) boolean
BlacklistedEntityDao.isBlacklisted
(ArrayDesign platform) boolean
BlacklistedEntityDaoImpl.isBlacklisted
(ArrayDesign platform) boolean
BlacklistedEntityService.isBlacklisted
(ArrayDesign platform) boolean
BlacklistedEntityServiceImpl.isBlacklisted
(ArrayDesign platform) -
Uses of ArrayDesign in ubic.gemma.persistence.service.expression.arrayDesign
Methods in ubic.gemma.persistence.service.expression.arrayDesign that return ArrayDesignModifier and TypeMethodDescriptionArrayDesignDaoImpl.find
(ArrayDesign entity) ArrayDesignDao.findByShortName
(String shortName) ArrayDesignDaoImpl.findByShortName
(String shortName) ArrayDesignService.findByShortName
(String shortName) ArrayDesignServiceImpl.findByShortName
(String shortName) ArrayDesignDao.findOneByAlternateName
(String name) ArrayDesignDaoImpl.findOneByAlternateName
(String name) ArrayDesignService.findOneByAlternateName
(String name) ArrayDesignServiceImpl.findOneByAlternateName
(String name) ArrayDesignDao.findOneByName
(String name) ArrayDesignDaoImpl.findOneByName
(String name) ArrayDesignService.findOneByName
(String name) ArrayDesignServiceImpl.findOneByName
(String name) ArrayDesignService.loadAndThaw
(Long id) ArrayDesignServiceImpl.loadAndThaw
(Long id) <T extends Exception>
ArrayDesignArrayDesignService.loadAndThawLiteOrFail
(Long id, Function<String, T> exceptionSupplier, String message) Load a platform by ID and thaw it withArrayDesignService.thawLite(ArrayDesign)
<T extends Exception>
ArrayDesignArrayDesignServiceImpl.loadAndThawLiteOrFail
(Long id, Function<String, T> exceptionSupplier, String message) ArrayDesignService.thaw
(ArrayDesign arrayDesign) Thaw a given platform.ArrayDesignServiceImpl.thaw
(ArrayDesign arrayDesign) ArrayDesignService.thawCompositeSequences
(ArrayDesign arrayDesign) Thaw the composite sequences of a given platformArrayDesignServiceImpl.thawCompositeSequences
(ArrayDesign arrayDesign) ArrayDesignService.thawLite
(ArrayDesign arrayDesign) Perform a less intensive thaw of an array design: not the composite sequences.ArrayDesignServiceImpl.thawLite
(ArrayDesign arrayDesign) Methods in ubic.gemma.persistence.service.expression.arrayDesign that return types with arguments of type ArrayDesignModifier and TypeMethodDescriptionArrayDesignDao.findByAlternateName
(String queryString) ArrayDesignDaoImpl.findByAlternateName
(String queryString) ArrayDesignService.findByAlternateName
(String queryString) ArrayDesignServiceImpl.findByAlternateName
(String queryString) ArrayDesignDao.findByManufacturer
(String queryString) ArrayDesignDaoImpl.findByManufacturer
(String queryString) ArrayDesignService.findByManufacturer
(String searchString) ArrayDesignServiceImpl.findByManufacturer
(String searchString) ArrayDesignDao.findByName
(String name) ArrayDesignDaoImpl.findByName
(String name) ArrayDesignService.findByName
(String name) ArrayDesignServiceImpl.findByName
(String name) ArrayDesignDao.findByTaxon
(Taxon taxon) ArrayDesignDaoImpl.findByTaxon
(Taxon taxon) ArrayDesignService.findByTaxon
(Taxon taxon) Find by the primary taxon.ArrayDesignServiceImpl.findByTaxon
(Taxon taxon) ArrayDesignDao.loadAllGenericGenePlatforms()
ArrayDesignDaoImpl.loadAllGenericGenePlatforms()
ArrayDesignService.loadAllGenericGenePlatforms()
Load *generic* gene-based platforms.ArrayDesignServiceImpl.loadAllGenericGenePlatforms()
ArrayDesignService.thaw
(Collection<ArrayDesign> aas) Thaw a collection of platforms.ArrayDesignServiceImpl.thaw
(Collection<ArrayDesign> aas) ArrayDesignService.thawCompositeSequences
(Collection<ArrayDesign> ads) ArrayDesignServiceImpl.thawCompositeSequences
(Collection<ArrayDesign> ads) ArrayDesignService.thawLite
(Collection<ArrayDesign> arrayDesigns) ArrayDesignServiceImpl.thawLite
(Collection<ArrayDesign> arrayDesigns) Methods in ubic.gemma.persistence.service.expression.arrayDesign with parameters of type ArrayDesignModifier and TypeMethodDescriptionvoid
ArrayDesignDao.addProbes
(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) void
ArrayDesignDaoImpl.addProbes
(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) void
ArrayDesignService.addProbes
(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) void
ArrayDesignServiceImpl.addProbes
(ArrayDesign arrayDesign, Collection<CompositeSequence> newProbes) void
ArrayDesignDao.deleteAlignmentData
(ArrayDesign arrayDesign) void
ArrayDesignDaoImpl.deleteAlignmentData
(ArrayDesign arrayDesign) void
ArrayDesignService.deleteAlignmentData
(ArrayDesign arrayDesign) remove sequence alignment results associated with the bioSequences for this array design.void
ArrayDesignServiceImpl.deleteAlignmentData
(ArrayDesign arrayDesign) void
ArrayDesignDao.deleteGeneProductAlignmentAssociations
(ArrayDesign arrayDesign) void
ArrayDesignDaoImpl.deleteGeneProductAlignmentAssociations
(ArrayDesign arrayDesign) void
ArrayDesignService.deleteGeneProductAlignmentAssociations
(ArrayDesign arrayDesign) void
ArrayDesignServiceImpl.deleteGeneProductAlignmentAssociations
(ArrayDesign arrayDesign) void
ArrayDesignDao.deleteGeneProductAnnotationAssociations
(ArrayDesign arrayDesign) void
ArrayDesignDaoImpl.deleteGeneProductAnnotationAssociations
(ArrayDesign arrayDesign) void
ArrayDesignService.deleteGeneProductAnnotationAssociations
(ArrayDesign arrayDesign) void
ArrayDesignServiceImpl.deleteGeneProductAnnotationAssociations
(ArrayDesign arrayDesign) void
ArrayDesignDao.deleteGeneProductAssociations
(ArrayDesign arrayDesign) void
ArrayDesignDaoImpl.deleteGeneProductAssociations
(ArrayDesign arrayDesign) void
ArrayDesignService.deleteGeneProductAssociations
(ArrayDesign arrayDesign) deletes the gene product associations on the specified array design.void
ArrayDesignServiceImpl.deleteGeneProductAssociations
(ArrayDesign arrayDesign) protected ArrayDesignValueObject
ArrayDesignDaoImpl.doLoadValueObject
(ArrayDesign ad) Loads a single value objects for the given array design.ArrayDesignDaoImpl.find
(ArrayDesign entity) ArrayDesignService.getAlignments
(ArrayDesign arrayDesign) Retrieves alignments for the platform elements, limited to those which map to a gene product (so not all blat results)ArrayDesignServiceImpl.getAlignments
(ArrayDesign arrayDesign) ArrayDesignDao.getAllAssociatedBioAssays
(ArrayDesign arrayDesign) ArrayDesignDaoImpl.getAllAssociatedBioAssays
(ArrayDesign arrayDesign) ArrayDesignService.getAllAssociatedBioAssays
(ArrayDesign arrayDesign) ArrayDesignServiceImpl.getAllAssociatedBioAssays
(ArrayDesign arrayDesign) ArrayDesignDao.getBioSequences
(ArrayDesign arrayDesign) ArrayDesignDaoImpl.getBioSequences
(ArrayDesign arrayDesign) ArrayDesignService.getBioSequences
(ArrayDesign arrayDesign) Return all the (unique) biosequences associated with the array design.ArrayDesignServiceImpl.getBioSequences
(ArrayDesign arrayDesign) ArrayDesignService.getCompositeSequenceCount
(ArrayDesign arrayDesign) ArrayDesignServiceImpl.getCompositeSequenceCount
(ArrayDesign arrayDesign) ArrayDesignService.getCompositeSequences
(ArrayDesign arrayDesign) ArrayDesignService.getCompositeSequences
(ArrayDesign arrayDesign, int limit, int offset) ArrayDesignServiceImpl.getCompositeSequences
(ArrayDesign arrayDesign) ArrayDesignServiceImpl.getCompositeSequences
(ArrayDesign arrayDesign, int limit, int offset) ArrayDesignDao.getExpressionExperiments
(ArrayDesign arrayDesign) ArrayDesignDaoImpl.getExpressionExperiments
(ArrayDesign arrayDesign) ArrayDesignService.getExpressionExperiments
(ArrayDesign arrayDesign) ArrayDesignServiceImpl.getExpressionExperiments
(ArrayDesign arrayDesign) long
ArrayDesignDao.getExpressionExperimentsCount
(ArrayDesign arrayDesign) Obtain the number of associated expression experiments.long
ArrayDesignDaoImpl.getExpressionExperimentsCount
(ArrayDesign arrayDesign) long
ArrayDesignService.getExpressionExperimentsCount
(ArrayDesign arrayDesign) long
ArrayDesignServiceImpl.getExpressionExperimentsCount
(ArrayDesign arrayDesign) ArrayDesignDao.getGenes
(ArrayDesign arrayDesign) Obtain all the genes associated to the platform.ArrayDesignDaoImpl.getGenes
(ArrayDesign arrayDesign) ArrayDesignService.getGenes
(ArrayDesign arrayDesign) ArrayDesignServiceImpl.getGenes
(ArrayDesign arrayDesign) ArrayDesignDao.getGenesByCompositeSequence
(ArrayDesign arrayDesign) Obtain all the genes associated to the platform organized by corresponding design elements.ArrayDesignDaoImpl.getGenesByCompositeSequence
(ArrayDesign arrayDesign) ArrayDesignService.getGenesByCompositeSequence
(ArrayDesign arrayDesign) ArrayDesignServiceImpl.getGenesByCompositeSequence
(ArrayDesign arrayDesign) ArrayDesignService.getSwitchedExperiments
(ArrayDesign id) Get the ids of experiments that "originally" used this platform, but which don't any more due to a platform switch.ArrayDesignServiceImpl.getSwitchedExperiments
(ArrayDesign arrayDesign) long
ArrayDesignService.getSwitchedExpressionExperimentCount
(ArrayDesign id) long
ArrayDesignServiceImpl.getSwitchedExpressionExperimentCount
(ArrayDesign id) ArrayDesignDao.getSwitchedExpressionExperiments
(ArrayDesign arrayDesign) Obtain a collection ofExpressionExperiment
identifiers that have been switched from a given platform.ArrayDesignDaoImpl.getSwitchedExpressionExperiments
(ArrayDesign arrayDesign) Get the ids of experiments that "originally" used this platform, but which don't any more due to a platform switch.ArrayDesignDao.getSwitchedExpressionExperimentsCount
(ArrayDesign arrayDesign) Count the number of switchedExpressionExperiment
from a given platform.ArrayDesignDaoImpl.getSwitchedExpressionExperimentsCount
(ArrayDesign arrayDesign) ArrayDesignDao.getTaxa
(ArrayDesign arrayDesign) ArrayDesignDaoImpl.getTaxa
(ArrayDesign arrayDesign) ArrayDesignService.getTaxa
(ArrayDesign arrayDesign) Return the taxa for the array design.ArrayDesignServiceImpl.getTaxa
(ArrayDesign arrayDesign) protected void
ArrayDesignDaoImpl.initializeCachedFilteringResult
(ArrayDesign ad) ArrayDesignDao.loadAlignments
(ArrayDesign arrayDesign) ArrayDesignDaoImpl.loadAlignments
(ArrayDesign arrayDesign) ArrayDesignDao.loadCompositeSequences
(ArrayDesign arrayDesign, int limit, int offset) ArrayDesignDaoImpl.loadCompositeSequences
(ArrayDesign arrayDesign, int limit, int offset) long
ArrayDesignDao.numBioSequences
(ArrayDesign arrayDesign) long
ArrayDesignDaoImpl.numBioSequences
(ArrayDesign arrayDesign) long
ArrayDesignService.numBioSequences
(ArrayDesign arrayDesign) returns the number of bioSequences associated with this ArrayDesign idlong
ArrayDesignServiceImpl.numBioSequences
(ArrayDesign arrayDesign) long
ArrayDesignDao.numBlatResults
(ArrayDesign arrayDesign) long
ArrayDesignDaoImpl.numBlatResults
(ArrayDesign arrayDesign) long
ArrayDesignService.numBlatResults
(ArrayDesign arrayDesign) returns the number of BlatResults (BioSequence2GeneProduct) entries associated with this ArrayDesign id.long
ArrayDesignServiceImpl.numBlatResults
(ArrayDesign arrayDesign) long
ArrayDesignDao.numCompositeSequences
(ArrayDesign id) long
ArrayDesignDaoImpl.numCompositeSequences
(ArrayDesign arrayDesign) long
ArrayDesignDao.numCompositeSequenceWithBioSequences
(ArrayDesign arrayDesign) long
ArrayDesignDaoImpl.numCompositeSequenceWithBioSequences
(ArrayDesign arrayDesign) long
ArrayDesignService.numCompositeSequenceWithBioSequences
(ArrayDesign arrayDesign) long
ArrayDesignServiceImpl.numCompositeSequenceWithBioSequences
(ArrayDesign arrayDesign) long
ArrayDesignDao.numCompositeSequenceWithBlatResults
(ArrayDesign arrayDesign) long
ArrayDesignDaoImpl.numCompositeSequenceWithBlatResults
(ArrayDesign arrayDesign) long
ArrayDesignService.numCompositeSequenceWithBlatResults
(ArrayDesign arrayDesign) long
ArrayDesignServiceImpl.numCompositeSequenceWithBlatResults
(ArrayDesign arrayDesign) long
ArrayDesignDao.numCompositeSequenceWithGenes
(ArrayDesign arrayDesign) long
ArrayDesignDaoImpl.numCompositeSequenceWithGenes
(ArrayDesign arrayDesign) long
ArrayDesignService.numCompositeSequenceWithGenes
(ArrayDesign arrayDesign) long
ArrayDesignServiceImpl.numCompositeSequenceWithGenes
(ArrayDesign arrayDesign) long
ArrayDesignDao.numExperiments
(ArrayDesign arrayDesign) long
ArrayDesignDaoImpl.numExperiments
(ArrayDesign arrayDesign) long
ArrayDesignService.numExperiments
(ArrayDesign arrayDesign) long
ArrayDesignServiceImpl.numExperiments
(ArrayDesign arrayDesign) long
ArrayDesignDao.numGenes
(ArrayDesign arrayDesign) long
ArrayDesignDaoImpl.numGenes
(ArrayDesign arrayDesign) long
ArrayDesignService.numGenes
(ArrayDesign arrayDesign) Returns the number of unique Genes associated with this ArrayDesign idlong
ArrayDesignServiceImpl.numGenes
(ArrayDesign arrayDesign) void
ArrayDesignDaoImpl.remove
(ArrayDesign arrayDesign) void
ArrayDesignDao.removeBiologicalCharacteristics
(ArrayDesign arrayDesign) void
ArrayDesignDaoImpl.removeBiologicalCharacteristics
(ArrayDesign arrayDesign) void
ArrayDesignService.removeBiologicalCharacteristics
(ArrayDesign arrayDesign) Remove all associations that this array design has with BioSequences.void
ArrayDesignServiceImpl.removeBiologicalCharacteristics
(ArrayDesign arrayDesign) void
ArrayDesignDao.thaw
(ArrayDesign arrayDesign) Thaw the given platform as perArrayDesignDao.thawLite(ArrayDesign)
with its probes and genes.void
ArrayDesignDaoImpl.thaw
(ArrayDesign arrayDesign) ArrayDesignService.thaw
(ArrayDesign arrayDesign) Thaw a given platform.ArrayDesignServiceImpl.thaw
(ArrayDesign arrayDesign) void
ArrayDesignDao.thawCompositeSequences
(ArrayDesign arrayDesign) Only thaw the design elements of a given platform.void
ArrayDesignDaoImpl.thawCompositeSequences
(ArrayDesign arrayDesign) ArrayDesignService.thawCompositeSequences
(ArrayDesign arrayDesign) Thaw the composite sequences of a given platformArrayDesignServiceImpl.thawCompositeSequences
(ArrayDesign arrayDesign) void
ArrayDesignDao.thawLite
(ArrayDesign arrayDesign) Lightly thaw the given platform.void
ArrayDesignDaoImpl.thawLite
(ArrayDesign arrayDesign) ArrayDesignService.thawLite
(ArrayDesign arrayDesign) Perform a less intensive thaw of an array design: not the composite sequences.ArrayDesignServiceImpl.thawLite
(ArrayDesign arrayDesign) boolean
ArrayDesignDao.updateSubsumingStatus
(ArrayDesign candidateSubsumer, ArrayDesign candidateSubsumee) boolean
ArrayDesignDaoImpl.updateSubsumingStatus
(ArrayDesign candidateSubsumer, ArrayDesign candidateSubsumee) boolean
ArrayDesignService.updateSubsumingStatus
(ArrayDesign candidateSubsumer, ArrayDesign candidateSubsumee) Test whether the candidateSubsumer subsumes the candidateSubsumee.boolean
ArrayDesignServiceImpl.updateSubsumingStatus
(ArrayDesign candidateSubsumer, ArrayDesign candidateSubsumee) Method parameters in ubic.gemma.persistence.service.expression.arrayDesign with type arguments of type ArrayDesignModifier and TypeMethodDescriptionArrayDesignDao.getGenesByCompositeSequence
(Collection<ArrayDesign> arrayDesign) ArrayDesignDaoImpl.getGenesByCompositeSequence
(Collection<ArrayDesign> arrayDesign) ArrayDesignService.getGenesByCompositeSequence
(Collection<ArrayDesign> arrayDesign) ArrayDesignServiceImpl.getGenesByCompositeSequence
(Collection<ArrayDesign> arrayDesign) ArrayDesignService.thaw
(Collection<ArrayDesign> aas) Thaw a collection of platforms.ArrayDesignServiceImpl.thaw
(Collection<ArrayDesign> aas) ArrayDesignService.thawCompositeSequences
(Collection<ArrayDesign> ads) ArrayDesignServiceImpl.thawCompositeSequences
(Collection<ArrayDesign> ads) ArrayDesignService.thawLite
(Collection<ArrayDesign> arrayDesigns) ArrayDesignServiceImpl.thawLite
(Collection<ArrayDesign> arrayDesigns) -
Uses of ArrayDesign in ubic.gemma.persistence.service.expression.bioAssay
Method parameters in ubic.gemma.persistence.service.expression.bioAssay with type arguments of type ArrayDesignModifier and TypeMethodDescriptionBioAssayDao.loadValueObjects
(Collection<BioAssay> entities, Map<ArrayDesign, ArrayDesignValueObject> ad2vo, Map<BioAssay, BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues) BioAssayDaoImpl.loadValueObjects
(Collection<BioAssay> entities, Map<ArrayDesign, ArrayDesignValueObject> ad2vo, Map<BioAssay, BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues) -
Uses of ArrayDesign in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData with parameters of type ArrayDesignModifier and TypeMethodDescriptionRawExpressionDataVectorDao.find
(ArrayDesign arrayDesign, QuantitationType quantitationType) RawExpressionDataVectorDaoImpl.find
(ArrayDesign arrayDesign, QuantitationType quantitationType) -
Uses of ArrayDesign in ubic.gemma.persistence.service.expression.designElement
Methods in ubic.gemma.persistence.service.expression.designElement with parameters of type ArrayDesignModifier and TypeMethodDescriptionCompositeSequenceDao.findByGene
(Gene gene, ArrayDesign arrayDesign) CompositeSequenceDaoImpl.findByGene
(Gene gene, ArrayDesign arrayDesign) CompositeSequenceService.findByGene
(Gene gene, ArrayDesign arrayDesign) CompositeSequenceServiceImpl.findByGene
(Gene gene, ArrayDesign arrayDesign) CompositeSequenceDao.findByName
(ArrayDesign arrayDesign, String name) CompositeSequenceDaoImpl.findByName
(ArrayDesign arrayDesign, String name) CompositeSequenceService.findByName
(ArrayDesign arrayDesign, String name) CompositeSequenceServiceImpl.findByName
(ArrayDesign arrayDesign, String name) Collection
<Object[]> CompositeSequenceDao.getRawSummary
(ArrayDesign arrayDesign, int numResults) Collection
<Object[]> CompositeSequenceDaoImpl.getRawSummary
(ArrayDesign arrayDesign, int numResults) Collection
<Object[]> CompositeSequenceService.getRawSummary
(ArrayDesign arrayDesign, int numResults) Collection
<Object[]> CompositeSequenceServiceImpl.getRawSummary
(ArrayDesign arrayDesign, int numResults) -
Uses of ArrayDesign in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type ArrayDesignModifier and TypeMethodDescriptionExpressionExperimentDao.getArrayDesignsUsageFrequency
(int maxResults) Obtain dataset usage frequency by platform currently used.ExpressionExperimentDao.getArrayDesignsUsageFrequency
(Collection<Long> eeIds, int maxResults) Obtain dataset usage frequency by platform currently for the given dataset IDs.ExpressionExperimentDaoImpl.getArrayDesignsUsageFrequency
(int maxResults) ExpressionExperimentDaoImpl.getArrayDesignsUsageFrequency
(Collection<Long> eeIds, int maxResults) ExpressionExperimentDao.getArrayDesignsUsed
(Collection<ExpressionExperiment> ees) ExpressionExperimentDao.getArrayDesignsUsed
(ExpressionExperiment bas) ExpressionExperimentDao.getArrayDesignsUsed
(ExpressionExperiment ee, QuantitationType qt, Class<? extends DataVector> dataVectorType) ExpressionExperimentDaoImpl.getArrayDesignsUsed
(Collection<ExpressionExperiment> ees) ExpressionExperimentDaoImpl.getArrayDesignsUsed
(ExpressionExperiment bas) ExpressionExperimentDaoImpl.getArrayDesignsUsed
(ExpressionExperiment ee, QuantitationType qt, Class<? extends DataVector> dataVectorType) ExpressionExperimentService.getArrayDesignsUsed
(ExpressionExperiment expressionExperiment) ExpressionExperimentService.getArrayDesignsUsed
(ExpressionExperiment ee, QuantitationType qt) Obtain a collection ofArrayDesign
used by a specific set of vectors.ExpressionExperimentService.getArrayDesignsUsed
(ExpressionExperiment ee, QuantitationType qt, Class<? extends DataVector> vectorType) Obtain a collection ofArrayDesign
used by a specific set of vectors.ExpressionExperimentServiceImpl.getArrayDesignsUsed
(ExpressionExperiment expressionExperiment) ExpressionExperimentServiceImpl.getArrayDesignsUsed
(ExpressionExperiment ee, QuantitationType qt) ExpressionExperimentServiceImpl.getArrayDesignsUsed
(ExpressionExperiment ee, QuantitationType qt, Class<? extends DataVector> vectorType) ExpressionExperimentSubSetDao.getArrayDesignsUsed
(ExpressionExperimentSubSet subset) ExpressionExperimentSubSetDaoImpl.getArrayDesignsUsed
(ExpressionExperimentSubSet subset) ExpressionExperimentSubSetService.getArrayDesignsUsed
(ExpressionExperimentSubSet subset) ExpressionExperimentSubSetServiceImpl.getArrayDesignsUsed
(ExpressionExperimentSubSet subset) ExpressionExperimentService.getArrayDesignUsedOrOriginalPlatformUsageFrequency
(Filters filters, Set<Long> extraIds, int maxResults) Calculate the usage frequency of platforms by the datasets matching the provided filters.ExpressionExperimentServiceImpl.getArrayDesignUsedOrOriginalPlatformUsageFrequency
(Filters filters, Set<Long> extraIds, int maxResults) ExpressionExperimentDao.getOriginalPlatformsUsageFrequency
(int maxResults) Obtain dataset usage frequency by original platforms.ExpressionExperimentDao.getOriginalPlatformsUsageFrequency
(Collection<Long> eeIds, int maxResults) Obtain dataset usage frequency by platform currently for the given dataset IDs.ExpressionExperimentDaoImpl.getOriginalPlatformsUsageFrequency
(int maxResults) ExpressionExperimentDaoImpl.getOriginalPlatformsUsageFrequency
(Collection<Long> eeIds, int maxResults) -
Uses of ArrayDesign in ubic.gemma.persistence.service.genome
Methods in ubic.gemma.persistence.service.genome with parameters of type ArrayDesignModifier and TypeMethodDescriptionGeneDao.getCompositeSequences
(Gene gene, ArrayDesign arrayDesign, boolean includeDummyProducts) Get the composite sequences (e.g. probes) associated with this gene via a particular platform.GeneDaoImpl.getCompositeSequences
(Gene gene, ArrayDesign arrayDesign, boolean includeDummyProducts) -
Uses of ArrayDesign in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene with parameters of type ArrayDesignModifier and TypeMethodDescriptionGeneService.getCompositeSequences
(Gene gene, ArrayDesign arrayDesign, boolean includeDummyProducts) GeneServiceImpl.getCompositeSequences
(Gene gene, ArrayDesign arrayDesign, boolean includeDummyProducts) -
Uses of ArrayDesign in ubic.gemma.persistence.service.maintenance
Methods in ubic.gemma.persistence.service.maintenance with parameters of type ArrayDesignModifier and TypeMethodDescriptionint
TableMaintenanceUtil.updateGene2CsEntries
(ArrayDesign arrayDesign, boolean force) Update the GENE2CS table for a specificArrayDesign
.int
TableMaintenanceUtilImpl.updateGene2CsEntries
(ArrayDesign arrayDesign, boolean force) -
Uses of ArrayDesign in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util that return types with arguments of type ArrayDesignModifier and TypeMethodDescriptionstatic Collection
<ArrayDesign> CommonQueries.getArrayDesignsUsed
(Collection<? extends BioAssaySet> ees, Session session) Retrieve a list of array designs used by the given experiments.static Collection
<ArrayDesign> CommonQueries.getArrayDesignsUsed
(BioAssaySet bas, Session session) Retrieve a list of array designs used in given expression experimentMethods in ubic.gemma.persistence.util with parameters of type ArrayDesignModifier and TypeMethodDescriptionstatic void
BusinessKey.addRestrictions
(Criteria queryObject, ArrayDesign arrayDesign) static void
BusinessKey.checkValidKey
(ArrayDesign arrayDesign) static Criteria
BusinessKey.createQueryObject
(Session session, ArrayDesign arrayDesign) EntityUrlBuilder.EntityUrlChooser.entity
(ArrayDesign entity) Constructors in ubic.gemma.persistence.util with parameters of type ArrayDesignModifierConstructorDescriptionArrayDesignUrl
(String baseUrl, ArrayDesign entity) ArrayDesignWebUrl
(String baseUrl, ArrayDesign entity) -
Uses of ArrayDesign in ubic.gemma.rest
Method parameters in ubic.gemma.rest with type arguments of type ArrayDesignModifier and TypeMethodDescriptionPlatformsWebService.getBlacklistedPlatforms
(FilterArg<ArrayDesign> filter, SortArg<ArrayDesign> sort, OffsetArg offset, LimitArg limit) PlatformsWebService.getBlacklistedPlatforms
(FilterArg<ArrayDesign> filter, SortArg<ArrayDesign> sort, OffsetArg offset, LimitArg limit) PlatformsWebService.getNumberOfPlatforms
(FilterArg<ArrayDesign> filter) PlatformsWebService.getPlatforms
(FilterArg<ArrayDesign> filter, OffsetArg offset, LimitArg limit, SortArg<ArrayDesign> sort) PlatformsWebService.getPlatforms
(FilterArg<ArrayDesign> filter, OffsetArg offset, LimitArg limit, SortArg<ArrayDesign> sort) PlatformsWebService.getPlatformsByIds
(PlatformArrayArg platformsArg, FilterArg<ArrayDesign> filter, OffsetArg offset, LimitArg limit, SortArg<ArrayDesign> sort) Retrieves all datasets matching the given identifiers.PlatformsWebService.getPlatformsByIds
(PlatformArrayArg platformsArg, FilterArg<ArrayDesign> filter, OffsetArg offset, LimitArg limit, SortArg<ArrayDesign> sort) Retrieves all datasets matching the given identifiers.Constructor parameters in ubic.gemma.rest with type arguments of type ArrayDesignModifierConstructorDescriptionExpressionExperimentSubsetWithFactorValuesObject
(ExpressionExperimentSubSet subset, Set<FactorValue> factorValues, Map<ArrayDesign, ArrayDesignValueObject> id2advo, boolean includeAssays, Map<BioAssay, BioAssay> assay2sourceAssayMap) -
Uses of ArrayDesign in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args with parameters of type ArrayDesignModifier and TypeMethodDescriptionCompositeSequenceArgService.getEntityWithPlatform
(CompositeSequenceArg<?> probeArg, ArrayDesign platform) void
CompositeSequenceArrayArg.setPlatform
(ArrayDesign arrayDesign) -
Uses of ArrayDesign in ubic.gemma.web.controller.expression.arrayDesign
Methods in ubic.gemma.web.controller.expression.arrayDesign that return ArrayDesignMethods in ubic.gemma.web.controller.expression.arrayDesign with parameters of type ArrayDesignModifier and TypeMethodDescriptionArrayDesignController.getDesignSummaries
(ArrayDesign arrayDesign) void
ArrayDesignAddCommand.setArrayDesign
(ArrayDesign arrayDesign) Method parameters in ubic.gemma.web.controller.expression.arrayDesign with type arguments of type ArrayDesignModifier and TypeMethodDescriptionArrayDesignController.getCsSummaries
(EntityDelegator<ArrayDesign> ed) ArrayDesignController.getReportHtml
(EntityDelegator<ArrayDesign> ed) ArrayDesignController.remove
(EntityDelegator<ArrayDesign> ed) ArrayDesignController.updateReport
(EntityDelegator<ArrayDesign> ed) -
Uses of ArrayDesign in ubic.gemma.web.taglib.arrayDesign
Methods in ubic.gemma.web.taglib.arrayDesign with parameters of type ArrayDesignMethod parameters in ubic.gemma.web.taglib.arrayDesign with type arguments of type ArrayDesignModifier and TypeMethodDescriptionvoid
ArrayDesignGroupingTag.setSubsumees
(Collection<ArrayDesign> subsumees)