Class HtmlTemplate

java.lang.Object
org.monarchinitiative.lirical.io.output.LiricalTemplate
org.monarchinitiative.lirical.io.output.HtmlTemplate

public class HtmlTemplate extends LiricalTemplate
This class coordinates getting the data from the analysis into the FreeMark org.monarchinitiative.lirical.output templates.
Author:
Peter Robinson
  • Field Details

    • symbolsWithoutGeneIds

      protected Set<String> 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