<?php # $Id: index.php,v 1.1 2005/11/28 16:57:01 gmaster Exp $
#
$BASE_DIR=$_SERVER["DOCUMENT_ROOT"];
$CODE_DIR=$BASE_DIR.'/lib';
require('./bc.php');
require($CODE_DIR.'/Genome.php');
#
the_header('RESEARCH TOPICS',
           'research topics at genome informatics lab, genome sequences analysis, ENCODE, gencode, splice signals, gene-prediction, geneid, comparative genomics, sgp2, genomic sequences visualization, gff2ps, gff2aplot',
	   'RESEARCH at GENOME BIOINFORMATICS RESEARCH LABORATORY');
?>

<?php the_title('RESEARCH TOPICS'); ?>

<?php hsubsec('Summary','SUMMARY'); ?>

<p> Research in the Genome Bioinformatics Research Laboratory within the Grup de
Recerca en Inform&agrave;tica Biom&egrave;dica at the Institut Municipal d'Investigaci&oacute;
M&egrave;dica (IMIM), focuses in the investigation
of the signals involved in gene specification in genomic sequences
(promoter elements, splice sites, translation initiation sites,
...). We are interested both in the mechanism of their recognition and
processing, and in their evolution. In addition, but related to this
basic component of our research, our group is also involved in the
development of software for gene prediction and annotation in genomic
sequences. </p>

<?php hsec('Main Research Topics','TOPICS'); ?>

<p> Click on the following items to obtain more information about each topic: </p>
<ul>
<li> <a href="/gencode/index.html" title='ENCODE Project at GBIL'>ENCODE (ENCyclopedia Of DNA Elements) Project at GBIL</a> </li>
<li> <a href="/research/eval.html" title='Evaluation of Gene Prediction Programs'>Evaluation of Gene Prediction Programs</a> </li>
<li> <a href="/research/genepred.html" title='Gene Prediction Software'>Gene Prediction Software: <code>geneid</code></a> </li>
<li> <a href="/research/selenoprots.html" title='Characterization of the Eukaryotic Selenoproteome'>Characterization of the Eukaryotic Selenoproteome</a> </li>
<li> <a href="/research/comparative.html" title='Gene Prediction based on Comparative Genomics'>Gene Prediction based on Comparative Genomics</a> </li>
<li> <a href="/research/splicing.html" title='Computational Analysis of Splicing'>Computational Analysis of Splicing</a> </li>
<li> <a href="/research/simpleseqs.html" title='Simple Sequences in Proteins and DNA'>Simple Sequences in Proteins and DNA</a> </li>
<li> <a href="/research/visualizing.html" title='Visualization Tools'>Visualization Tools: <code>gff2ps</code> and <code>gff2aplot</code></a> </li>
<li> <a href="/research/virus.html" title='Comparative Analysis of Virus Sequences'>Comparative Analysis of Virus Sequences</a> </li>
<li> <a href="/research/biodatabases.html" title='Knowledge Extraction from Biological Databases'>Knowledge Extraction from Biological Databases</a> </li>
<li> <a href="/webservices/index.html" title='Developing Web resources using BioMOBY'>Developing Web resources using BioMOBY</a> </li>
<li> <a href="/research/other.html" title='Other Research'>Other Research</a> </li>
</ul>

<?php page_trailer(__FILE__); ?>
