# This is the table of downloads by species
# border-spacing: 10px;   

summary_table <- tags$table(
  style = "border-collapse: collapse;
    width: 100%;",
  tags$thead(
    tags$tr(
      style = "height: 40px;
        border-bottom: 2px solid #000000;
     ",
      tags$th("Species"),
      tags$th("Common name"),
      tags$th("Number of datasets"),
      tags$th("Number of samples"),
      tags$th(colspan = 3, style = "text-align: center;", "Download files")
    )
  ),
    # primates
  tags$tbody(
    tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Homo sapiens"),
      tags$td("Human"), tags$td(90), tags$td(7075),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/human_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.4KB)"
              )
      ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/human/",
                   target = "_blank",
                   class = "custom-link",
                   "expression (265.2MB)"
                  )
        ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/human_prioAggNet.hdf5",
                   target = "_blank",
                   class = "custom-link",
                   "coexp_network (4.3GB)"
                  )
        )
    ),
    tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Pan troglodytes"),
      tags$td("Chimpanzee"), tags$td(44), tags$td(1985),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/chimp_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.5KB)"
              )
      ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/chimp/",
                   target = "_blank",
                   class = "custom-link",
                   "expression (92.3MB)"
                  )
        ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/chimp_prioAggNet.hdf5",
                   target = "_blank",
                   class = "custom-link",
                   "coexp_network (1.6GB)"
                  )
        )
    ),
    tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Macaca mulatta"),
      tags$td("Rhesus macaque"), tags$td(116), tags$td(6026),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/rhesus_macaque_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (15.5KB)"
              )
      ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/rhesus_macaque/",
                   target = "_blank",
                   class = "custom-link",
                   "expression (242.9MB)"
                  )
        ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/rhesus_macaque_prioAggNet.hdf5",
                   target = "_blank",
                   class = "custom-link",
                   "coexp_network (2.9GB)"
                  )
        )
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Macaca fascicularis"),
      tags$td("Crab-eating macaque"), tags$td(99), tags$td(6113),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/crab_eating_macaque_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.8KB)"
              )
      ),
       tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/crab_eating_macaque/",
               target = "_blank",
               class = "custom-link",
               "expression (203.6MB)"
              )
       ),
        tags$td(style = "padding-right: 10px;",
         tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/crab_eating_macaque_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.8GB)"
               )
        )
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Chlorocebus sabaeus"),
      tags$td("Green monkey"), tags$td(36), tags$td(1605),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/green_monkey_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.0KB)"
              )
      ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/green_monkey/",
                   target = "_blank",
                   class = "custom-link",
                   "expression (63.7MB)"
                  )
        ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/green_monkey_prioAggNet.hdf5",
                   target = "_blank",
                   class = "custom-link",
                   "coexp_network (1.1GB)"
                  )
        )
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Callithrix jacchus"),
      tags$td("Marmoset"), tags$td(26), tags$td(950),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/marmoset_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/marmoset/",
               target = "_blank",
               class = "custom-link",
               "expression (57.3MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/marmoset_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.1GB)"))
    ),
      # rodents
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Mus musculus"),
      tags$td("Mouse"), tags$td(85), tags$td(3359),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/mouse_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (11.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/mouse/",
               target = "_blank",
               class = "custom-link",
               "expression (212.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/mouse_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Rattus norvegicus"),
      tags$td("Rat"), tags$td(68), tags$td(1892),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/rat_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (8.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/rat/",
               target = "_blank",
               class = "custom-link",
               "expression (107.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/rat_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Oryctolagus cuniculus"),
      tags$td("Rabbit"), tags$td(79), tags$td(2490),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/rabbit_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (10.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/rabbit/",
               target = "_blank",
               class = "custom-link",
               "expression (153.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/rabbit_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Heterocephalus glaber"),
      tags$td("Naked mole rat"), tags$td(18), tags$td(535),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/naked_mole_rat_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/naked_mole_rat/",
               target = "_blank",
               class = "custom-link",
               "expression (32.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/naked_mole_rat_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Cavia porcellus"),
      tags$td("Guinea pig"), tags$td(27), tags$td(859),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/guinea_pig_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/guinea_pig/",
               target = "_blank",
               class = "custom-link",
               "expression (51.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/guinea_pig_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Mesocricetus auratus"),
      tags$td("Golden hamster"), tags$td(72), tags$td(3733),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/golden_hamster_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (10.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/golden_hamster/",
               target = "_blank",
               class = "custom-link",
               "expression (137.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/golden_hamster_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Cricetulus griseus"),
      tags$td("Chinese hamster"), tags$td(48), tags$td(1498),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/chinese_hamster_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/chinese_hamster/",
               target = "_blank",
               class = "custom-link",
               "expression (74.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/chinese_hamster_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Sus scrofa"),
      tags$td("Pig"), tags$td(49), tags$td(1772),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/pig_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/pig/",
               target = "_blank",
               class = "custom-link",
               "expression (68.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/pig_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Ovis aries"),
      tags$td("Sheep"), tags$td(116), tags$td(10779),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/sheep_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/sheep/",
               target = "_blank",
               class = "custom-link",
               "expression (221.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/sheep_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.9GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Capra hircus"),
      tags$td("Goat"), tags$td(103), tags$td(3294),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/goat_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (12.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/goat/",
               target = "_blank",
               class = "custom-link",
               "expression (159.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/goat_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Bos taurus"),
      tags$td("Cow / cattle"), tags$td(110), tags$td(17404),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cow_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cow/",
               target = "_blank",
               class = "custom-link",
               "expression (214.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cow_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Equus caballus"),
      tags$td("Horse"), tags$td(108), tags$td(3812),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/horse_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/horse/",
               target = "_blank",
               class = "custom-link",
               "expression (215.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/horse_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Canis lupus familiaris"),
      tags$td("Dog"), tags$td(91), tags$td(3473),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/dog_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (12.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/dog/",
               target = "_blank",
               class = "custom-link",
               "expression (192.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/dog_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.9GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Felis catus"),
      tags$td("Cat"), tags$td(34), tags$td(1057),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cat_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cat/",
               target = "_blank",
               class = "custom-link",
               "expression (76.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cat_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Monodelphis domestica"),
      tags$td("Opossum"), tags$td(20), tags$td(1186),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/opossum_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/opossum/",
               target = "_blank",
               class = "custom-link",
               "expression (37.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/opossum_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Gallus gallus"),
      tags$td("Chicken"), tags$td(104), tags$td(10893),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/chicken_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (12.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/chicken/",
               target = "_blank",
               class = "custom-link",
               "expression (169.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/chicken_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Anas platyrhynchos"),
      tags$td("Mallard"), tags$td(66), tags$td(2094),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/duck_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (8.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/duck/",
               target = "_blank",
               class = "custom-link",
               "expression (105.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/duck_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Anser cygnoides"),
      tags$td("Swan goose"), tags$td(25), tags$td(431),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/goose_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/goose/",
               target = "_blank",
               class = "custom-link",
               "expression (40.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/goose_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Taeniopygia guttata"),
      tags$td("Zebra finch"), tags$td(20), tags$td(1456),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/zebrafinch_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/zebrafinch/",
               target = "_blank",
               class = "custom-link",
               "expression (29.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/zebrafinch_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Columba livia"),
      tags$td("Pigeon"), tags$td(23), tags$td(1131),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/pigeon_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/pigeon/",
               target = "_blank",
               class = "custom-link",
               "expression (33.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/pigeon_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Xenopus tropicalis"),
      tags$td("Western clawed frog"), tags$td(58), tags$td(1660),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/western_frog_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (7.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/western_frog/",
               target = "_blank",
               class = "custom-link",
               "expression (96.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/western_frog_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.9GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Xenopus laevis"),
      tags$td("African clawed frog"), tags$td(86), tags$td(3797),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/african_frog_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (11.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/african_frog/",
               target = "_blank",
               class = "custom-link",
               "expression (211.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/african_frog_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.3GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Ambystoma mexicanum"),
      tags$td("Axolotl"), tags$td(25), tags$td(665),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/axolotl_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/axolotl/",
               target = "_blank",
               class = "custom-link",
               "expression (70.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/axolotl_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Danio rerio"),
      tags$td("Zebrafish"), tags$td(83), tags$td(7878),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/zebrafish_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (11.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/zebrafish/",
               target = "_blank",
               class = "custom-link",
               "expression (148.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/zebrafish_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Cyprinus carpio"),
      tags$td("Common carp"), tags$td(41), tags$td(935),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/common_carp_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/common_carp/",
               target = "_blank",
               class = "custom-link",
               "expression (141.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/common_carp_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (4.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Ctenopharyngodon idella"),
      tags$td("Grass carp"), tags$td(32), tags$td(605),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/grass_carp_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/grass_carp/",
               target = "_blank",
               class = "custom-link",
               "expression (63.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/grass_carp_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Nothobranchius furzeri"),
      tags$td("Turquoise killifish"), tags$td(53), tags$td(1906),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/killifish_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (7.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/killifish/",
               target = "_blank",
               class = "custom-link",
               "expression (105.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/killifish_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Oryzias latipes"),
      tags$td("Medaka"), tags$td(48), tags$td(1660),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/medaka_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/medaka/",
               target = "_blank",
               class = "custom-link",
               "expression (84.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/medaka_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Oreochromis niloticus"),
      tags$td("Nile tilapia"), tags$td(50), tags$td(1129),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/nile_tilapia_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/nile_tilapia/",
               target = "_blank",
               class = "custom-link",
               "expression (124.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/nile_tilapia_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Cynoglossus semilaevis"),
      tags$td("Tongue sole"), tags$td(19), tags$td(429),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/tongue_sole_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/tongue_sole/",
               target = "_blank",
               class = "custom-link",
               "expression (32.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/tongue_sole_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Scophthalmus maximus"),
      tags$td("Turbot"), tags$td(22), tags$td(490),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/turbot_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/turbot/",
               target = "_blank",
               class = "custom-link",
               "expression (36.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/turbot_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Paralichthys olivaceus"),
      tags$td("Olive flounder"), tags$td(28), tags$td(563),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/flounder_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/flounder/",
               target = "_blank",
               class = "custom-link",
               "expression (48.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/flounder_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Gasterosteus aculeatus"),
      tags$td("Three-spined stickleback"), tags$td(47), tags$td(2612),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/stickleback_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/stickleback/",
               target = "_blank",
               class = "custom-link",
               "expression (82.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/stickleback_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Micropterus salmoides"),
      tags$td("Largemouth bass"), tags$td(30), tags$td(725),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/bass_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/bass/",
               target = "_blank",
               class = "custom-link",
               "expression (61.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/bass_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Larimichthys crocea"),
      tags$td("Yellow croaker"), tags$td(30), tags$td(526),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/croaker_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/croaker/",
               target = "_blank",
               class = "custom-link",
               "expression (52.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/croaker_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.3GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Salmo salar"),
      tags$td("Atlantic salmon"), tags$td(104), tags$td(11905),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/atlantic_salmon_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/atlantic_salmon/",
               target = "_blank",
               class = "custom-link",
               "expression (347.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/atlantic_salmon_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (4.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Oncorhynchus mykiss"),
      tags$td("Rainbow trout"), tags$td(78), tags$td(2665),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/rainbow_trout_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (11.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/rainbow_trout/",
               target = "_blank",
               class = "custom-link",
               "expression (258.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/rainbow_trout_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Drosophila melanogaster"),
      tags$td("Common fruit fly"), tags$td(89), tags$td(2734),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/fruitfly_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (11.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/fruitfly/",
               target = "_blank",
               class = "custom-link",
               "expression (97.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/fruitfly_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.9GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Drosophila simulans"),
      tags$td("Fruit fly"), tags$td(28), tags$td(1076),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/drosophila_simulans_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/drosophila_simulans/",
               target = "_blank",
               class = "custom-link",
               "expression (29.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/drosophila_simulans_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Aedes aegypti"),
      tags$td("Yellow fever mosquito"), tags$td(102), tags$td(3836),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/aedes_aegypti_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/aedes_aegypti/",
               target = "_blank",
               class = "custom-link",
               "expression (118.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/aedes_aegypti_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Aedes albopictus"),
      tags$td("Asian tiger mosquito"), tags$td(30), tags$td(818),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/aedes_albopictus_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/aedes_albopictus/",
               target = "_blank",
               class = "custom-link",
               "expression (47.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/aedes_albopictus_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Anopheles gambiae"),
      tags$td("African malaria mosquito"), tags$td(41), tags$td(1319),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/anopheles_gambiae_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/anopheles_gambiae/",
               target = "_blank",
               class = "custom-link",
               "expression (38.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/anopheles_gambiae_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Spodoptera frugiperda"),
      tags$td("Fall armyworm"), tags$td(36), tags$td(878),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/fall_armyworm_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/fall_armyworm/",
               target = "_blank",
               class = "custom-link",
               "expression (39.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/fall_armyworm_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Helicoverpa armigera"),
      tags$td("Cotton bollworm"), tags$td(23), tags$td(483),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cotton_bollworm_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cotton_bollworm/",
               target = "_blank",
               class = "custom-link",
               "expression (25.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cotton_bollworm_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Bombyx mori"),
      tags$td("Silkworm"), tags$td(79), tags$td(1795),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/silkworm_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (9.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/silkworm/",
               target = "_blank",
               class = "custom-link",
               "expression (90.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/silkworm_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.3GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Apis mellifera"),
      tags$td("Honey bee"), tags$td(116), tags$td(4734),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/bee_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/bee/",
               target = "_blank",
               class = "custom-link",
               "expression (96.3MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/bee_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Tribolium castaneum"),
      tags$td("Red flour beetle"), tags$td(27), tags$td(1496),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/red_beetle_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/red_beetle/",
               target = "_blank",
               class = "custom-link",
               "expression (26.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/red_beetle_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Acyrthosiphon pisum"),
      tags$td("Pea aphid"), tags$td(30), tags$td(744),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/pea_aphid_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/pea_aphid/",
               target = "_blank",
               class = "custom-link",
               "expression (37.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/pea_aphid_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Bemisia tabaci"),
      tags$td("Silverleaf whitefly"), tags$td(26), tags$td(704),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/whitefly_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/whitefly/",
               target = "_blank",
               class = "custom-link",
               "expression (27.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/whitefly_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Daphnia magna"),
      tags$td("Water flea"), tags$td(26), tags$td(1903),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/waterflea_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/waterflea/",
               target = "_blank",
               class = "custom-link",
               "expression (37.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/waterflea_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Penaeus vannamei"),
      tags$td("Whiteleg shrimp"), tags$td(74), tags$td(1491),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/whiteleg_shrimp_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (10.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/whiteleg_shrimp/",
               target = "_blank",
               class = "custom-link",
               "expression (100.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/whiteleg_shrimp_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.9GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Penaeus monodon"),
      tags$td("Black tiger shrimp"), tags$td(18), tags$td(483),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/tiger_shrimp_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/tiger_shrimp/",
               target = "_blank",
               class = "custom-link",
               "expression (28.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/tiger_shrimp_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Macrobrachium nipponense"),
      tags$td("River prawn"), tags$td(22), tags$td(390),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/river_prawn_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/river_prawn/",
               target = "_blank",
               class = "custom-link",
               "expression (39.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/river_prawn_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Eriocheir sinensis"),
      tags$td("Mitten crab"), tags$td(29), tags$td(554),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/crab_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/crab/",
               target = "_blank",
               class = "custom-link",
               "expression (52.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/crab_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Caenorhabditis elegans"),
      tags$td("Roundworm"), tags$td(111), tags$td(7427),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/roundworm_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (15.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/roundworm/",
               target = "_blank",
               class = "custom-link",
               "expression (240.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/roundworm_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Ruditapes philippinarum"),
      tags$td("Saltwater clam"), tags$td(23), tags$td(532),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/clam_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/clam/",
               target = "_blank",
               class = "custom-link",
               "expression (72.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/clam_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Schmidtea mediterranea"),
      tags$td("Schmidtea"), tags$td(32), tags$td(992),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/schmidtea_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/schmidtea/",
               target = "_blank",
               class = "custom-link",
               "expression (21.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/schmidtea_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Schistosoma mansoni"),
      tags$td("Blood fluke"), tags$td(29), tags$td(1340),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/schistosoma_mansoni_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/schistosoma_mansoni/",
               target = "_blank",
               class = "custom-link",
               "expression (23.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/schistosoma_mansoni_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Nematostella vectensis"),
      tags$td("Starlet sea anemone"), tags$td(46), tags$td(2873),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/starlet_sea_anemone_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/starlet_sea_anemone/",
               target = "_blank",
               class = "custom-link",
               "expression (77.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/starlet_sea_anemone_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Hydra vulgaris"),
      tags$td("Swiftwater hydra"), tags$td(20), tags$td(1105),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/hydra_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/hydra/",
               target = "_blank",
               class = "custom-link",
               "expression (32.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/hydra_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Saccharomyces cerevisiae"),
      tags$td("Budding yeast"), tags$td(65), tags$td(2690),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/yeast_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (9.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/yeast/",
               target = "_blank",
               class = "custom-link",
               "expression (28.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/yeast_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.3GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Nakaseomyces glabratus"),
      tags$td("Nakaseomyces glabratus"), tags$td(23), tags$td(378),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/nakaseomyces_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/nakaseomyces/",
               target = "_blank",
               class = "custom-link",
               "expression (8.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/nakaseomyces_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Candida albicans"),
      tags$td("Thrush fungus"), tags$td(51), tags$td(1432),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/candida_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (7.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/candida/",
               target = "_blank",
               class = "custom-link",
               "expression (21.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/candida_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Yarrowia lipolytica"),
      tags$td("Oleaginous yeast"), tags$td(21), tags$td(320),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/yarrowia_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/yarrowia/",
               target = "_blank",
               class = "custom-link",
               "expression (12.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/yarrowia_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Schizosaccharomyces pombe"),
      tags$td("Fission yeast"), tags$td(105), tags$td(3158),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/fission_yeast_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (15.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/fission_yeast/",
               target = "_blank",
               class = "custom-link",
               "expression (61.3MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/fission_yeast_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Orbilia oligospora"),
      tags$td("Nematode-trapping fungus"), tags$td(21), tags$td(363),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/orbilia_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/orbilia/",
               target = "_blank",
               class = "custom-link",
               "expression (16.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/orbilia_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Pyricularia oryzae"),
      tags$td("Rice blast fungus"), tags$td(25), tags$td(524),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/pyricularia_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/pyricularia/",
               target = "_blank",
               class = "custom-link",
               "expression (21.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/pyricularia_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.3GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Neurospora crassa"),
      tags$td("Red bread mold"), tags$td(56), tags$td(1328),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/neurospora_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (7.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/neurospora/",
               target = "_blank",
               class = "custom-link",
               "expression (39.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/neurospora_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Fusarium graminearum"),
      tags$td("Head blight fungus"), tags$td(45), tags$td(1004),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/fusarium_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/fusarium/",
               target = "_blank",
               class = "custom-link",
               "expression (41.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/fusarium_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Botrytis cinerea"),
      tags$td("Gray mold"), tags$td(27), tags$td(544),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/botrytis_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/botrytis/",
               target = "_blank",
               class = "custom-link",
               "expression (21.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/botrytis_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Aspergillus nidulans"),
      tags$td("Mold"), tags$td(23), tags$td(602),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/aspergillus_nidulans_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/aspergillus_nidulans/",
               target = "_blank",
               class = "custom-link",
               "expression (16.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/aspergillus_nidulans_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Aspergillus fumigatus"),
      tags$td("Mold"), tags$td(27), tags$td(614),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/aspergillus_fumigatus_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/aspergillus_fumigatus/",
               target = "_blank",
               class = "custom-link",
               "expression (18.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/aspergillus_fumigatus_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Aspergillus flavus"),
      tags$td("Mold"), tags$td(21), tags$td(515),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/aspergillus_flavus_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/aspergillus_flavus/",
               target = "_blank",
               class = "custom-link",
               "expression (11.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/aspergillus_flavus_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Aspergillus niger"),
      tags$td("Black mold"), tags$td(29), tags$td(999),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/aspergillus_niger_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/aspergillus_niger/",
               target = "_blank",
               class = "custom-link",
               "expression (27.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/aspergillus_niger_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Cryptococcus deneoformans"),
      tags$td("Cryptococcus"), tags$td(31), tags$td(1700),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cryptococcus_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cryptococcus/",
               target = "_blank",
               class = "custom-link",
               "expression (14.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cryptococcus_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Arabidopsis thaliana"),
      tags$td("Thale cress"), tags$td(124), tags$td(3154),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/arabidopsis_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (16.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/arabidopsis/",
               target = "_blank",
               class = "custom-link",
               "expression (234.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/arabidopsis_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Brassica rapa"),
      tags$td("Mustard"), tags$td(83), tags$td(3933),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/mustard_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (10.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/mustard/",
               target = "_blank",
               class = "custom-link",
               "expression (243.3MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/mustard_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Brassica napus"),
      tags$td("Rapeseed"), tags$td(122), tags$td(10853),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/rapeseed_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (15.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/rapeseed/",
               target = "_blank",
               class = "custom-link",
               "expression (768.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/rapeseed_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (17.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Brassica oleracea"),
      tags$td("Cabbage"), tags$td(34), tags$td(1290),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cabbage_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cabbage/",
               target = "_blank",
               class = "custom-link",
               "expression (102.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cabbage_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (4.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Raphanus sativus"),
      tags$td("Radish"), tags$td(21), tags$td(485),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/radish_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/radish/",
               target = "_blank",
               class = "custom-link",
               "expression (69.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/radish_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Gossypium hirsutum"),
      tags$td("Cotton"), tags$td(104), tags$td(4259),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cotton_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cotton/",
               target = "_blank",
               class = "custom-link",
               "expression (535.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cotton_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (15.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Citrus sinensis"),
      tags$td("Orange"), tags$td(56), tags$td(1504),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/orange_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/orange/",
               target = "_blank",
               class = "custom-link",
               "expression (93.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/orange_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Mangifera indica"),
      tags$td("Mango"), tags$td(21), tags$td(523),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/mango_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/mango/",
               target = "_blank",
               class = "custom-link",
               "expression (47.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/mango_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Populus trichocarpa"),
      tags$td("Poplar"), tags$td(30), tags$td(2145),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/poplar_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/poplar/",
               target = "_blank",
               class = "custom-link",
               "expression (65.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/poplar_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.9GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Hevea brasiliensis"),
      tags$td("Rubber tree"), tags$td(21), tags$td(482),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/rubber_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/rubber/",
               target = "_blank",
               class = "custom-link",
               "expression (55.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/rubber_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.3GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Manihot esculenta"),
      tags$td("Cassava"), tags$td(46), tags$td(2456),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cassava_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cassava/",
               target = "_blank",
               class = "custom-link",
               "expression (95.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cassava_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Cucumis melo"),
      tags$td("Muskmelon"), tags$td(54), tags$td(1351),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/muskmelon_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/muskmelon/",
               target = "_blank",
               class = "custom-link",
               "expression (84.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/muskmelon_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Cucumis sativus"),
      tags$td("Cucumber"), tags$td(109), tags$td(2218),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cucumber_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cucumber/",
               target = "_blank",
               class = "custom-link",
               "expression (159.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cucumber_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Juglans regia"),
      tags$td("Walnut"), tags$td(25), tags$td(647),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/walnut_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/walnut/",
               target = "_blank",
               class = "custom-link",
               "expression (52.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/walnut_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Carya illinoinensis"),
      tags$td("Pecan"), tags$td(22), tags$td(504),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/pecan_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/pecan/",
               target = "_blank",
               class = "custom-link",
               "expression (51.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/pecan_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Cannabis sativa"),
      tags$td("Cannabis"), tags$td(27), tags$td(809),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cannabis_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cannabis/",
               target = "_blank",
               class = "custom-link",
               "expression (51.0MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cannabis_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Ziziphus jujuba"),
      tags$td("Jujube"), tags$td(28), tags$td(717),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/jujube_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/jujube/",
               target = "_blank",
               class = "custom-link",
               "expression (50.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/jujube_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Fragaria vesca"),
      tags$td("Strawberry"), tags$td(22), tags$td(524),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/strawberry_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/strawberry/",
               target = "_blank",
               class = "custom-link",
               "expression (35.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/strawberry_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Malus domestica"),
      tags$td("Apple"), tags$td(121), tags$td(3625),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/apple_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (14.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/apple/",
               target = "_blank",
               class = "custom-link",
               "expression (352.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/apple_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Pyrus x bretschneideri"),
      tags$td("Pear"), tags$td(21), tags$td(433),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/pear_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/pear/",
               target = "_blank",
               class = "custom-link",
               "expression (54.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/pear_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Prunus avium"),
      tags$td("Cherry"), tags$td(24), tags$td(563),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/cherry_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/cherry/",
               target = "_blank",
               class = "custom-link",
               "expression (42.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/cherry_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Prunus persica"),
      tags$td("Peach"), tags$td(90), tags$td(2291),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/peach_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (10.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/peach/",
               target = "_blank",
               class = "custom-link",
               "expression (139.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/peach_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.3GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Arachis hypogaea"),
      tags$td("Peanut"), tags$td(94), tags$td(2128),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/peanut_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (11.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/peanut/",
               target = "_blank",
               class = "custom-link",
               "expression (421.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/peanut_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (7.3GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Glycine max"),
      tags$td("Soybean"), tags$td(112), tags$td(8055),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/soybean_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/soybean/",
               target = "_blank",
               class = "custom-link",
               "expression (371.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/soybean_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (6.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Phaseolus vulgaris"),
      tags$td("Bean"), tags$td(63), tags$td(1684),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/bean_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (7.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/bean/",
               target = "_blank",
               class = "custom-link",
               "expression (115.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/bean_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Cicer arietinum"),
      tags$td("Chickpea"), tags$td(33), tags$td(722),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/chickpea_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.2KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/chickpea/",
               target = "_blank",
               class = "custom-link",
               "expression (58.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/chickpea_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Medicago truncatula"),
      tags$td("Barrel medic"), tags$td(102), tags$td(3462),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/medicago_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/medicago/",
               target = "_blank",
               class = "custom-link",
               "expression (217.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/medicago_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Pisum sativum"),
      tags$td("Pea"), tags$td(33), tags$td(986),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/pea_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/pea/",
               target = "_blank",
               class = "custom-link",
               "expression (78.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/pea_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Vicia faba"),
      tags$td("Fava bean"), tags$td(20), tags$td(573),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/fava_bean_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/fava_bean/",
               target = "_blank",
               class = "custom-link",
               "expression (26.3MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/fava_bean_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Lotus japonicus"),
      tags$td("Wild legume"), tags$td(38), tags$td(829),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/wild_legume_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/wild_legume/",
               target = "_blank",
               class = "custom-link",
               "expression (83.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/wild_legume_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Nelumbo nucifera"),
      tags$td("Lotus"), tags$td(26), tags$td(465),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/lotus_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/lotus/",
               target = "_blank",
               class = "custom-link",
               "expression (45.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/lotus_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Chenopodium quinoa"),
      tags$td("Quinoa"), tags$td(35), tags$td(724),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/quinoa_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/quinoa/",
               target = "_blank",
               class = "custom-link",
               "expression (112.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/quinoa_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (5.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Beta vulgaris"),
      tags$td("Beet"), tags$td(21), tags$td(661),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/beet_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/beet/",
               target = "_blank",
               class = "custom-link",
               "expression (36.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/beet_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.3GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Sesamum indicum"),
      tags$td("Sesame"), tags$td(24), tags$td(717),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/sesame_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/sesame/",
               target = "_blank",
               class = "custom-link",
               "expression (41.2MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/sesame_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.9GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Capsicum annuum"),
      tags$td("Chilli pepper"), tags$td(81), tags$td(2285),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/chilli_pepper_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (10.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/chilli_pepper/",
               target = "_blank",
               class = "custom-link",
               "expression (187.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/chilli_pepper_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Solanum lycopersicum"),
      tags$td("Tomato"), tags$td(112), tags$td(9020),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/tomato_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (14.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/tomato/",
               target = "_blank",
               class = "custom-link",
               "expression (226.3MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/tomato_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Solanum tuberosum"),
      tags$td("Potato"), tags$td(105), tags$td(4292),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/potato_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/potato/",
               target = "_blank",
               class = "custom-link",
               "expression (207.3MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/potato_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Nicotiana tabacum"),
      tags$td("Tobacco"), tags$td(112), tags$td(3702),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/tobacco_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (14.3KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/tobacco/",
               target = "_blank",
               class = "custom-link",
               "expression (458.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/tobacco_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (10.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Lactuca sativa"),
      tags$td("Lettuce"), tags$td(47), tags$td(1526),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/lettuce_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/lettuce/",
               target = "_blank",
               class = "custom-link",
               "expression (112.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/lettuce_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (3.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Helianthus annuus"),
      tags$td("Sunflower"), tags$td(37), tags$td(1566),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/sunflower_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/sunflower/",
               target = "_blank",
               class = "custom-link",
               "expression (147.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/sunflower_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (4.9GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Camellia sinensis"),
      tags$td("Tea"), tags$td(107), tags$td(2965),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/tea_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/tea/",
               target = "_blank",
               class = "custom-link",
               "expression (387.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/tea_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (4.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Vitis vinifera"),
      tags$td("Grape"), tags$td(102), tags$td(6601),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/grape_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.4KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/grape/",
               target = "_blank",
               class = "custom-link",
               "expression (179.4MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/grape_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.9GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Zea mays"),
      tags$td("Maize"), tags$td(118), tags$td(26260),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/maize_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/maize/",
               target = "_blank",
               class = "custom-link",
               "expression (332.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/maize_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (4.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Elaeis guineensis"),
      tags$td("Oil palm"), tags$td(22), tags$td(478),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/oil_palm_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.0KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/oil_palm/",
               target = "_blank",
               class = "custom-link",
               "expression (42.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/oil_palm_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Sorghum bicolor"),
      tags$td("Sorghum"), tags$td(112), tags$td(5574),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/sorghum_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (13.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/sorghum/",
               target = "_blank",
               class = "custom-link",
               "expression (217.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/sorghum_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.7GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Panicum virgatum"),
      tags$td("Switch grass"), tags$td(35), tags$td(1627),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/switchgrass_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/switchgrass/",
               target = "_blank",
               class = "custom-link",
               "expression (147.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/switchgrass_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (8.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Setaria italica"),
      tags$td("Foxtail millet"), tags$td(45), tags$td(1480),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/foxtail_millet_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/foxtail_millet/",
               target = "_blank",
               class = "custom-link",
               "expression (87.3MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/foxtail_millet_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Brachypodium distachyon"),
      tags$td("Purple false brome"), tags$td(50), tags$td(1854),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/brome_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/brome/",
               target = "_blank",
               class = "custom-link",
               "expression (96.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/brome_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Triticum aestivum"),
      tags$td("Wheat"), tags$td(100), tags$td(6482),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/wheat_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (35.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/wheat/",
               target = "_blank",
               class = "custom-link",
               "expression (768.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/wheat_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (30.4GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Hordeum vulgare"),
      tags$td("Barley"), tags$td(100), tags$td(9021),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/barley_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (24.6KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/barley/",
               target = "_blank",
               class = "custom-link",
               "expression (472.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/barley_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (5.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Lolium perenne"),
      tags$td("Ryegrass"), tags$td(21), tags$td(559),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/ryegrass_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (2.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/ryegrass/",
               target = "_blank",
               class = "custom-link",
               "expression (63.5MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/ryegrass_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.0GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Oryza sativa subsp. Japonica"),
      tags$td("Sinica rice"), tags$td(118), tags$td(7001),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/rice_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (15.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/rice/",
               target = "_blank",
               class = "custom-link",
               "expression (266.8MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/rice_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.8GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Oryza sativa subsp. Indica"),
      tags$td("Indica rice"), tags$td(26), tags$td(651),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/rice_indica_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (3.5KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/rice_indica/",
               target = "_blank",
               class = "custom-link",
               "expression (59.1MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/rice_indica_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Physcomitrium patens"),
      tags$td("Physco / moss"), tags$td(45), tags$td(972),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/physco_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.7KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/physco/",
               target = "_blank",
               class = "custom-link",
               "expression (68.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/physco_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (2.2GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Marchantia polymorpha"),
      tags$td("Liverwort"), tags$td(50), tags$td(1597),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/marchantia_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.9KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/marchantia/",
               target = "_blank",
               class = "custom-link",
               "expression (62.7MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/marchantia_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.1GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Chlamydomonas reinhardtii"),
      tags$td("Chlamydomonas"), tags$td(87), tags$td(2437),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/chlamydomonas_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (12.1KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/chlamydomonas/",
               target = "_blank",
               class = "custom-link",
               "expression (103.9MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/chlamydomonas_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (1.5GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Phaeodactylum tricornutum"),
      tags$td("Marine diatom"), tags$td(42), tags$td(1325),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/diatom_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.8KB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/diatom/",
               target = "_blank",
               class = "custom-link",
               "expression (29.6MB)")),
          tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/diatom_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.6GB)"))
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Toxoplasma gondii"),
      tags$td("Toxoplasma"), tags$td(36), tags$td(675),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/toxoplasma_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (4.8KB)"
              )
      ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/toxoplasma/",
                   target = "_blank",
                   class = "custom-link",
                   "expression (21.1MB)"
                  )
        ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/toxoplasma_prioAggNet.hdf5",
                   target = "_blank",
                   class = "custom-link",
                   "coexp_network (0.3GB)"
                  )
        )
    ),
      tags$tr(
        style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Plasmodium falciparum"),
      tags$td("Malaria parasite"), tags$td(34), tags$td(1057),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/plasmodium_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.2KB)"
              )
      ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/plasmodium/",
                   target = "_blank",
                   class = "custom-link",
                   "expression (12.6MB)"
                  )
        ),
        tags$td(style = "padding-right: 10px;",
            tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/plasmodium_prioAggNet.hdf5",
                   target = "_blank",
                   class = "custom-link",
                   "coexp_network (0.2GB)"
                  )
        )
    ),
    tags$tr(
      style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Trypanosoma brucei"),
      tags$td("Trypanosoma"), tags$td(41), tags$td(896),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/trypanosoma_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (6.3KB)"
              )
      ),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/trypanosoma/",
               target = "_blank",
               class = "custom-link",
               "expression (24.6MB)"
              )
      ),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/trypanosoma_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.4GB)"
              )
      )
    ),
    tags$tr(
      style = "
        height: 40px;
        border-bottom: 1px solid #000000;
      ",
      tags$td(style = "font-weight: bold;", "Dictyostelium discoideum"),
      tags$td("Slime mold"), tags$td(38), tags$td(2167),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/summary/slime_mold_SRA_summary.csv",
               target = "_blank",
               class = "custom-link",
               "summary (5.3KB)"
              )
      ),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/expression/slime_mold/",
               target = "_blank",
               class = "custom-link",
               "expression (34.2MB)"
              )
      ),
      tags$td(style = "padding-right: 10px;",
        tags$a(href = "https://cocoblast.ccbr.utoronto.ca/files/networks/slime_mold_prioAggNet.hdf5",
               target = "_blank",
               class = "custom-link",
               "coexp_network (0.6GB)"
              )
      )
    )
  )
)
