Class AbstractSingleFileInSeriesSingleCellDetector

    • Constructor Detail

      • AbstractSingleFileInSeriesSingleCellDetector

        protected AbstractSingleFileInSeriesSingleCellDetector​(String name,
                                                               String extension)
    • Method Detail

      • accepts

        protected boolean accepts​(String supplementaryFile)
        Indicate if the given supplementary file is accepted.

        The default implementation checks if the file ends with the extension (or the extension + .gz).

      • getDest

        protected Path getDest​(GeoSeries series)
        Obtain the download destination for the single-cell data file.
      • hasSingleCellData

        public boolean hasSingleCellData​(GeoSeries series)
        Description copied from interface: SingleCellDetector
        Indicate if the given GEO series has single cell data.
      • hasSingleCellData

        public boolean hasSingleCellData​(GeoSample sample)
        Detection is not supported at the sample level.
      • getAdditionalSupplementaryFiles

        public List<String> getAdditionalSupplementaryFiles​(GeoSeries sample)
        Description copied from interface: SingleCellDetector
        Obtain a list of all additional supplementary files.
      • getAdditionalSupplementaryFiles

        public List<String> getAdditionalSupplementaryFiles​(GeoSample sample)
        Description copied from interface: SingleCellDetector
        Obtain a list of all additional supplementary files.