Class SingleCellBrainMatcher

java.lang.Object
ubic.gemma.core.geoscrape.SingleCellBrainMatcher
All Implemented Interfaces:
GeoRecordMatcher

@Component public class SingleCellBrainMatcher extends Object implements GeoRecordMatcher
Brain + single-cell intersection matcher. Flags when:
  1. the record's library strategy looks like RNA-seq (or the title/sample details indicate single-cell tech: 10x, Smart-seq2, Drop-seq); AND
  2. BrainKeywordMatcher matches.

v2 will subsume this under the curation-agent pass; see GeoRecordMatcher.

  • Constructor Details

    • SingleCellBrainMatcher

      @Autowired public SingleCellBrainMatcher(BrainKeywordMatcher brainMatcher)
  • Method Details