Example #1
0
function show_admin_options()
{
    clus_head();
    show_menu();
    echo <<<EOF
<h1>Administration tools</h1>
<a href="">Users</a> (show-update-delete users, login as user)<br />
<a href="tables.php">Genomes and Datasets</a>
EOF;
    clus_tail();
}
Example #2
0
<a class="template-href" href="explore/add-file.php?username=@@prnt_user@@">
  Load a data set from file
</a>

<span class='hidden'>
<h2>List of genes from list of binding sites (or chromosomal loci)</h2>

This tool implements a simple algorithm that generates a gene list out
of a list of binding sites or chromosomal loci.  For example, it can
be used to apply the linear aggregation analysis to CHiP-Chip or
Chip-seq binding site data.<br /><br />

<a>Generate a gene list from a list of loci</a>

<h2>List of genes from known regulons (RegulonDB)</h2>

(To be written)<br /><br />

<a>Generate a data set as the list of genes controlled by
  specified transcription factors</a>

<h2>List of genes from functional categories (MultiFUN)</h2>

(To be written)<br /><br />

<a>Generate a data set from the genes belonging to specified
  functional categories</a>
</span>
<?php 
clus_tail();