Skip to content

BACNET is a Java based platform to develop website for multi-omics analysis

License

Notifications You must be signed in to change notification settings

drbecavin/bacnet-private

 
 

Repository files navigation

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 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.

Tutorials

First-Steps

Install BACNET - Install BACNET platform

Eclipse RAP and RCP architecture - Some tutorials to get familiar with Eclipse RAP and RCP 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 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

About

BACNET is a Java based platform to develop website for multi-omics analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mathematica 53.4%
  • Java 45.0%
  • JavaScript 0.5%
  • R 0.5%
  • Shell 0.4%
  • HTML 0.2%