Uses of Class
ubic.gemma.model.expression.biomaterial.BioMaterial
Packages that use BioMaterial
Package
Description
This package contains classes for filtering expression data.
This package contains data structures for representing matrices of gene expression.
This package contains I/O utilities for reading and writing expression data matrices.
This package contains interfaces and classes for loading expression data.
This package contains classes for loading expression data from CELLxGENE.
This package contains classes for loading single-cell expression data.
This package contains classes related to the Cell Browser visualization tool.
-
Uses of BioMaterial in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionDiffExAnalyzerUtils.buildDesignMatrix(List<ExperimentalFactor> factors, List<BioMaterial> samplesUsed, boolean allowMissingValues) Build a design matrix for the given factors and samples.DifferentialExpressionAnalysisFilterResult.getFinalSamples()Final set of samples.DifferentialExpressionAnalysisFilterResult.getSamplesAfterMinimumCells()Number of samples left after filtering for minimum number of cells.DifferentialExpressionAnalysisFilterResult.getSamplesAfterOutliers()DifferentialExpressionAnalysisFilterResult.getStartingSamples()Starting set of samples prior to filtering.Methods in ubic.gemma.core.analysis.expression.diff with parameters of type BioMaterialModifier and TypeMethodDescriptionstatic StringDiffExAnalyzerUtils.nameForR(BioMaterial sample) Create a name for a sample suitable for R.Method parameters in ubic.gemma.core.analysis.expression.diff with type arguments of type BioMaterialModifier and TypeMethodDescriptionstatic BioAssayDimensionDiffExAnalyzerUtils.createBADMap(List<BioMaterial> columnsToUse) This bioAssayDimension shouldn't get persisted; it is only for dealing with subset diff ex.static Map<ExperimentalFactor, FactorValue> BaselineSelection.getBaselineConditions(Collection<BioMaterial> samplesUsed, Collection<ExperimentalFactor> factors) static DoubleMatrix<String, String> DiffExAnalyzerUtils.makeDataMatrix(ObjectMatrix<String, String, Object> designMatrix, DoubleMatrix<CompositeSequence, BioMaterial> namedMatrix) Convert the data into a string-keyed matrix.voidDifferentialExpressionAnalysisFilterResult.setFinalSamples(Set<BioMaterial> finalSamples) Final set of samples.voidDifferentialExpressionAnalysisFilterResult.setSamplesAfterMinimumCells(Set<BioMaterial> samplesAfterMinimumCells) Number of samples left after filtering for minimum number of cells.voidDifferentialExpressionAnalysisFilterResult.setSamplesAfterOutliers(Set<BioMaterial> samplesAfterOutliers) voidDifferentialExpressionAnalysisFilterResult.setStartingSamples(Set<BioMaterial> startingSamples) Starting set of samples prior to filtering. -
Uses of BioMaterial in ubic.gemma.core.analysis.preprocess.batcheffects
Methods in ubic.gemma.core.analysis.preprocess.batcheffects that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionBatchInfoParser.getBatchInfo(ExpressionExperiment ee, Collection<File> files) Method parameters in ubic.gemma.core.analysis.preprocess.batcheffects with type arguments of type BioMaterialModifier and TypeMethodDescriptionBatchInfoPopulationHelperService.createBatchFactor(ExpressionExperiment ee, Map<BioMaterial, Date> dates) BatchInfoPopulationHelperServiceImpl.createBatchFactor(ExpressionExperiment ee, Map<BioMaterial, Date> dates) BatchInfoPopulationHelperService.createRnaSeqBatchFactor(ExpressionExperiment ee, Map<BioMaterial, String> headers) For RNA-seq, we based the batching on the available device/run/flowcell/lane informationBatchInfoPopulationHelperServiceImpl.createRnaSeqBatchFactor(ExpressionExperiment ee, Map<BioMaterial, String> headers) -
Uses of BioMaterial in ubic.gemma.core.analysis.preprocess.filter
Methods in ubic.gemma.core.analysis.preprocess.filter that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionstatic Set<BioMaterial> ExpressionDataFilterUtils.getSamplesWithData(ExpressionDataDoubleMatrix dataMatrix) Obtain the set of samples (columns) with data. -
Uses of BioMaterial in ubic.gemma.core.analysis.preprocess.svd
Methods in ubic.gemma.core.analysis.preprocess.svd that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionSVDResult.getBioMaterials()Biomaterials used in the SVD analysis.ExpressionDataSVD.getV()SVDResult.getVMatrix()Row names: biomaterials; column names: eigengene number (from 0)Methods in ubic.gemma.core.analysis.preprocess.svd with parameters of type BioMaterialModifier and TypeMethodDescriptionstatic voidSVDServiceImpl.populateBMFMap(Map<ExperimentalFactor, Map<BioMaterial, Number>> bioMaterialFactorMap, BioMaterial bm) Retrieve relationships between factors, biomaterials and factor values.Method parameters in ubic.gemma.core.analysis.preprocess.svd with type arguments of type BioMaterialModifier and TypeMethodDescriptionstatic voidSVDServiceImpl.populateBMFMap(Map<ExperimentalFactor, Map<BioMaterial, Number>> bioMaterialFactorMap, BioMaterial bm) Retrieve relationships between factors, biomaterials and factor values. -
Uses of BioMaterial in ubic.gemma.core.datastructure.matrix
Methods in ubic.gemma.core.datastructure.matrix that return BioMaterialModifier and TypeMethodDescriptionAbstractBulkExpressionDataMatrix.getBioMaterialForColumn(int index) AbstractMultiAssayExpressionDataMatrix.getBioMaterialForColumn(int index) BulkExpressionDataMatrix.getBioMaterialForColumn(int index) Obtain a biomaterial corresponding to a column.EmptySingleCellExpressionDataMatrix.getBioMaterialForColumn(int j) MultiAssayBulkExpressionDataMatrix.getBioMaterialForColumn(int index) SingleCellExpressionDataDoubleMatrix.getBioMaterialForColumn(int j) SingleCellExpressionDataIntMatrix.getBioMaterialForColumn(int j) SingleCellExpressionDataMatrix.getBioMaterialForColumn(int j) Methods in ubic.gemma.core.datastructure.matrix that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionAbstractBulkExpressionDataMatrix.getBioMaterials()AbstractMultiAssayExpressionDataMatrix.getBioMaterials()BulkExpressionDataMatrix.getBioMaterials()ExpressionDataDoubleMatrix.getMatrix()static List<BioMaterial> ExpressionDataMatrixColumnSort.orderByExperimentalDesign(List<BioMaterial> start, Collection<ExperimentalFactor> factors, ExperimentalFactor primaryFactor) static List<BioMaterial> ExpressionDataMatrixColumnSort.orderByExperimentalDesign(BulkExpressionDataMatrix<?> dmatrix, Collection<ExperimentalFactor> factors, ExperimentalFactor primaryFactor) Methods in ubic.gemma.core.datastructure.matrix with parameters of type BioMaterialModifier and TypeMethodDescriptionExpressionDataIntegerMatrix.get(CompositeSequence designElement, BioMaterial bioMaterial) intAbstractBulkExpressionDataMatrix.getColumnIndex(BioMaterial bioMaterial) intAbstractMultiAssayExpressionDataMatrix.getColumnIndex(BioMaterial bioMaterial) intBulkExpressionDataMatrix.getColumnIndex(BioMaterial bioMaterial) intMultiAssayBulkExpressionDataMatrix.getColumnIndex(BioMaterial bioMaterial) int[]ExpressionDataDoubleMatrix.getNumberOfCellsForColumn(BioMaterial bioMaterial) int[]SingleCellDerivedBulkExpressionDataMatrix.getNumberOfCellsForColumn(BioMaterial bioMaterial) Method parameters in ubic.gemma.core.datastructure.matrix with type arguments of type BioMaterialModifier and TypeMethodDescriptionstatic List<BioMaterial> ExpressionDataMatrixColumnSort.orderByExperimentalDesign(List<BioMaterial> start, Collection<ExperimentalFactor> factors, ExperimentalFactor primaryFactor) protected voidAbstractMultiAssayExpressionDataMatrix.setUpColumnElements(LinkedHashMap<BioMaterial, Set<BioAssay>> bioMaterialMap) BulkExpressionDataDoubleMatrix.sliceColumns(List<BioMaterial> bioMaterials) BulkExpressionDataDoubleMatrix.sliceColumns(List<BioMaterial> bioMaterials, BioAssayDimension dimension) BulkExpressionDataIntMatrix.sliceColumns(List<BioMaterial> bioMaterials) BulkExpressionDataIntMatrix.sliceColumns(List<BioMaterial> bioMaterials, BioAssayDimension dimension) BulkExpressionDataMatrix.sliceColumns(List<BioMaterial> bioMaterials) Slice the requested samples (columns) from this matrix.BulkExpressionDataMatrix.sliceColumns(List<BioMaterial> bioMaterials, BioAssayDimension dimension) Slice the requested samples (columns) from this matrix.EmptyBulkExpressionDataMatrix.sliceColumns(List<BioMaterial> bioMaterials) EmptyBulkExpressionDataMatrix.sliceColumns(List<BioMaterial> bioMaterials, BioAssayDimension dimension) EmptyExpressionMatrix.sliceColumns(List<BioMaterial> bioMaterials) EmptyExpressionMatrix.sliceColumns(List<BioMaterial> bioMaterials, BioAssayDimension dimension) ExpressionDataBooleanMatrix.sliceColumns(List<BioMaterial> bioMaterials) ExpressionDataBooleanMatrix.sliceColumns(List<BioMaterial> bioMaterials, BioAssayDimension dimension) ExpressionDataDoubleMatrix.sliceColumns(List<BioMaterial> bioMaterials) ExpressionDataDoubleMatrix.sliceColumns(List<BioMaterial> bioMaterials, BioAssayDimension reorderedDim) ExpressionDataIntegerMatrix.sliceColumns(List<BioMaterial> bioMaterials) ExpressionDataIntegerMatrix.sliceColumns(List<BioMaterial> bioMaterials, BioAssayDimension dimension) ExpressionDataStringMatrix.sliceColumns(List<BioMaterial> bioMaterials) ExpressionDataStringMatrix.sliceColumns(List<BioMaterial> bioMaterials, BioAssayDimension dimension) ExpressionDataDoubleMatrix.withMatrix(DoubleMatrix<CompositeSequence, BioMaterial> matrix) Create a copy of this matrix with the given data matrix.ExpressionDataDoubleMatrix.withMatrix(DoubleMatrix<CompositeSequence, BioMaterial> matrix, Map<QuantitationType, QuantitationType> quantitationTypes) Create a copy of this matrix with the given data matrix and quantitation types.Constructor parameters in ubic.gemma.core.datastructure.matrix with type arguments of type BioMaterialModifierConstructorDescriptionExpressionDataDoubleMatrix(ExpressionExperiment ee, DoubleMatrix<CompositeSequence, BioMaterial> dataMatrix, QuantitationType qt) Create a matrix given a 'raw' matrix that uses the same samples as the experiment. -
Uses of BioMaterial in ubic.gemma.core.datastructure.matrix.io
Methods in ubic.gemma.core.datastructure.matrix.io with parameters of type BioMaterialModifier and TypeMethodDescriptionstatic StringExpressionDataWriterUtils.constructSampleName(BioMaterial bioMaterial, boolean useIds, boolean useRawColumnNames) static StringExpressionDataWriterUtils.constructSampleName(BioMaterial bioMaterial, Collection<BioAssay> bioAssays, boolean useIds, boolean useRawColumnNames, char assayDelimiter) Construct a BioAssay column name prefixed by theBioMaterialfrom which it originates.static StringExpressionDataWriterUtils.constructSampleName(BioMaterial bm, BioAssay ba, boolean useIds, boolean useRawColumnNames) Construct a sample name in case there is only one BioAssay attached to the corresponding BioMaterial. -
Uses of BioMaterial in ubic.gemma.core.loader.expression
Methods in ubic.gemma.core.loader.expression that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionAbstractDelegatingDataLoader.getSamplesCharacteristics(Collection<BioAssay> samples) DataLoader.getSamplesCharacteristics(Collection<BioAssay> samples) Load samples characteristics present in the data.Method parameters in ubic.gemma.core.loader.expression with type arguments of type BioMaterialModifier and TypeMethodDescriptionAbstractDelegatingDataLoader.getFactors(Collection<BioAssay> samples, Map<BioMaterial, Set<FactorValue>> factorValueAssignments) DataLoader.getFactors(Collection<BioAssay> samples, Map<BioMaterial, Set<FactorValue>> factorValueAssignments) Load experimental factors present in the data. -
Uses of BioMaterial in ubic.gemma.core.loader.expression.cellxgene
Methods in ubic.gemma.core.loader.expression.cellxgene that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionCellXGeneAnnDataSingleCellDataLoader.getSamplesCharacteristics(Collection<BioAssay> samples) -
Uses of BioMaterial in ubic.gemma.core.loader.expression.singleCell
Methods in ubic.gemma.core.loader.expression.singleCell that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionAnnDataSingleCellDataLoader.getSamplesCharacteristics(Collection<BioAssay> samples) MexSingleCellDataLoader.getSamplesCharacteristics(Collection<BioAssay> samples) MEX does not provide sample characteristics.NullSingleCellDataLoader.getSamplesCharacteristics(Collection<BioAssay> samples) Method parameters in ubic.gemma.core.loader.expression.singleCell with type arguments of type BioMaterialModifier and TypeMethodDescriptionAnnDataSingleCellDataLoader.getFactors(Collection<BioAssay> samples, Map<BioMaterial, Set<FactorValue>> factorValueAssignments) MexSingleCellDataLoader.getFactors(Collection<BioAssay> samples, Map<BioMaterial, Set<FactorValue>> factorValueAssignments) MEX does not provide experimental factors.NullSingleCellDataLoader.getFactors(Collection<BioAssay> samples, Map<BioMaterial, Set<FactorValue>> factorValueAssignments) -
Uses of BioMaterial in ubic.gemma.core.visualization.cellbrowser
Method parameters in ubic.gemma.core.visualization.cellbrowser with type arguments of type BioMaterialModifier and TypeMethodDescriptionvoidCellBrowserMetadataWriter.writeCell(BioAssay bioAssay, String cellId, int cellIndex, List<ExperimentalFactor> factors, Map<ExperimentalFactor, Map<BioMaterial, FactorValue>> factorValueMap, SortedMap<Category, Map<BioAssay, Characteristic>> bioAssayCharacteristics, SortedMap<Category, Map<BioMaterial, Characteristic>> sampleCharacteristics, List<CellLevelCharacteristics> clcs, Writer writer) -
Uses of BioMaterial in ubic.gemma.model.expression.bioAssay
Methods in ubic.gemma.model.expression.bioAssay that return BioMaterialMethods in ubic.gemma.model.expression.bioAssay with parameters of type BioMaterialModifier and TypeMethodDescriptionstatic BioAssayBioAssay.Factory.newInstance(String name, ArrayDesign arrayDesignUsed, BioMaterial sampleUsed) voidBioAssay.setSampleUsed(BioMaterial sampleUsed) -
Uses of BioMaterial in ubic.gemma.model.expression.biomaterial
Fields in ubic.gemma.model.expression.biomaterial with type parameters of type BioMaterialMethods in ubic.gemma.model.expression.biomaterial that return BioMaterialModifier and TypeMethodDescriptionBioMaterial.getSourceBioMaterial()Parent biomaterial or null if this is a top-level biomaterial.static BioMaterialBioMaterial.Factory.newInstance()static BioMaterialBioMaterial.Factory.newInstance(String name) static BioMaterialBioMaterial.Factory.newInstance(String name, Taxon taxon) Methods in ubic.gemma.model.expression.biomaterial with parameters of type BioMaterialModifier and TypeMethodDescriptionvoidBioMaterial.setSourceBioMaterial(BioMaterial sourceBioMaterial) Constructors in ubic.gemma.model.expression.biomaterial with parameters of type BioMaterialModifierConstructorDescriptionBioMaterialValueObject(BioMaterial bm, boolean basic, boolean allFactorValuesAndCharacteristics) -
Uses of BioMaterial in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionstatic Map<ExperimentalFactor, Map<BioMaterial, FactorValue>> ExperimentalDesignUtils.getFactorValueMap(Collection<ExperimentalFactor> factors, Collection<BioMaterial> samples) static Map<ExperimentalFactor, Map<BioMaterial, FactorValue>> ExperimentalDesignUtils.getFactorValueMap(ExperimentalDesign experimentalDesign, Collection<BioMaterial> samples) Create a mapping of samples to factor values for all factors in the experimental design.Method parameters in ubic.gemma.model.expression.experiment with type arguments of type BioMaterialModifier and TypeMethodDescriptionstatic Map<ExperimentalFactor, Map<BioMaterial, FactorValue>> ExperimentalDesignUtils.getFactorValueMap(ExperimentalDesign experimentalDesign, Collection<BioMaterial> samples) Create a mapping of samples to factor values for all factors in the experimental design. -
Uses of BioMaterial in ubic.gemma.persistence.service.expression.bioAssay
Methods in ubic.gemma.persistence.service.expression.bioAssay with parameters of type BioMaterialModifier and TypeMethodDescriptionvoidBioAssayService.addBioMaterialAssociation(BioAssay bioAssay, BioMaterial bioMaterial) Associates a bioMaterial with a specified bioAssay.voidBioAssayServiceImpl.addBioMaterialAssociation(BioAssay bioAssay, BioMaterial bioMaterial) voidBioAssayService.removeBioMaterialAssociation(BioAssay bioAssay, BioMaterial bioMaterial) Removes the association between a specific bioMaterial and a bioAssay.voidBioAssayServiceImpl.removeBioMaterialAssociation(BioAssay bioAssay, BioMaterial bioMaterial) -
Uses of BioMaterial in ubic.gemma.persistence.service.expression.biomaterial
Methods in ubic.gemma.persistence.service.expression.biomaterial that return BioMaterialModifier and TypeMethodDescriptionBioMaterialDao.copy(BioMaterial bioMaterial) BioMaterialDaoImpl.copy(BioMaterial bioMaterial) BioMaterialService.copy(BioMaterial bioMaterial) Copies a bioMaterial.BioMaterialServiceImpl.copy(BioMaterial bioMaterial) BioMaterialDaoImpl.create(BioMaterial entity) BioMaterialDaoImpl.find(BioMaterial bioMaterial) <T extends Exception>
BioMaterialBioMaterialService.loadAndThawOrFail(Long bmId, Function<String, T> exceptionSupplier, String message) <T extends Exception>
BioMaterialBioMaterialServiceImpl.loadAndThawOrFail(Long bmId, Function<String, T> exceptionSupplier, String message) BioMaterialDaoImpl.save(BioMaterial entity) BioMaterialService.thaw(BioMaterial bioMaterial) BioMaterialServiceImpl.thaw(BioMaterial bioMaterial) Methods in ubic.gemma.persistence.service.expression.biomaterial that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionstatic Map<Category, Map<BioMaterial, Collection<Characteristic>>> BioMaterialUtils.createCharacteristicMap(Collection<BioMaterial> samples) Create a mapping of biomaterial to characteristics for each category.BioMaterialDao.findByExperiment(ExpressionExperiment experiment) BioMaterialDaoImpl.findByExperiment(ExpressionExperiment experiment) BioMaterialService.findByExperiment(ExpressionExperiment experiment) BioMaterialServiceImpl.findByExperiment(ExpressionExperiment experiment) BioMaterialDao.findByFactor(ExperimentalFactor experimentalFactor) BioMaterialDaoImpl.findByFactor(ExperimentalFactor experimentalFactor) BioMaterialService.findByFactor(ExperimentalFactor experimentalFactor) BioMaterialServiceImpl.findByFactor(ExperimentalFactor experimentalFactor) BioMaterialService.findSiblings(BioMaterial bioMaterial) Find the siblings of a given biomaterial.BioMaterialServiceImpl.findSiblings(BioMaterial bioMaterial) BioMaterialDao.findSubBioMaterials(Collection<BioMaterial> bioMaterials, boolean direct) Find all the sub-biomaterials for a given biomaterial related bygetSourceBioMaterial().BioMaterialDao.findSubBioMaterials(BioMaterial bioMaterial, boolean direct) Find all the sub-biomaterials for a given biomaterial related bygetSourceBioMaterial().BioMaterialDaoImpl.findSubBioMaterials(Collection<BioMaterial> bioMaterials, boolean direct) BioMaterialDaoImpl.findSubBioMaterials(BioMaterial bioMaterial, boolean direct) BioMaterialService.findSubBioMaterials(BioMaterial bioMaterial, boolean direct) BioMaterialServiceImpl.findSubBioMaterials(BioMaterial bioMaterial, boolean direct) BioMaterialDao.getExpressionExperiments(BioMaterial bm) Obtain all the experiments a biomaterial is used in from its hierarchy.BioMaterialDaoImpl.getExpressionExperiments(BioMaterial bm) BioMaterialService.getExpressionExperiments(BioMaterial bm) BioMaterialServiceImpl.getExpressionExperiments(BioMaterial bm) BioMaterialService.thaw(Collection<BioMaterial> bioMaterials) BioMaterialServiceImpl.thaw(Collection<BioMaterial> bioMaterials) BioMaterialService.updateBioMaterials(Collection<BioMaterialValueObject> valueObjects) Update the biomaterials that are described by the given valueObjects.BioMaterialServiceImpl.updateBioMaterials(Collection<BioMaterialValueObject> valueObjects) Methods in ubic.gemma.persistence.service.expression.biomaterial with parameters of type BioMaterialModifier and TypeMethodDescriptionvoidBioMaterialService.addCharacteristic(BioMaterial bm, Characteristic vc) Will persist the give vocab characteristic to the given biomaterialvoidBioMaterialServiceImpl.addCharacteristic(BioMaterial bm, Characteristic vc) BioMaterialDao.copy(BioMaterial bioMaterial) BioMaterialDaoImpl.copy(BioMaterial bioMaterial) BioMaterialService.copy(BioMaterial bioMaterial) Copies a bioMaterial.BioMaterialServiceImpl.copy(BioMaterial bioMaterial) BioMaterialDaoImpl.create(BioMaterial entity) protected BioMaterialValueObjectBioMaterialDaoImpl.doLoadValueObject(BioMaterial entity) BioMaterialDaoImpl.find(BioMaterial bioMaterial) BioMaterialService.findSiblings(BioMaterial bioMaterial) Find the siblings of a given biomaterial.BioMaterialServiceImpl.findSiblings(BioMaterial bioMaterial) BioMaterialDao.findSubBioMaterials(BioMaterial bioMaterial, boolean direct) Find all the sub-biomaterials for a given biomaterial related bygetSourceBioMaterial().BioMaterialDaoImpl.findSubBioMaterials(BioMaterial bioMaterial, boolean direct) BioMaterialService.findSubBioMaterials(BioMaterial bioMaterial, boolean direct) BioMaterialServiceImpl.findSubBioMaterials(BioMaterial bioMaterial, boolean direct) BioMaterialDao.getExpressionExperiments(BioMaterial bm) Obtain all the experiments a biomaterial is used in from its hierarchy.BioMaterialDaoImpl.getExpressionExperiments(BioMaterial bm) BioMaterialService.getExpressionExperiments(BioMaterial bm) BioMaterialServiceImpl.getExpressionExperiments(BioMaterial bm) voidBioMaterialDaoImpl.remove(BioMaterial entity) voidBioMaterialService.removeCharacteristics(BioMaterial bm, Collection<Characteristic> vc) Remove the given characteristic from the given biomaterialvoidBioMaterialServiceImpl.removeCharacteristics(BioMaterial bm, Collection<Characteristic> characteristicsToRemove) BioMaterialDaoImpl.save(BioMaterial entity) BioMaterialService.thaw(BioMaterial bioMaterial) BioMaterialServiceImpl.thaw(BioMaterial bioMaterial) voidBioMaterialDaoImpl.update(BioMaterial entity) static voidBioMaterialUtils.visitBioMaterials(BioMaterial bioMaterial, Consumer<BioMaterial> visitor) Visit all the biomaterials in the hierarchy.Method parameters in ubic.gemma.persistence.service.expression.biomaterial with type arguments of type BioMaterialModifier and TypeMethodDescription<T> voidBioMaterialService.associateBatchFactor(Map<BioMaterial, T> descriptors, Map<T, FactorValue> d2fv) Associate dates with bioassays and any new factors with the biomaterials.<T> voidBioMaterialServiceImpl.associateBatchFactor(Map<BioMaterial, T> descriptors, Map<T, FactorValue> d2fv) static Map<Category, Map<BioMaterial, Collection<Characteristic>>> BioMaterialUtils.createCharacteristicMap(Collection<BioMaterial> samples) Create a mapping of biomaterial to characteristics for each category.BioMaterialDao.findSubBioMaterials(Collection<BioMaterial> bioMaterials, boolean direct) Find all the sub-biomaterials for a given biomaterial related bygetSourceBioMaterial().BioMaterialDaoImpl.findSubBioMaterials(Collection<BioMaterial> bioMaterials, boolean direct) BioMaterialService.thaw(Collection<BioMaterial> bioMaterials) BioMaterialServiceImpl.thaw(Collection<BioMaterial> bioMaterials) static voidBioMaterialUtils.visitBioMaterials(BioMaterial bioMaterial, Consumer<BioMaterial> visitor) Visit all the biomaterials in the hierarchy. -
Uses of BioMaterial in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionExpressionExperimentDao.findByBioMaterials(Collection<BioMaterial> bms) ExpressionExperimentDaoImpl.findByBioMaterials(Collection<BioMaterial> bms) ExpressionExperimentService.findByBioMaterials(Collection<BioMaterial> biomaterials) ExpressionExperimentServiceImpl.findByBioMaterials(Collection<BioMaterial> biomaterials) Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type BioMaterialModifier and TypeMethodDescriptionExpressionExperimentDao.findByBioMaterial(BioMaterial bm) ExpressionExperimentDao.findByBioMaterial(BioMaterial bm, boolean includeSubSets) ExpressionExperimentDaoImpl.findByBioMaterial(BioMaterial bm) ExpressionExperimentDaoImpl.findByBioMaterial(BioMaterial bm, boolean includeSubSets) ExpressionExperimentService.findByBioMaterial(BioMaterial bm) ExpressionExperimentService.findByBioMaterial(BioMaterial bm, boolean includeSubSets) ExpressionExperimentServiceImpl.findByBioMaterial(BioMaterial bm) ExpressionExperimentServiceImpl.findByBioMaterial(BioMaterial bm, boolean includeSubSets) ExpressionExperimentDao.findIdsByBioMaterial(BioMaterial bm, boolean includeSubSets) ExpressionExperimentDaoImpl.findIdsByBioMaterial(BioMaterial bm, boolean includeSubSets) ExpressionExperimentService.findIdsByBioMaterial(BioMaterial bm, boolean includeSubSets) ExpressionExperimentServiceImpl.findIdsByBioMaterial(BioMaterial bm, boolean includeSubSets) Method parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type BioMaterialModifier and TypeMethodDescriptionvoidExpressionExperimentService.addFactorValues(ExpressionExperiment ee, Map<BioMaterial, FactorValue> fvs) Intended with the case of a continuous factor being added.voidExpressionExperimentServiceImpl.addFactorValues(ExpressionExperiment ee, Map<BioMaterial, FactorValue> fvs) ExpressionExperimentDao.findByBioMaterials(Collection<BioMaterial> bms) ExpressionExperimentDaoImpl.findByBioMaterials(Collection<BioMaterial> bms) ExpressionExperimentService.findByBioMaterials(Collection<BioMaterial> biomaterials) ExpressionExperimentServiceImpl.findByBioMaterials(Collection<BioMaterial> biomaterials) -
Uses of BioMaterial in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type BioMaterialModifier and TypeMethodDescriptionstatic voidBusinessKey.addRestrictions(Criteria queryObject, BioMaterial bioMaterial) static voidThaws.thawBioMaterial(BioMaterial bm2) Thaw the given BioMaterial. -
Uses of BioMaterial in ubic.gemma.web.controller.expression.biomaterial
Methods in ubic.gemma.web.controller.expression.biomaterial that return types with arguments of type BioMaterialModifier and TypeMethodDescriptionBioMaterialController.getBioMaterials(Collection<Long> ids) BioMaterialController.getBioMaterialsForEE(Long id) Method parameters in ubic.gemma.web.controller.expression.biomaterial with type arguments of type BioMaterialModifier and TypeMethodDescriptionBioMaterialController.getAnnotation(EntityDelegator<BioMaterial> bm) BioMaterialController.getFactorValues(EntityDelegator<BioMaterial> bm)