Uses of Class
ubic.gemma.core.loader.util.mapper.EntityMapper.MappingStatistics
-
Packages that use EntityMapper.MappingStatistics Package Description ubic.gemma.core.loader.util.mapper Utilities for mappingIdentifiable
entities to external identifiers. -
-
Uses of EntityMapper.MappingStatistics in ubic.gemma.core.loader.util.mapper
Methods in ubic.gemma.core.loader.util.mapper that return EntityMapper.MappingStatistics Modifier and Type Method Description EntityMapper.MappingStatistics
ChainedEntityMapper. getMappingStatistics(Collection<T> candidates, Collection<String> identifiers)
default EntityMapper.MappingStatistics
EntityMapper. getMappingStatistics(Collection<T> candidates, Collection<String> identifiers)
Calculate mapping statistics for a set of gene identifiers and candidates.EntityMapper.MappingStatistics
EntityMapper.StatefulEntityMapper. getMappingStatistics(Collection<String> identifiers)
Calculate mapping statistics for a set of gene identifiers.
-