Interface AlleleProto.FrequencyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AlleleProto.Frequency, AlleleProto.Frequency.Builder
Enclosing class:
AlleleProto

public static interface AlleleProto.FrequencyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    AF doesn't need storing as it is calculated as AC/AN
    int
    1-3 bytes (Varint - 2^24 = 16777216 max)
    float
    4 bytes
    1 byte (Varint)
    int
    1 byte (Varint)
    int
    1 byte

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFrequencySourceValue

      int getFrequencySourceValue()
       1 byte (Varint)
       
      .FrequencySource frequencySource = 1;
      Returns:
      The enum numeric value on the wire for frequencySource.
    • getFrequencySource

      AlleleProto.FrequencySource getFrequencySource()
       1 byte (Varint)
       
      .FrequencySource frequencySource = 1;
      Returns:
      The frequencySource.
    • getFrequency

      float getFrequency()
       4 bytes
       
      float frequency = 2;
      Returns:
      The frequency.
    • getAc

      int getAc()
       AF doesn't need storing as it is calculated as AC/AN
       
      int32 ac = 3;
      Returns:
      The ac.
    • getAn

      int getAn()
       1-3 bytes (Varint - 2^24 = 16777216 max)
       
      int32 an = 4;
      Returns:
      The an.
    • getHom

      int getHom()
       1 byte
       
      int32 hom = 5;
      Returns:
      The hom.