Class SingleCellBrainMatcher
java.lang.Object
ubic.gemma.core.geoscrape.SingleCellBrainMatcher
- All Implemented Interfaces:
GeoRecordMatcher
Brain + single-cell intersection matcher. Flags when:
- the record's library strategy looks like RNA-seq (or the title/sample details indicate single-cell tech: 10x, Smart-seq2, Drop-seq); AND
BrainKeywordMatchermatches.
v2 will subsume this under the curation-agent pass; see GeoRecordMatcher.
-
Nested Class Summary
Nested classes/interfaces inherited from interface GeoRecordMatcher
GeoRecordMatcher.MatchResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDecide whether this matcher flags the given record.name()Short, stable identifier — surfaces in REST request bodies (thecriteriaselector), the watermark'scriteriaAppliedcolumn, and the preboarded'smatchedCriteriaJSON.
-
Constructor Details
-
SingleCellBrainMatcher
-
-
Method Details
-
name
Description copied from interface:GeoRecordMatcherShort, stable identifier — surfaces in REST request bodies (thecriteriaselector), the watermark'scriteriaAppliedcolumn, and the preboarded'smatchedCriteriaJSON. Lowercase, no whitespace (e.g."brain","tfperturb").- Specified by:
namein interfaceGeoRecordMatcher
-
evaluate
Description copied from interface:GeoRecordMatcherDecide whether this matcher flags the given record.- Specified by:
evaluatein interfaceGeoRecordMatcher
-