Code Monkey home page Code Monkey logo

container-metfragparameterexport's Introduction

MetFragParameterExport

Version: 0.1

Short Description

Container to convert mzML files to MetFrag parameters used as direct input for MetFragCL.

Description

Native mzML files cannot be used directly to be processed by MetFrag which requires a conversion. Therefore this container used the Java implemented MetFragParameterExport (https://github.com/c-ruttkies/MetFragParameterExport) to retrieve the MS/MS spectra and additional parameters and convert them to MetFrag conform parameters. These parameters can be used as direct input for the MetFrag command line tool (https://github.com/c-ruttkies/MetFragRelaunched).

Issues

MetFrag needs information about the precursor adduct types to process the MS/MS data correctly. Currently, there is no CV term available to represent this information in mzML. The MetFragParameterExport tool scans mzML files for user parameters (tag: userParam) to retrive this information, e.g.:

<userParam name="Precursor_Ion" type="xsd:string" value="[M+H]+"/>

Users have to make sure that this information is available in the input mzML files as user parameter until CV terms have been specified. The MetFragParameterExport tool will be enhanced to also read additonal information like the molecular formula which will be used as parameter for the MetFrag processing.

Functionality

  • Preprocessing

Instrument Data Types

  • MS

Tool Authors

  • Christoph Ruttkies (IPB-Halle)

Container Contributors

Git Repository

Installation

docker build -t metfragparameterexport .

Usage Instructions

For direct docker usage:

docker run -v /data:/data metfragparameterexport MaximumSpectrumLimit=10 InputFile=/data/tiny.mzML OutputFolder=/data/

container-metfragparameterexport's People

Watchers

James Cloos avatar  avatar

Forkers

phnmnl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.