becavin-lab / bacnet

BACNET is a Java based platform to develop website for multi-omics analysis
GNU General Public License v3.0
13 stars 1 forks source link
bacnet bioinformatics data-visualization genomics listeria multi-omics proteomics transcriptomics website

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:

  1. A table tools for Heatmap drawing and manipulation.
  2. 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.
  3. 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 Ad

Bacnet includes four plug-ins which should be imported from the github repository:

It includes also 2 features for the deployement of bacnet websites on Apache Tomcat server:

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.

Tutorials

First-Steps

Install BACNET - Install BACNET platform

Eclipse RAP architecture - Some tutorials to get familiar with Eclipse RAP architecture

Deploy ListeriomicsSample multi-omics website

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

Additional information

Bacnet Architecture - We describe more in detail the architecture of Bacnet

Bacnet Javadoc - Get JavaDoc of all Bacnet API

Support

Bacnet Ad