README.md

DELTA

DELTA or MBDC is a Model-Based DEep cLustering Algorithm for biology network analysis

Description

In many informational fields, such as biological, environmental, medical, etc., lots of sets of data are created every day. A flexible system biology tool enables to analysis the biology metabolize network in question with efficiency and accuracy. Our work gave a hybrid system based on the deep clustering algorithm, computing the co-regulated genes, also called regulons or co-regulation modules. The experiment results, based on the hypergeometric distribution function scores, showed that the model-based deep clustering (MBDC), was more efficient and accurate than other network functions as ISA, BIMAX, XMOTIFS, QUBIC and QUBIC2. The further study showed that MBDC was not only available in cancer analysis, but also in some bacteria study such as Escherichia coli. MBDC, extends the traditional functions, using both the similar expression patterns and the feedback subset-clusters as the features to identify all the subgroup genes based on the stresses. For each layer in the function, the main purpose is to find: argmax(min(#genes, #stresses))). DELTA is based on QUBIC 1.0.

Installation

You can install DELTA from github using the devtools package

require(devtools);
install_github('yu-shang/delta');
citation("delta");

LOG :

DELTA 0.0 04/28/2013 Project begin;
DELTA 0.1 12/21/2014 the system is send out for testing;
DELTA 0.8 08/04/2016 DELTA's C-version and R-version are published.


yu-shang/delta documentation built on May 4, 2019, 6:35 p.m.