@extends("base.html") @require(htmlbase, view, pluginbase) @def content():

Map Entities

Map data to database entities either manually or from existing mapping sources
Martin A. Fitzpatrick

Introduction

Identification of measured data is one of the key steps in metabolomic analysis. This plugin allows for manual or automated mapping of data to known database entities.

Quick start

Select source data and a list of existing mapped and unmapped data will be shown in the main window. You can click to (+) add or (-) remove mapped entities to an object. If you have an existing external mapping table of identities/entities you can import these and apply them automatically to each data source.

The mapping supports any existing unification database in the system, and will suggest the most appropriate from analysis of the initial file. You can override this if required, and may wish to do so in cases of namespace clashes. Modifications to the mapping will be stored and re-applied on any subsequent changes to the source data.

If your imported data contains destination data (e.g. HMDB identities) that are not present in the current database, these will be highlighted for subsequent manual mapping as required.

@end