Uses of Class
ubic.gemma.model.common.protocol.Protocol
Packages that use Protocol
Package
Description
This package contains classes for loading single-cell expression data.
This package contains classes for loading single-cell metadata such as cell type assignment and cell-level
characteristics.
-
Uses of Protocol in ubic.gemma.cli.util
Methods in ubic.gemma.cli.util that return ProtocolModifier and TypeMethodDescriptionEntityLocator.locateProtocol(String protocolName) EntityLocatorImpl.locateProtocol(String protocolName) -
Uses of Protocol in ubic.gemma.core.loader.expression.singleCell
Methods in ubic.gemma.core.loader.expression.singleCell that return ProtocolModifier and TypeMethodDescriptionSingleCellDataLoaderConfig.getCellTypeAssignmentProtocol()A protocol to use for the cell type assignment.Methods in ubic.gemma.core.loader.expression.singleCell with parameters of type ProtocolModifier and TypeMethodDescriptionSingleCellDataLoaderConfig.SingleCellDataLoaderConfigBuilder.cellTypeAssignmentProtocol(Protocol cellTypeAssignmentProtocol) A protocol to use for the cell type assignment. -
Uses of Protocol in ubic.gemma.core.loader.expression.singleCell.metadata
Methods in ubic.gemma.core.loader.expression.singleCell.metadata with parameters of type ProtocolModifier and TypeMethodDescriptionvoidGenericMetadataSingleCellDataLoader.setCellTypeAssignmentProtocol(Protocol cellTypeAssignmentProtocol) -
Uses of Protocol in ubic.gemma.model.analysis
Methods in ubic.gemma.model.analysis that return ProtocolMethods in ubic.gemma.model.analysis with parameters of type ProtocolConstructors in ubic.gemma.model.analysis with parameters of type Protocol -
Uses of Protocol in ubic.gemma.model.common.protocol
Methods in ubic.gemma.model.common.protocol that return Protocol -
Uses of Protocol in ubic.gemma.persistence.persister
Methods in ubic.gemma.persistence.persister that return ProtocolModifier and TypeMethodDescriptionprotected ProtocolCommonPersister.persistProtocol(Protocol protocol) Methods in ubic.gemma.persistence.persister with parameters of type ProtocolModifier and TypeMethodDescriptionprotected ProtocolCommonPersister.persistProtocol(Protocol protocol) -
Uses of Protocol in ubic.gemma.persistence.service.common.protocol
Methods in ubic.gemma.persistence.service.common.protocol that return ProtocolModifier and TypeMethodDescriptionProtocolDao.findByName(String protocolName) ProtocolDaoImpl.findByName(String protocolName) ProtocolService.findByName(String protocolName) ProtocolServiceImpl.findByName(String protocolName) Methods in ubic.gemma.persistence.service.common.protocol that return types with arguments of type ProtocolModifier and TypeMethodDescriptionProtocolDao.loadAllUniqueByName()Load all protocols that are unique by name.ProtocolDaoImpl.loadAllUniqueByName()ProtocolService.loadAllUniqueByName()ProtocolServiceImpl.loadAllUniqueByName()Methods in ubic.gemma.persistence.service.common.protocol with parameters of type Protocol -
Uses of Protocol in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type ProtocolModifier and TypeMethodDescriptionExpressionExperimentDao.getCellTypeAssignmentProtocols()Obtain all cell type assignment protocols currently used.ExpressionExperimentDaoImpl.getCellTypeAssignmentProtocols()SingleCellExpressionExperimentService.getCellTypeAssignmentProtocols()Obtain a collection of protocols used to assign cell types to single-cell vectors.SingleCellExpressionExperimentServiceImpl.getCellTypeAssignmentProtocols()Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type ProtocolModifier and TypeMethodDescriptionSingleCellExpressionExperimentService.relabelCellTypes(ExpressionExperiment ee, QuantitationType qt, SingleCellDimension dimension, List<String> newCellTypeLabels, Protocol labellingProtocol, String description) Relabel the cell types of an existing set of single-cell vectors.SingleCellExpressionExperimentServiceImpl.relabelCellTypes(ExpressionExperiment ee, QuantitationType qt, SingleCellDimension dimension, List<String> newCellTypeLabels, Protocol protocol, String description)