{% 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 %}User {{ user.email }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
#{{ report.id }}
{{ report.source_name }}
{#
Not sure why this isn't working
{{ report.task_uuid }}
#}
{% if project.description %}
{{ project.description }}
{% else %}
No description has been given.
{% endif %}
Network | Date of Upload | |
---|---|---|
{{ report.network }} | {{ report.created }} |
Identifier | Name | Description | Public | |
---|---|---|---|---|
{{ omic.id }} | {{ omic.source_name }} | {{ omic.description }} | {% if omic.public %} {% else %} {% endif %} |
Differential gene expression data can be created easily with GEO2R by following this tutorial. As an example pipeline, we recommend using the data from GEO Experiment GSE28146 with the available NeuroMMSig subgraphs.