Class GeoBioAssayMapper
java.lang.Object
ubic.gemma.core.loader.util.mapper.AbstractBioAssayMapper
ubic.gemma.core.loader.expression.geo.singleCell.GeoBioAssayMapper
- All Implemented Interfaces:
BioAssayMapper,EntityMapper<BioAssay>,HintingEntityMapper<BioAssay>
public class GeoBioAssayMapper
extends AbstractBioAssayMapper
implements HintingEntityMapper<BioAssay>
Strategy to match a
BioAssay against a sample name provided by GEO.
Ideally, the provided sample name is a GSM accession, but in some cases it might originate from a supplementary file, so this has some fallback on other metadata.
- Author:
- poirigui
-
Nested Class Summary
Nested classes/interfaces inherited from interface ubic.gemma.core.loader.util.mapper.EntityMapper
EntityMapper.MappingStatistics, EntityMapper.StatefulEntityMapper<T extends Identifiable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCandidateIdentifiers(BioAssay entity) Obtain a list of possible identifiers for the given entity from higher to lower confidence.getName()Obtain the name of the mapping strategy.matchAllInternal(Collection<BioAssay> bas, String sampleName) Methods inherited from class ubic.gemma.core.loader.util.mapper.AbstractBioAssayMapper
contains, containsAny, forCandidates, matchAll, matchAll, matchDescriptionIgnoreCase, matchId, matchName, matchNameIgnoreCase, matchOne, matchOne, matchWithFunction, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.core.loader.util.mapper.BioAssayMapper
forCandidatesMethods inherited from interface ubic.gemma.core.loader.util.mapper.EntityMapper
contains, containsAny, forCandidates, getMappingStatistics, matchAll, matchAll, matchOne, matchOne
-
Constructor Details
-
GeoBioAssayMapper
public GeoBioAssayMapper()
-
-
Method Details
-
getName
Description copied from interface:EntityMapperObtain the name of the mapping strategy.- Specified by:
getNamein interfaceEntityMapper<BioAssay>
-
matchAllInternal
- Specified by:
matchAllInternalin classAbstractBioAssayMapper
-
getCandidateIdentifiers
Description copied from interface:HintingEntityMapperObtain a list of possible identifiers for the given entity from higher to lower confidence.- Specified by:
getCandidateIdentifiersin interfaceHintingEntityMapper<BioAssay>
-