Cited References
Iccare Abstract
The Iccare Web server, http://bioinfo.genopole-toulouse.prd.fr/iccare, provides a simple yet efficient
tool for crude EST annotation specifically dedicated to comparative mapping approaches. Iccare uses
all the EST and mRNA sequences of public databases for an organism of interest (query species) and
compares them to all the transcripts of one reference organism (Homo sapiens or Arabidopsis
thaliana). The results are displayed according to the location of the genes on the chromosomes of the
reference organism. Gene structure information and sequence similarities are combined in a graphical
representation in order to pinpoint the nature of the transcript query sequence. The user can
subsequently design primers or probes for the purpose of physical or genetic mapping. In addition to
the query organisms already available in Iccare, users can perform a tailor-made search with their own
sequences against the animal or plant reference organism genes.
return to index
Iccare Documentation
Software desciption
All the sequences are screened for vectors and masked for known repeats with RepeatMasker [UniVec
at ftp://ftp.ncbi.nih.gov/pub/UniVec, Smit A & Green P, RepeatMasker at
http://ftp.genome.washington.edu/RM/RepeatMasker.html]. The masked sequences are subsequently
compared to all the transcript sequences of the reference organism with the blastn option of the
BLAST program [1]. The results are filtered according to the expected value. This value is normalized
in order to fit a standardized e-value of a comparison with a database of 1 million residues. Only
similarities, or more precisely, using the terminology of BLAST, Highest Scoring Pair (HSP) with an
expected value less than 10-5 are kept for further consideration (the complete blast output is also
available). Finally, Iccare compiles the BLAST results, the mapping information of the reference
organism and formats these results for the web site application.
Web Site Dynamic Script
Programming was done in Perl using the CGI library, the GD library and the EMBOSS package
[2].
return to index
Iccare Resources