Abscisic Acid Signaling Network
Donated on 4/2/2008
The objective is to determine the set of boolean rules that describe the interactions of the nodes within this plant signaling network. The dataset includes 300 separate boolean pseudodynamic simulations using an asynchronous update scheme.
Dataset Characteristics
Multivariate
Subject Area
Biology
Associated Tasks
Causal-Discovery
Feature Type
Integer
# Instances
300
# Features
43
Dataset Information
Additional Information
The objective is to determine the set of boolean rules that describe the interactions of the nodes within this plant signaling network. The dataset includes 300 separate boolean pseudodynamic simulations of the true rules, using an asynchronous update scheme. Each of the 300 simulations begin with a randomly generated initial condition, in order to ensure sampling of all of the steady states of the system. There are a total of 43 nodes in this dataset, with 5 ndoes being constants. The results for 300 separate simulations are included in the dataset. Each simulation consists of a matrix of 0's and 1's, with 21 rows and 43 columns. The first row is the randomly generated initial condition for the particular simulation, with the next 20 rows being the output from the boolean pseudodynamics simulation. Each of the 43 columns represent the transient response of a particular node. The nodal names are identified at the top of the data file. A line of asterisks is used to separate the simulations from one another. An example set of data is included below: *************************** 1011101110101101101101001010001011000011001 1100001110111101101101111111011001011101011 1100011110111110101101100011010001110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010 1100001110111110101101100011000011110101010
Has Missing Values?
No
Variable Information
Each node can have a value of 0 or 1. 38 of the 43 nodes are allowed to vary, with 5 nodes held constant throughout the simulation.
Dataset Files
File | Size |
---|---|
plantCellSignaling.data | 247.3 KB |
plantCellSignaling.names | 3 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset abscisic_acid_signaling_network = fetch_ucirepo(id=173) # data (as pandas dataframes) X = abscisic_acid_signaling_network.data.features y = abscisic_acid_signaling_network.data.targets # metadata print(abscisic_acid_signaling_network.metadata) # variable information print(abscisic_acid_signaling_network.variables)
Jenkins, J. & Soni, A. (2008). Abscisic Acid Signaling Network [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5ZK6Q.
Creators
Jerry Jenkins
Abhishek Soni
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.