Uses of Class
org.monarchinitiative.lirical.core.analysis.TestResult
Package
Description
A high-level representation of LIRICAL analysis.
Classes for writing out LIRICAL analysis results into HTML, TSV, and JSON files.
Classes to create an SVG graphic representing the result of likelihood raio analysis of one HPO Case.
-
Uses of TestResult in org.monarchinitiative.lirical.core.analysis
Modifier and TypeMethodDescriptionstatic TestResult
TestResult.of
(org.monarchinitiative.phenol.ontology.data.TermId diseaseId, double pretestProbability, List<LrWithExplanation> observedResults, List<LrWithExplanation> excludedResults, GenotypeLrWithExplanation genotypeLr) Modifier and TypeMethodDescriptionAnalysisResults.resultByDiseaseId
(org.monarchinitiative.phenol.ontology.data.TermId diseaseId) default Stream<TestResult>
AnalysisResults.results()
default Stream<TestResult>
AnalysisResults.resultsWithDescendingPostTestProbability()
Modifier and TypeMethodDescriptionint
TestResult.compareTo
(TestResult other) Compare two TestResult objects based on theircompositeLR
value.Modifier and TypeMethodDescriptionstatic AnalysisResults
AnalysisResults.of
(List<TestResult> results) -
Uses of TestResult in org.monarchinitiative.lirical.io.output
ModifierConstructorDescriptionTsvDifferential
(String sampleId, org.monarchinitiative.phenol.ontology.data.TermId diseaseId, String diseaseName, TestResult result, int rank, List<VisualizableVariant> variants) -
Uses of TestResult in org.monarchinitiative.lirical.io.output.svg
Modifier and TypeMethodDescriptionSparkline2Svg.getSparklineSvg
(String gsymbol, TestResult result) Sparkline2Svg.getSparklineSvg
(TestResult result) This is used by Phenotype only output.ModifierConstructorDescriptionLr2Svg
(TestResult result, int rank, org.monarchinitiative.phenol.ontology.data.TermId diseaseId, String originalDiseaseName, org.monarchinitiative.phenol.ontology.data.MinimalOntology hpo, String symbol) Constructor to draw an SVG representation of the phenotype and genotype likelihood ratiosSparkline2Svg
(TestResult result, boolean useGenotype, org.monarchinitiative.phenol.ontology.data.MinimalOntology ontology) Set up the Sparkline2Svg generator by sorting the HPO terms according to their likelihood ratios in the top diagnosis (diseaseId).