Package Callers

Class BinomialCaller

    • Constructor Summary

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

      • BinomialCaller

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

        public BinomialCaller​(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 BiasedBinomialCaller
        Returns:
        The config