Class MatrixEntry

java.lang.Object
org.snpeff.fileIterator.MatrixEntry

public class MatrixEntry extends Object
A simple entry in a 'Matrix' file
Author:
pablocingolani
  • Field Details

  • Constructor Details

    • MatrixEntry

      public MatrixEntry()
  • Method Details

    • getValues

      public int[] getValues()
      Get an array of values
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object