Uses of Interface
ubic.gemma.core.loader.util.mapper.EntityMapper
Packages that use EntityMapper
Package
Description
This package contains specific logic for dealing with single-cell data from GEO.
Utilities for mapping
Identifiable
entities to external identifiers.-
Uses of EntityMapper in ubic.gemma.core.loader.expression.geo.singleCell
Classes in ubic.gemma.core.loader.expression.geo.singleCell that implement EntityMapperModifier and TypeClassDescriptionclass
Strategy to match aBioAssay
against a sample name provided by GEO. -
Uses of EntityMapper in ubic.gemma.core.loader.util.mapper
Subinterfaces of EntityMapper in ubic.gemma.core.loader.util.mapperModifier and TypeInterfaceDescriptioninterface
Strategy used for comparingBioAssay
to sample names from the data.interface
Maps gene identifiers toCompositeSequence
.interface
HintingEntityMapper<T extends Identifiable>
Interface for mappers that can provide hints of identifier candidates.Classes in ubic.gemma.core.loader.util.mapper that implement EntityMapperModifier and TypeClassDescriptionclass
class
Base class for design element mapper that use gene identifiers.class
Strategy for mapping sample name toBioAssay
that relies on overlapping cell IDs.class
ChainedEntityMapper<T extends Identifiable>
Implementation of a chain of entity mappers.class
Match design elements using Ensembl IDs.class
class
class
MapBasedEntityMapper<T extends Identifiable>
A simple implementation ofEntityMapper
that uses aMap
to store association between identifiers and entities.class
Match design elements using the NCBI ID.class
Match design elements using the official symbol of a gene.class
A BioAssay-to-sample-name matcher that renames samples before matching them.class
A simple strategy for matching BioAssay to sample name.class
A simple design element mapper that simply uses the name as identifier.Methods in ubic.gemma.core.loader.util.mapper with parameters of type EntityMapperModifier and TypeMethodDescriptionstatic String
EntityMapperUtils.getPossibleIdentifiers
(Collection<BioAssay> bioAssays, EntityMapper<BioAssay> mapper) Render a breakdown of possibleBioAssay -> sample identifier
associations.Constructors in ubic.gemma.core.loader.util.mapper with parameters of type EntityMapper