Class AdminWebService.ImportGeoBatchRequest

java.lang.Object
ubic.gemma.rest.AdminWebService.ImportGeoBatchRequest
Enclosing class:
AdminWebService

public static class AdminWebService.ImportGeoBatchRequest extends Object
Author:
phase 3 admin-panel wiring
  • Field Details

    • accessions

      public List<String> accessions
      GEO (or ArrayExpress) accessions to import. Must be non-empty and at most 100.
    • arrayDesignName

      @Nullable public String arrayDesignName
    • loadPlatformOnly

      @Nullable public Boolean loadPlatformOnly
    • suppressMatching

      @Nullable public Boolean suppressMatching
    • splitByPlatform

      @Nullable public Boolean splitByPlatform
    • aggressiveQtRemoval

      @Nullable public Boolean aggressiveQtRemoval
    • allowSuperSeriesLoad

      @Nullable public Boolean allowSuperSeriesLoad
    • allowArrayExpressDesign

      @Nullable public Boolean allowArrayExpressDesign
    • isArrayExpress

      @Nullable public Boolean isArrayExpress
  • Constructor Details

    • ImportGeoBatchRequest

      public ImportGeoBatchRequest()