Uses of Class
ubic.gemma.model.expression.biomaterial.BioMaterial
Packages that use BioMaterial
Package
Description
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 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.Methods in ubic.gemma.core.analysis.expression.diff with parameters of type BioMaterialModifier and TypeMethodDescriptionstatic String
DiffExAnalyzerUtils.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 BioAssayDimension
DiffExAnalyzerUtils.createBADMap
(List<BioMaterial> columnsToUse) This bioAssayDimension shouldn't get persisted; it is only for dealing with subset diff ex. analyses.static Map
<ExperimentalFactor, FactorValue> BaselineSelection.getBaselineConditions
(List<BioMaterial> samplesUsed, List<ExperimentalFactor> factors) static Map
<ExperimentalFactor, FactorValue> BaselineSelection.getBaselineLevels
(Collection<ExperimentalFactor> factors, List<BioMaterial> samplesUsed) Identify the FactorValue that should be treated as 'Baseline' for each of the given factors.static DoubleMatrix
<String, String> DiffExAnalyzerUtils.makeDataMatrix
(ObjectMatrix<String, String, Object> designMatrix, DoubleMatrix<CompositeSequence, BioMaterial> namedMatrix) Convert the data into a string-keyed matrix. -
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.svd
Methods in ubic.gemma.core.analysis.preprocess.svd that return types with arguments of type BioMaterialMethods in ubic.gemma.core.analysis.preprocess.svd with parameters of type BioMaterialModifier and TypeMethodDescriptionstatic void
SVDServiceImpl.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 void
SVDServiceImpl.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
Fields in ubic.gemma.core.datastructure.matrix with type parameters of type BioMaterialModifier and TypeFieldDescriptionprotected Map
<BioMaterial, Integer> AbstractMultiAssayExpressionDataMatrix.columnBioMaterialMap
protected Map
<Integer, BioMaterial> AbstractMultiAssayExpressionDataMatrix.columnBioMaterialMapByInteger
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 TypeMethodDescriptionExpressionDataDoubleMatrix.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) int
AbstractBulkExpressionDataMatrix.getColumnIndex
(BioMaterial bioMaterial) int
AbstractMultiAssayExpressionDataMatrix.getColumnIndex
(BioMaterial bioMaterial) int
BulkExpressionDataMatrix.getColumnIndex
(BioMaterial bioMaterial) int
MultiAssayBulkExpressionDataMatrix.getColumnIndex
(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) Constructor parameters in ubic.gemma.core.datastructure.matrix with type arguments of type BioMaterialModifierConstructorDescriptionExpressionDataDoubleMatrix
(ExpressionDataDoubleMatrix sourceMatrix, List<BioMaterial> columnsToUse, BioAssayDimension reorderedDim) Create a matrix based on another one's selected columns.ExpressionDataDoubleMatrix
(ExpressionDataDoubleMatrix dmatrix, DoubleMatrix<CompositeSequence, BioMaterial> copiedMatrix) ExpressionDataDoubleMatrix
(ExpressionDataDoubleMatrix sourceMatrix, DoubleMatrix<CompositeSequence, BioMaterial> dataMatrix, Collection<QuantitationType> quantitationTypes) Create a data matrix like sourceMatrix but use the values and quantitations from dataMatrix.ExpressionDataDoubleMatrix
(ExpressionExperiment ee, QuantitationType qt, DoubleMatrix<CompositeSequence, BioMaterial> matrix) 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 String
ExpressionDataWriterUtils.constructSampleName
(BioMaterial bioMaterial, boolean useIds, boolean useRawColumnNames) static String
ExpressionDataWriterUtils.constructSampleName
(BioMaterial bioMaterial, Collection<BioAssay> bioAssays, boolean useIds, boolean useRawColumnNames, char assayDelimiter) Construct a BioAssay column name prefixed by theBioMaterial
from which it originates.static String
ExpressionDataWriterUtils.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.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 TypeMethodDescriptionvoid
CellBrowserMetadataWriter.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 BioAssay
BioAssay.Factory.newInstance
(String name, ArrayDesign arrayDesignUsed, BioMaterial sampleUsed) void
BioAssay.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 BioMaterial
BioMaterial.Factory.newInstance()
static BioMaterial
BioMaterial.Factory.newInstance
(String name) static BioMaterial
BioMaterial.Factory.newInstance
(String name, Taxon taxon) Methods in ubic.gemma.model.expression.biomaterial with parameters of type BioMaterialModifier and TypeMethodDescriptionvoid
BioMaterial.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 TypeMethodDescriptionvoid
BioAssayService.addBioMaterialAssociation
(BioAssay bioAssay, BioMaterial bioMaterial) Associates a bioMaterial with a specified bioAssay.void
BioAssayServiceImpl.addBioMaterialAssociation
(BioAssay bioAssay, BioMaterial bioMaterial) void
BioAssayService.removeBioMaterialAssociation
(BioAssay bioAssay, BioMaterial bioMaterial) Removes the association between a specific bioMaterial and a bioAssay.void
BioAssayServiceImpl.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) BioMaterialService.create
(BioMaterial bioMaterial) BioMaterialDaoImpl.find
(BioMaterial bioMaterial) BioMaterialService.findOrCreate
(BioMaterial bioMaterial) 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.load
(Collection<Long> ids) BioMaterialService.loadAll()
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 TypeMethodDescriptionvoid
BioMaterialService.addCharacteristic
(BioMaterial bm, Characteristic vc) Will persist the give vocab characteristic to the given biomaterialvoid
BioMaterialServiceImpl.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) BioMaterialService.create
(BioMaterial bioMaterial) protected BioMaterialValueObject
BioMaterialDaoImpl.doLoadValueObject
(BioMaterial entity) BioMaterialDaoImpl.find
(BioMaterial bioMaterial) BioMaterialService.findOrCreate
(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) void
BioMaterialDaoImpl.remove
(BioMaterial entity) void
BioMaterialService.remove
(BioMaterial bioMaterial) void
BioMaterialService.removeCharacteristic
(BioMaterial bm, Characteristic vc) Remove the given characteristic from the given biomaterialvoid
BioMaterialServiceImpl.removeCharacteristic
(BioMaterial bm, Characteristic characterId) BioMaterialDaoImpl.save
(BioMaterial entity) BioMaterialService.thaw
(BioMaterial bioMaterial) BioMaterialServiceImpl.thaw
(BioMaterial bioMaterial) void
BioMaterialDaoImpl.update
(BioMaterial entity) void
BioMaterialService.update
(BioMaterial bioMaterial) static void
BioMaterialUtils.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> void
BioMaterialService.associateBatchFactor
(Map<BioMaterial, T> descriptors, Map<T, FactorValue> d2fv) Associate dates with bioassays and any new factors with the biomaterials.<T> void
BioMaterialServiceImpl.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.getBioMaterialIdList
(Collection<BioMaterial> bioMaterials) BioMaterialServiceImpl.getBioMaterialIdList
(Collection<BioMaterial> bioMaterials) BioMaterialService.thaw
(Collection<BioMaterial> bioMaterials) BioMaterialServiceImpl.thaw
(Collection<BioMaterial> bioMaterials) static void
BioMaterialUtils.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) Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type BioMaterialModifier and TypeMethodDescriptionExpressionExperimentDao.findByBioMaterial
(BioMaterial bm) ExpressionExperimentDaoImpl.findByBioMaterial
(BioMaterial bm) ExpressionExperimentService.findByBioMaterial
(BioMaterial bm) ExpressionExperimentServiceImpl.findByBioMaterial
(BioMaterial bm) Method parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type BioMaterialModifier and TypeMethodDescriptionvoid
ExpressionExperimentService.addFactorValues
(ExpressionExperiment ee, Map<BioMaterial, FactorValue> fvs) Intended with the case of a continuous factor being added.void
ExpressionExperimentServiceImpl.addFactorValues
(ExpressionExperiment ee, Map<BioMaterial, FactorValue> fvs) ExpressionExperimentDao.findByBioMaterials
(Collection<BioMaterial> bms) ExpressionExperimentDaoImpl.findByBioMaterials
(Collection<BioMaterial> bms) -
Uses of BioMaterial in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type BioMaterialModifier and TypeMethodDescriptionstatic void
BusinessKey.addRestrictions
(Criteria queryObject, BioMaterial bioMaterial) static void
Thaws.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)