Skip to content

Reports

Aneil Mallavarapu edited this page Mar 18, 2018 · 8 revisions

GeneReport

Visual Design

screen shot 2018-03-17 at 12 14 10 pm GeneReport markdown is intended to produce a report that looks (at the time of writing), like this design:

Markdown

<GeneReport gene="mthfr">
  <GeneOverview>The MTHFR gene encodes the methyltetrahydrofolate reductase enzyme, which is involved in processing of  [[folate]], also known as Vitamin B9.</GeneOverview>
  <GeneVariants>
    <GeneVariant svn="g.38358364T>C" />
    <GeneVariant svn="g.95372444C>T" />
  </GeneVariants>
  <GenotypeBox>
    <GenotypeSwitch svn="NC_000001.11:g.[11796322=];[11796322C>T]">
      C677T heterozygote detected
    </Genotype>
    <Genotype svn="NC_000001.11:g.[11796322C>T];[11796322C>T]">
      C677T homozygote detected
    </Genotype>
    <Genotype svn="NC_000001.11:g.[11796322=];[11796322=]">
      C677T wildtype detected
    </Genotype>
    <Genotype>
      Default text
    </Genotype>
  </UserGenotype>
</GeneReport>
Clone this wiki locally