Class HtmlTemplate
java.lang.Object
org.monarchinitiative.lirical.io.output.LiricalTemplate
org.monarchinitiative.lirical.io.output.HtmlTemplate
This class coordinates getting the data from the analysis into the FreeMark org.monarchinitiative.lirical.output templates.
- Author:
- Peter Robinson
-
Field Summary
Modifier and TypeFieldDescriptionThere are gene symbols returned by Jannovar for which we cannot find a geneId.Fields inherited from class org.monarchinitiative.lirical.io.output.LiricalTemplate
cfg, EMPTY_STRING, geneById, outputPath, templateData, topDiagnosisAnchors, topDiagnosisMap
-
Method Summary
Methods inherited from class org.monarchinitiative.lirical.io.output.LiricalTemplate
createOutputFile, mkdirIfNotExist, shortName, toVisualizableVariant
-
Field Details
-
symbolsWithoutGeneIds
There are gene symbols returned by Jannovar for which we cannot find a geneId. This issues seems to be related to the input files used by Jannovar from UCSC ( knownToLocusLink.txt.gz has links between ucsc ids, e.g., uc003fts.3, and NCBIGene ids (earlier known as locus link), e.g., 1370).
-
-
Method Details
-
outputFile
public void outputFile() -
outputFormatString
- Specified by:
outputFormatString
in classLiricalTemplate
-