Package Callers

Class LogBinomialCaller

    • Constructor Summary

      Constructors 
      Constructor Description
      LogBinomialCaller​(double error)
      Creates the caller with the given error
      LogBinomialCaller​(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> params)
      Creates the caller from the given configuration
    • Constructor Detail

      • LogBinomialCaller

        public LogBinomialCaller​(double error)
        Creates the caller with the given error
        Parameters:
        error - The error rate
      • LogBinomialCaller

        public LogBinomialCaller​(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> params)
        Creates the caller from the given configuration
        Parameters:
        params - The configuration
    • Method Detail

      • getConfig

        public org.apache.commons.configuration2.tree.ImmutableNode getConfig()
        Description copied from class: Caller
        Get the config for the caller
        Overrides:
        getConfig in class LogBiasedBinomialCaller
        Returns:
        The config