Uses of Class
ubic.gemma.model.expression.experiment.BioAssaySet
Packages that use BioAssaySet
-
Uses of BioAssaySet in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff that return types with arguments of type BioAssaySetModifier and TypeMethodDescriptionDifferentialExpressionMetaAnalysisValueObject.getActiveExperiments()Methods in ubic.gemma.core.analysis.expression.diff with parameters of type BioAssaySetModifier and TypeMethodDescriptionstatic booleanDifferentialExpressionAnalysisUtil.blockComplete(BioAssaySet expressionExperiment, Collection<ExperimentalFactor> factors) Returns true if the block design is complete and there are at least 2 biological replicates for each "group", false otherwise.static booleanDifferentialExpressionAnalysisUtil.checkValidForLm(BioAssaySet expressionExperiment, ExperimentalFactor experimentalFactor) Check that the factorValues are measurements, or that there are at least two assays for at least one factor value.static AnalysisTypeDiffExAnalyzerUtils.determineAnalysisType(BioAssaySet bioAssaySet, Collection<ExperimentalFactor> experimentalFactors, ExperimentalFactor subsetFactor, boolean includeInteractionsIfPossible) Determines the analysis to execute based on the experimental factors, factor values, and block design.static AnalysisTypeDiffExAnalyzerUtils.determineAnalysisType(BioAssaySet bioAssaySet, DifferentialExpressionAnalysisConfig config) FIXME this should probably deal with the case of outliers and also theLinearModelAnalyzer's EXCLUDE_CHARACTERISTICS_VALUESGeneDifferentialExpressionService.getDifferentialExpression(Gene gene, BioAssaySet experimentAnalyzed, boolean includeSubSets, double threshold, int limit) Get the differential expression results for the given gene that is in a specified set of experiments.GeneDifferentialExpressionServiceImpl.getDifferentialExpression(Gene gene, BioAssaySet experimentAnalyzed, boolean includeSubSets, double threshold, int limit) static voidDiffExAnalyzerUtils.populateFactorValuesFromBASet(BioAssaySet ee, ExperimentalFactor f, Collection<FactorValue> fvs) Method parameters in ubic.gemma.core.analysis.expression.diff with type arguments of type BioAssaySetModifier and TypeMethodDescriptionGeneDifferentialExpressionService.getDifferentialExpression(Gene gene, Collection<BioAssaySet> experimentsAnalyzed, boolean includeSubSets) Get the differential expression results for the given gene that is in a specified set of experiments.GeneDifferentialExpressionServiceImpl.getDifferentialExpression(Gene gene, Collection<BioAssaySet> experimentsAnalyzed, boolean includeSubSets) GeneDifferentialExpressionService.getDifferentialExpressionMetaAnalysis(double threshold, Gene g, Map<Long, Long> eeFactorsMap, Collection<BioAssaySet> activeExperiments, boolean includeSubSets) Get the differential expression analysis results for the gene in the activeExperiments.GeneDifferentialExpressionServiceImpl.getDifferentialExpressionMetaAnalysis(double threshold, Gene g, Map<Long, Long> eeFactorsMap, Collection<BioAssaySet> experimentsAnalyzed, boolean includeSubSets) voidDifferentialExpressionMetaAnalysisValueObject.setActiveExperiments(Collection<BioAssaySet> activeExperiments) -
Uses of BioAssaySet in ubic.gemma.core.analysis.preprocess.batcheffects
Methods in ubic.gemma.core.analysis.preprocess.batcheffects that return BioAssaySetModifier and TypeMethodDescriptionBatchConfound.getBioAssaySet()Experiment or subset this confound is applicable to.Methods in ubic.gemma.core.analysis.preprocess.batcheffects with parameters of type BioAssaySetModifier and TypeMethodDescriptionstatic Collection<BatchConfound> BatchConfoundUtils.test(BioAssaySet ee) Constructors in ubic.gemma.core.analysis.preprocess.batcheffects with parameters of type BioAssaySetModifierConstructorDescriptionBatchConfound(BioAssaySet bioAssaySet, ExperimentalFactor factor, double chiSquare, int df, double pValue, int numBatches) Creates a newBatchConfoundinstance. -
Uses of BioAssaySet in ubic.gemma.core.loader.util.mapper
Methods in ubic.gemma.core.loader.util.mapper with parameters of type BioAssaySet -
Uses of BioAssaySet in ubic.gemma.core.visualization
Methods in ubic.gemma.core.visualization that return BioAssaySet -
Uses of BioAssaySet in ubic.gemma.model.analysis
Classes in ubic.gemma.model.analysis with type parameters of type BioAssaySetModifier and TypeClassDescriptionclassSingleExperimentAnalysis<T extends BioAssaySet>An analysis of a single experiment or subset. -
Uses of BioAssaySet in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff with parameters of type BioAssaySetModifier and TypeMethodDescriptionRandomDifferentialExpressionAnalysisUtils.randomAnalysis(BioAssaySet experimentAnalyzed, ExperimentalDesign design, ArrayDesign platform) -
Uses of BioAssaySet in ubic.gemma.model.expression.bioAssay
Methods in ubic.gemma.model.expression.bioAssay with parameters of type BioAssaySetModifier and TypeMethodDescriptionBioAssayUtils.createBioAssayToSourceBioAssayMap(BioAssaySet sourceAssaySet, Collection<BioAssay> bas) Create a mapping between assays and their source assays from a givenBioAssaySet. -
Uses of BioAssaySet in ubic.gemma.model.expression.experiment
Subclasses of BioAssaySet in ubic.gemma.model.expression.experimentModifier and TypeClassDescriptionclassclassA subset of samples from an ExpressionExperiment -
Uses of BioAssaySet in ubic.gemma.persistence.service.analysis.expression.diff
Methods in ubic.gemma.persistence.service.analysis.expression.diff that return types with arguments of type BioAssaySetModifier and TypeMethodDescriptionDifferentialExpressionResultDao.findByExperimentAnalyzed(Collection<Long> experimentAnalyzedIds, boolean includeSubSets, double threshold, int limit) Given a list of experiments and a threshold value finds all the probes that met the cut off in the given experimentsDifferentialExpressionResultDaoImpl.findByExperimentAnalyzed(Collection<Long> experimentAnalyzedIds, boolean includeSubSets, double threshold, int limit) DifferentialExpressionAnalysisService.findByExperiments(Collection<ExpressionExperiment> investigations, boolean includeSubSets) DifferentialExpressionAnalysisServiceImpl.findByExperiments(Collection<ExpressionExperiment> experiments, boolean includeSubSets) GeneDiffExMetaAnalysisDao.findByExperiments(Collection<? extends BioAssaySet> experiments) GeneDiffExMetaAnalysisDaoImpl.findByExperiments(Collection<? extends BioAssaySet> experiments) DifferentialExpressionAnalysisDao.findByExperimentsAnalyzed(Collection<ExpressionExperiment> experiments, boolean includeSubSets) Given a collection of experiments returns a Map of Analysis --> collection of Experiments The collection of investigations returned by the map will include all the investigations for the analysis key iff one of the investigations for that analysis was in the given collection started withDifferentialExpressionResultDao.findByGene(Gene gene, boolean keepNonSpecificProbes) Find differential expression results for a given gene, grouped by experiment.DifferentialExpressionResultDao.findByGene(Gene gene, boolean keepNonSpecificProbes, double threshold, int limit) Find differential expression for a gene, exceeding a given significance level (using the corrected pvalue field)DifferentialExpressionResultDaoImpl.findByGene(Gene gene, boolean keepNonSpecificProbes) DifferentialExpressionResultDaoImpl.findByGene(Gene gene, boolean keepNonSpecificProbes, double threshold, int limit) DifferentialExpressionResultDao.findByGeneAndExperimentAnalyzed(Gene gene, boolean keepNonSpecificProbes, Collection<Long> experimentAnalyzedIds, boolean includeSubSets) Find differential expression results for a given gene and set of experiments, grouped by experiment.DifferentialExpressionResultDao.findByGeneAndExperimentAnalyzed(Gene gene, boolean keepNonSpecificProbes, Collection<Long> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) Find differential expression for a gene in given data sets, exceeding a given significance level (using the corrected pvalue field)DifferentialExpressionResultDaoImpl.findByGeneAndExperimentAnalyzed(Gene gene, boolean keepNonSpecificProbes, Collection<Long> experimentAnalyzedIds, boolean includeSubSets) DifferentialExpressionResultDaoImpl.findByGeneAndExperimentAnalyzed(Gene gene, boolean keepNonSpecificProbes, Collection<Long> experimentAnalyzedIds, boolean includeSubsets, double threshold, int limit) DifferentialExpressionAnalysisDao.findExperimentsWithAnalyses(Gene gene) DifferentialExpressionAnalysisService.findExperimentsWithAnalyses(Gene gene) DifferentialExpressionAnalysisServiceImpl.findExperimentsWithAnalyses(Gene gene) Methods in ubic.gemma.persistence.service.analysis.expression.diff with parameters of type BioAssaySetModifier and TypeMethodDescriptionGeneDiffExMetaAnalysisDao.findByExperiment(BioAssaySet experiment) GeneDiffExMetaAnalysisDaoImpl.findByExperiment(BioAssaySet experiment) DifferentialExpressionAnalysisDao.findByExperimentAnalyzed(BioAssaySet experimentAnalyzed) voidGeneDiffExMetaAnalysisDao.removeForExperiment(BioAssaySet ee) voidGeneDiffExMetaAnalysisDaoImpl.removeForExperiment(BioAssaySet ee) voidDifferentialExpressionAnalysisService.removeForExperimentAnalyzed(BioAssaySet experimentAnalyzed) voidDifferentialExpressionAnalysisServiceImpl.removeForExperimentAnalyzed(BioAssaySet experimentAnalyzed) Method parameters in ubic.gemma.persistence.service.analysis.expression.diff with type arguments of type BioAssaySetModifier and TypeMethodDescriptionExpressionAnalysisResultSetDao.findByBioAssaySetInAndDatabaseEntryInLimit(Collection<BioAssaySet> bioAssaySets, Collection<DatabaseEntry> databaseEntries, Filters filters, int offset, int limit, Sort sort) Retrieve result sets associated to a set ofBioAssaySetand external database entries.ExpressionAnalysisResultSetDaoImpl.findByBioAssaySetInAndDatabaseEntryInLimit(Collection<BioAssaySet> bioAssaySets, Collection<DatabaseEntry> databaseEntries, Filters filters, int offset, int limit, Sort sort) ExpressionAnalysisResultSetService.findByBioAssaySetInAndDatabaseEntryInLimit(Collection<BioAssaySet> bioAssaySets, Collection<DatabaseEntry> externalIds, Filters filters, int offset, int limit, Sort sort) ExpressionAnalysisResultSetServiceImpl.findByBioAssaySetInAndDatabaseEntryInLimit(Collection<BioAssaySet> bioAssaySets, Collection<DatabaseEntry> externalIds, Filters filters, int offset, int limit, Sort sort) DifferentialExpressionResultService.findByExperimentAnalyzed(Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) Given a list of experiments and a threshold value finds all the probes that met the cut off in the given experimentsDifferentialExpressionResultServiceImpl.findByExperimentAnalyzed(Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) GeneDiffExMetaAnalysisDao.findByExperiments(Collection<? extends BioAssaySet> experiments) GeneDiffExMetaAnalysisDaoImpl.findByExperiments(Collection<? extends BioAssaySet> experiments) DifferentialExpressionResultService.findByGeneAndExperimentAnalyzed(Gene gene, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets) Returns a map of a collection ofDifferentialExpressionAnalysisResults keyed byExpressionExperiment.DifferentialExpressionResultService.findByGeneAndExperimentAnalyzed(Gene gene, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) Find differential expression for a gene in given data sets, exceeding a given significance level (using the corrected pvalue field)DifferentialExpressionResultServiceImpl.findByGeneAndExperimentAnalyzed(Gene gene, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets) DifferentialExpressionResultServiceImpl.findByGeneAndExperimentAnalyzed(Gene gene, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) -
Uses of BioAssaySet in ubic.gemma.persistence.service.expression.bioAssay
Methods in ubic.gemma.persistence.service.expression.bioAssay that return types with arguments of type BioAssaySetModifier and TypeMethodDescriptionBioAssayDao.getBioAssaySets(BioAssay bioAssay) BioAssayDaoImpl.getBioAssaySets(BioAssay bioAssay) BioAssayService.getBioAssaySets(BioAssay bioAssay) Obtain all theBioAssaySetthat contain the givenBioAssay.BioAssayServiceImpl.getBioAssaySets(BioAssay bioAssay) -
Uses of BioAssaySet in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData with parameters of type BioAssaySetModifier and TypeMethodDescriptionProcessedExpressionDataVectorService.getProcessedDataArrays(BioAssaySet bioAssaySet, Collection<Long> genes) ProcessedExpressionDataVectorServiceImpl.getProcessedDataArrays(BioAssaySet bioAssaySet, Collection<Long> genes) -
Uses of BioAssaySet in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type BioAssaySetModifier and TypeMethodDescriptionstatic Collection<ArrayDesign> CommonQueries.getArrayDesignsUsed(BioAssaySet bas, Session session) Retrieve a list of array designs used in given expression experimentMethod parameters in ubic.gemma.persistence.util with type arguments of type BioAssaySetModifier and TypeMethodDescriptionstatic Collection<ArrayDesign> CommonQueries.getArrayDesignsUsed(Collection<? extends BioAssaySet> ees, Session session) Retrieve a list of array designs used by the given experiments.