Class ExperimentExplorer.ReporterPositions

  • Enclosing class:
    ExperimentExplorer

    public static class ExperimentExplorer.ReporterPositions
    extends Object
    Cache entry for a reporter with positions. Contains the reporter ID and an array with the position numbers it is present on in the bioassay set.
    • Field Detail

      • id

        final int id
      • pos

        final int[] pos
    • Constructor Detail

      • ReporterPositions

        ReporterPositions​(int id,
                          int[] pos)