{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% import "macros.html" as pbw %} {% block title %}Experiment Catalog{% endblock %} {% block scripts %} {{ super() }} {% if current_user.is_authenticated and current_user.is_admin %} {% endif %} {% endblock %} {% block content %}
Experiments are listed here in reverse chronological order. Currently, each corresponds to a Heat Diffusion Experiment, but other experiment types will be added in the future (e.g., Reverse Causal Reasoning).
Additional analyses can be run directly on a network through the network catalog or by first building a query and clicking the analyze button in the biological network explorer. Also, see the Omics Catalog of publicly uploaded -omics data sets.