Bacnet is a Java based platform for fast development of ‘personalized’ multiomics website. Bacnet is easy to import, modify and deploy on web server. Bacnet was used already for the development of four websites, two of them being already published Listeriomics (Bécavin et al., 2017), CrisprGo (Rousset et al., 2018). We believe Bacnet is the only platform available which allows to easily create website for sharing and publishing scientific results of specific multiomics analysis, opening the era of ‘personalized omics’.
Our platform integrates different type of tools, the three most important being:
- A table tools for Heatmap drawing and manipulation.
- Genome viewer for displaying gene expression array (DNA microarray), tiling array, and RNA-Seq data along with proteomics and genomics data. This genome viewer is able to load quickly every data using streaming techniques, to zoom through the data from a nucleotide scale to a genome-wide scale, and overlay heterogeneous “omics” data.
- An expression atlas, inspired from EBI Expression Atlas, for easily design a query based tool which connects every genomics elements (genes, smallRNAs, antisenseRNAs) to the most relevant “omics” data.
All these tools are already implemented in Listeriomics website. See the Listeriomics wiki to understand how they work.
BACNET allows also to develop local software and websites with the same code. To reach this goal we used two highly connected APis , Eclipse RCP and Eclipse RAP (single sourcing).
Bacnet includes four packages which should be imported from the github repository:
- bacnet package for all the necessary tools of the platform;
- bacnet.scripts for all methods allowing creation of the database_
- bacnet.e4.rap.setup a web interface for multi-omics database creation_
- bacnet.e4.rap for creating the mult-iomics website_
- bacnet.e4.rcp the desktop version of the website_
The choice of Eclipse RAP and RCP architecture was made because of its easy to use interface named WindowBuilder. It allows the user to quickly design its own view by adding panels, buttons, canvas in a “one click” fashion. One can also add existing graphical API based on Javascript. This capability is of particular interest when creating multi-omics website for specific organism, paving the way for ‘personalized omics’ platforms.
The following tutorials will show you how to build such a website using BACNET platform.
Install BACNET - Install BACNET platform
Eclipse RAP and RCP architecture - Some tutorials to get familiar with Eclipse RAP and RCP architecture
Develop your first multi omics website - Quickly develop a multi-omics website using sample datasets
Add Genomes - Add Genomes to your website
Add Phylogenomics data - Add Phylogenomics information to your website
Add Biological conditions - Add Biological Conditions to your website
Add Comparisons - Add dataset comparisons to your website
Add Transcriptomics - Add Transcriptomics datasets to your website
Add Proteomics - Add Proteomics dataset to your website
Add Co-Expression Networks - Add Co Expression Networks to your website
Deploy your website - Deploy on server your website