Class ImprobableDifferential
java.lang.Object
org.monarchinitiative.lirical.io.output.ImprobableDifferential
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 Summary
ConstructorDescriptionImprobableDifferential
(String name, String id, String gene, double ptprob, int count) Construct a data opbject for display in FreeMarker template (which requires a public constructor) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
ImprobableDifferential
Construct a data opbject for display in FreeMarker template (which requires a public constructor)- Parameters:
name
- Name of the diseaseid
- database id of the diseasegene
- affected geneptprob
- posterior probabilitycount
- number of variants ingene
-
-
Method Details
-
getDiseaseName
-
getDiseaseId
-
getGeneName
-
getPosttestProbability
-
getVarcount
public int getVarcount()
-