BACNET V2 - December 2021
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 includes four plug-ins which should be imported from the github repository:
- bacnet.core 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
It includes also 2 features for the deployement of bacnet websites on Apache Tomcat server:
- bacnet.setup.feature a web interface for multi-omics database creation
- bacnet.webapp.feature for creating the mult-iomics website
BACNET allows to develop websites using Eclipse RAP. The choice of Eclipse RAP (based on Eclipse RCP) 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.
See the Bacnet Javadoc for more information: Bacnet Javadoc
The following tutorials will show you how to build such a website using BACNET platform.
Install BACNET - Install BACNET platform
Eclipse RAP architecture - Some tutorials to get familiar with Eclipse RAP 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 Homologs - Add Homologs of each protein 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
Run query-based multi-omics analysis - Create a script to query multi-omics datasets
Bacnet Architecture - We describe more in detail the architecture of Bacnet
Bacnet Javadoc - Get JavaDoc of all Bacnet API