Uses of Interface
ubic.gemma.core.loader.util.mapper.DesignElementMapper
Packages that use DesignElementMapper
Package
Description
This package contains interfaces and classes for loading expression data.
This package contains classes for loading single-cell expression data.
Utilities for mapping
Identifiable entities to external identifiers.-
Uses of DesignElementMapper in ubic.gemma.core.loader.expression
Methods in ubic.gemma.core.loader.expression with parameters of type DesignElementMapperModifier and TypeMethodDescriptionvoidAbstractDelegatingDataLoader.setDesignElementToGeneMapper(DesignElementMapper designElementToGeneMapper) voidDataLoader.setDesignElementToGeneMapper(DesignElementMapper designElementToGeneMapper) Set the strategy used for mappingCompositeSequenceto gene identifiers from the data. -
Uses of DesignElementMapper in ubic.gemma.core.loader.expression.singleCell
Methods in ubic.gemma.core.loader.expression.singleCell with parameters of type DesignElementMapperModifier and TypeMethodDescriptionvoidAnnDataSingleCellDataLoader.setDesignElementToGeneMapper(DesignElementMapper designElementToGeneMapper) voidMexSingleCellDataLoader.setDesignElementToGeneMapper(DesignElementMapper designElementToGeneMapper) voidNullSingleCellDataLoader.setDesignElementToGeneMapper(DesignElementMapper designElementToGeneMapper) -
Uses of DesignElementMapper in ubic.gemma.core.loader.util.mapper
Classes in ubic.gemma.core.loader.util.mapper that implement DesignElementMapperModifier and TypeClassDescriptionclassBase class for design element mapper that use gene identifiers.classMatch design elements using Ensembl IDs.classclassclassMatch design elements using the NCBI ID.classMatch design elements using the official symbol of a gene.classA simple design element mapper that simply uses the name as identifier.