{% extends 'base.html' %} {% block sb_admin_title %} Metab Summary {% endblock sb_admin_title %} {% block sb_admin_subheading %} {% endblock sb_admin_subheading %} {% block sb_admin_breadcrumb %} Dashboard {% endblock sb_admin_breadcrumb %} {% block sb_admin_breadcrumb_active %} / Metab Summary {% endblock sb_admin_breadcrumb_active %} {% block content %}

This 'metab' application provides functionality to upload metabolomics datasets that can then be searched and viewed. Currently implemented to upload LC-MS/(MS) datasets and associated annotation information (MOGI)

{% endblock %}