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 TypeClassDescriptionclassStrategy to match aBioAssayagainst 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 TypeInterfaceDescriptioninterfaceStrategy used for comparingBioAssayto sample names from the data.interfaceMaps gene identifiers toCompositeSequence.interfaceHintingEntityMapper<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 TypeClassDescriptionclassclassBase class for design element mapper that use gene identifiers.classStrategy for mapping sample name toBioAssaythat relies on overlapping cell IDs.classChainedEntityMapper<T extends Identifiable>Implementation of a chain of entity mappers.classMatch design elements using Ensembl IDs.classclassclassMapBasedEntityMapper<T extends Identifiable>A simple implementation ofEntityMapperthat uses aMapto store association between identifiers and entities.classMatch design elements using the NCBI ID.classMatch design elements using the official symbol of a gene.classA BioAssay-to-sample-name matcher that renames samples before matching them.classA simple strategy for matching BioAssay to sample name.classA 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 StringEntityMapperUtils.getPossibleIdentifiers(Collection<BioAssay> bioAssays, EntityMapper<BioAssay> mapper) Render a breakdown of possibleBioAssay -> sample identifierassociations.Constructors in ubic.gemma.core.loader.util.mapper with parameters of type EntityMapper