{% extends 'base.html' %} {% load static %} {% block sb_admin_title %} Browse, Search and View Metabolomics data {% 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 'mbrowse' 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

{% endblock %}