Package VCF

Class ByteToGeno


  • public class ByteToGeno
    extends java.lang.Object
    A simple convenience class used to convert a byte genotype to a text string representing it
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteToGeno()
      Default constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String map​(java.lang.Byte b)
      Maps form byte to string
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteToGeno

        public ByteToGeno()
        Default constructor
    • Method Detail

      • map

        public java.lang.String map​(java.lang.Byte b)
        Maps form byte to string
        Parameters:
        b - The byte representing the genotype
        Returns:
        The string representing the genotype