Review Article

State of the Art of Fuzzy Methods for Gene Regulatory Networks Inference

Algorithm 2

Predicting changes in gene expression level.
// Examples of rules for inferring GRNs from
expression data //
Rule  1
If activator_expression is high
and repressor_expression is low
then target_gene_expression is high
Rule  2
if the repressor_concentration is high
and activator_concentration is low
then target_gene_expression is low