All Projects → becavin-lab → bacnet

becavin-lab / bacnet

Licence: GPL-3.0 License
BACNET is a Java based platform to develop website for multi-omics analysis

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to bacnet

full spectrum bioinformatics
An open-access bioinformatics text
Stars: ✭ 26 (+116.67%)
Mutual labels:  bioinformatics, genomics
chromap
Fast alignment and preprocessing of chromatin profiles
Stars: ✭ 93 (+675%)
Mutual labels:  bioinformatics, genomics
GenomicDataCommons
Provide R access to the NCI Genomic Data Commons portal.
Stars: ✭ 64 (+433.33%)
Mutual labels:  bioinformatics, genomics
staramr
Scans genome contigs against the ResFinder, PlasmidFinder, and PointFinder databases.
Stars: ✭ 52 (+333.33%)
Mutual labels:  bioinformatics, genomics
MSFragger
Ultrafast, comprehensive peptide identification for mass spectrometry–based proteomics
Stars: ✭ 43 (+258.33%)
Mutual labels:  bioinformatics, proteomics
bystro
Bystro genetic analysis (annotation, filtering, statistics)
Stars: ✭ 31 (+158.33%)
Mutual labels:  bioinformatics, genomics
reg-gen
Regulatory Genomics Toolbox: Python library and set of tools for the integrative analysis of high throughput regulatory genomics data.
Stars: ✭ 64 (+433.33%)
Mutual labels:  bioinformatics, genomics
MetaOmGraph
MetaOmGraph: a workbench for interactive exploratory data analysis of large expression datasets
Stars: ✭ 30 (+150%)
Mutual labels:  bioinformatics, transcriptomics
cell-ontology
An ontology of cell types
Stars: ✭ 75 (+525%)
Mutual labels:  genomics, transcriptomics
awesome-genetics
A curated list of awesome bioinformatics software.
Stars: ✭ 60 (+400%)
Mutual labels:  bioinformatics, genomics
companion
This repository has been archived, currently maintained version is at https://github.com/iii-companion/companion
Stars: ✭ 21 (+75%)
Mutual labels:  bioinformatics, genomics
dna-traits
A fast 23andMe genome text file parser, now superseded by arv
Stars: ✭ 64 (+433.33%)
Mutual labels:  bioinformatics, genomics
calN50
Compute N50/NG50 and auN/auNG
Stars: ✭ 20 (+66.67%)
Mutual labels:  bioinformatics, genomics
FALDO
Feature Annotation Location Description Ontology
Stars: ✭ 28 (+133.33%)
Mutual labels:  genomics, proteomics
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (+358.33%)
Mutual labels:  bioinformatics, genomics
plasmidtron
Assembling the cause of phenotypes and genotypes from NGS data
Stars: ✭ 27 (+125%)
Mutual labels:  bioinformatics, genomics
ntHash
Fast hash function for DNA sequences
Stars: ✭ 66 (+450%)
Mutual labels:  bioinformatics, genomics
saffrontree
SaffronTree: Reference free rapid phylogenetic tree construction from raw read data
Stars: ✭ 17 (+41.67%)
Mutual labels:  bioinformatics, genomics
netSmooth
netSmooth: A Network smoothing based method for Single Cell RNA-seq imputation
Stars: ✭ 23 (+91.67%)
Mutual labels:  bioinformatics, genomics
tiptoft
Predict plasmids from uncorrected long read data
Stars: ✭ 27 (+125%)
Mutual labels:  bioinformatics, genomics

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:

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].