<br><div>Hi Ensembl developers,</div><div><br></div><div>I would like to announce the second release of a homemade project based mainly on Ensembl called CellBase. I think this project may be of interest to many Ensembl user and developers. CellBase has been recently published at NAR: <a href="http://nar.oxfordjournals.org/content/early/2012/06/12/nar.gks575.short">http://nar.oxfordjournals.org/content/early/2012/06/12/nar.gks575.short</a></div>

<div><br></div><div><br></div><div><b>Goals</b></div><div>The aim of CellBase is to integrate different data sources and make easy many of the daily biological queries. CellBase is based on Ensembl (v2 is based on Ensembl 67) and takes genome sequence, core features and variations from it. We have also integrate Uniprot, Cosmic, Intact, Biogrid, miRNAs, Reactome and many other biological sources. All these sources have been integrated together in a SQL schema.</div>

<div><br></div><div>Notice that CellBase do not pretend to be a replacement form Ensembl or any other data source, we just try to put together different sources and make the access to data easier to the bioinformatic community. We make a exhaustive use of Ensembl API for our projects. But in some cases or scenarios it can be hard for some users to use Ensembl API or to have enough hardware capabilities to install database.</div>

<div><br></div><div><br></div><div><b>RESTful Web Services API</b></div><div>To make data accessible to users a RESTful Web Services API has been developed. This is a young project and many more web services are being added every week. Much effort was made to make the URL sensible and easy to users, the basic structure is:</div>

<div><pre style="margin-right:1em;margin-left:1.6em;padding:2px 2px 2px 0px;background-color:rgb(250,250,250);border:1px solid rgb(218,218,218);width:auto;overflow-x:auto;overflow-y:hidden;color:rgb(72,72,72);font-size:12px">

<code><strong><a href="http://ws.bioinfo.cipf.es/cellbase/rest/">ws.bioinfo.cipf.es/cellbase/rest/</a> <em>{version}</em> / <em>{species}</em> / <em>{category}</em> / <em>{subcategory}</em> / <em>id</em> / <em>{resource}</em> ? <em>{filters}</em></strong></code></pre>

</div><div><code><strong><em><br></em></strong></code></div><div>Where <i><b>category</b></i> could be 'genomic' or 'feature', and <i><b>subcategory</b></i> specify the type of the <b style="font-style:italic">id</b>, finally, <i><b>resource</b></i> defines what info we want to retrieve. Eleven species are available right now. Below and in the documentation and paper you can find many more info and examples. If 'of=json' added at the end then the result is returned in JSON format.</div>

<div><br></div><div>Some examples:</div><div><br></div><div>To get the transcripts from a gene:</div><div><br></div><div><a href="http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/feature/gene/BRCA2/transcript">http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/feature/gene/BRCA2/transcript</a></div>

<div><br></div><div>Or the SNPs or miRNA targets from a region:</div><div><br></div><div><a href="http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/genomic/region/16:3618105-3701105/snp">http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/genomic/region/16:3618105-3701105/snp</a></div>

<div><br></div><div><a href="http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/genomic/region/1:2201105-2319315/mirna_target">http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/genomic/region/1:2201105-2319315/mirna_target</a></div>

<div><br></div><div>COSMIC mutations from a gene:</div><div><br></div><div><a href="http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/feature/gene/BRCA2/mutation">http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/feature/gene/BRCA2/mutation</a></div>

<div><br></div><div>Uniprot features from a transcript/protein:</div><div><br></div><div><a href="http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/feature/transcript/BRCA2/protein_feature">http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/feature/transcript/BRCA2/protein_feature</a></div>

<div><br></div><div>Or SNP phenotype:</div><div><br></div><div><a href="http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/feature/snp/rs3934834/phenotype">http://ws.bioinfo.cipf.es/cellbase/rest/latest/hsa/feature/snp/rs3934834/phenotype</a></div>

<div><br></div><div><br></div><div>many many more at:  <a href="http://docs.bioinfo.cipf.es/projects/cellbase/wiki#Categories-and-subcategories">http://docs.bioinfo.cipf.es/projects/cellbase/wiki#Categories-and-subcategories</a></div>

<div><br></div><div><br></div><div><br></div><div><b>Some applications using it</b></div><div>Some applications form our lab are successfully using CellBase, so we think it's enough mature ans usable project right now, some apps using it:</div>

<div> 1) Genome Maps: a HTML5 genome browsers (tuned for Google Chrome), visit:  <a href="http://genomemaps.org/">http://genomemaps.org/</a></div><div> 2) VARIANT: cloud-based solution for predict the consequence type of variants in NGS: <a href="http://docs.bioinfo.cipf.es/projects/variant/wiki">http://docs.bioinfo.cipf.es/projects/variant/wiki</a>, the tool at: <a href="http://variant.bioinfo.cipf.es/">http://variant.bioinfo.cipf.es/</a>. Recently published in NAR: <a href="http://nar.oxfordjournals.org/content/early/2012/06/11/nar.gks572.abstract">http://nar.oxfordjournals.org/content/early/2012/06/11/nar.gks572.abstract</a></div>

<div> 3) RENATO: also in NAR:  <a href="http://nar.oxfordjournals.org/content/40/W1/W168.short">http://nar.oxfordjournals.org/content/40/W1/W168.short</a></div><div><br></div><div><br></div><div>You can find more information at:  <a href="http://docs.bioinfo.cipf.es/projects/cellbase/wiki">http://docs.bioinfo.cipf.es/projects/cellbase/wiki</a> </div>

<div><br></div><div>I hope CellBase can be useful for you and fell free to contact me if some WS are needed or some bugs are found.</div><div><br></div><div>Best regards,</div><div><br></div><div>Nacho</div><div><br></div>

<div>-----------------------------------------------------------<br>Ignacio Medina Castello<div>Head of the Computational Biology Unit<div>Bioinformatics & Genomics Department</div><div>Prince Felipe Research Centre (CIPF)<div>

C./Eduardo Primo Yúfera (Científic), nº 3</div><div>(Junto Oceanografico)<br>46012 Valencia, Spain.<br><br>Tfn: +34 96 328 96 80 ext: 1016 (+34 96 328 96 81 1016)<div>Fax: +34 96 328 97 01<br>Web : <a href="http://bioinfo.cipf.es/" target="_blank">http://bioinfo.cipf.es</a><br>

-----------------------------------------------------------</div></div></div></div><br></div>