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 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(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 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
Fields in ubic.gemma.core.datastructure.matrix with type parameters of type BioMaterialModifier and TypeFieldDescriptionprotected Map<BioMaterial, Integer> AbstractMultiAssayExpressionDataMatrix.columnBioMaterialMapprotected Map<Integer, BioMaterial> AbstractMultiAssayExpressionDataMatrix.columnBioMaterialMapByIntegerMethods 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) intAbstractBulkExpressionDataMatrix.getColumnIndex(BioMaterial bioMaterial) intAbstractMultiAssayExpressionDataMatrix.getColumnIndex(BioMaterial bioMaterial) intBulkExpressionDataMatrix.getColumnIndex(BioMaterial bioMaterial) intMultiAssayBulkExpressionDataMatrix.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 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.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) 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 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) BioMaterialService.create(BioMaterial bioMaterial) protected BioMaterialValueObjectBioMaterialDaoImpl.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) voidBioMaterialDaoImpl.remove(BioMaterial entity) voidBioMaterialService.remove(BioMaterial bioMaterial) voidBioMaterialService.removeCharacteristic(BioMaterial bm, Characteristic vc) Remove the given characteristic from the given biomaterialvoidBioMaterialServiceImpl.removeCharacteristic(BioMaterial bm, Characteristic characterId) BioMaterialDaoImpl.save(BioMaterial entity) BioMaterialService.thaw(BioMaterial bioMaterial) BioMaterialServiceImpl.thaw(BioMaterial bioMaterial) voidBioMaterialDaoImpl.update(BioMaterial entity) voidBioMaterialService.update(BioMaterial bioMaterial) 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.getBioMaterialIdList(Collection<BioMaterial> bioMaterials) BioMaterialServiceImpl.getBioMaterialIdList(Collection<BioMaterial> bioMaterials) 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) 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 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)