Class ImprobableDifferential

java.lang.Object
org.monarchinitiative.lirical.io.output.ImprobableDifferential

public class ImprobableDifferential extends Object
This class arranges data for genes that do not have a probable differential diagnosis. The FreeMarker template will show all of them as a table.
Author:
Peter Robinson
  • Constructor Details

    • ImprobableDifferential

      public ImprobableDifferential(String name, String id, String gene, double ptprob, int count)
      Construct a data opbject for display in FreeMarker template (which requires a public constructor)
      Parameters:
      name - Name of the disease
      id - database id of the disease
      gene - affected gene
      ptprob - posterior probability
      count - number of variants in gene
  • Method Details

    • getDiseaseName

      public String getDiseaseName()
    • getDiseaseId

      public String getDiseaseId()
    • getGeneName

      public String getGeneName()
    • getPosttestProbability

      public String getPosttestProbability()
    • getVarcount

      public int getVarcount()