Class ArraysControlInfo


  • public class ArraysControlInfo
    extends Object
    A simple class to store names and counts for the the Control Information fields that are stored in an Illumina GTC file.
    • Constructor Detail

      • ArraysControlInfo

        public ArraysControlInfo​(String control,
                                 String category,
                                 int red,
                                 int green)
    • Method Detail

      • getCategory

        public String getCategory()
      • getControl

        public String getControl()
      • getGreen

        public int getGreen()
      • getRed

        public int getRed()
      • fullString

        public String fullString()