Skip to content

MSDK-based tool to extract MS2 transition data for CE series from mzML files

License

Notifications You must be signed in to change notification settings

lifs-tools/flipr-transition-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transition Extraction, Training and Execution Harness for flipR

This project provides an execution harness including transition extraction from mzML files, automatic model training and selection based on the flipr project.

To use it on Linux systems with parallelized training, please see the flipr-trainer.

flipR (Fragment-based Lipid Intensity Prediction) predicts MS-platform specific lipid fragment profiles that simplify the selection of optimized collision energies for custom lipid transition libraries with LipidCreator in conjunction with Skyline.

The Maven site with JavaDoc is available here.

Building the project and generating client code from the command-line

In order to build the client code and run the unit tests, execute the following command from a terminal:

./mvnw install

This generates the executable JAR file for reading and mapping of transition lists, mapping files and mzML transition extraction.

The generated JAVA code is available in a jar archive below the target directory:

  1. flipr-transition-extractor-<VERSION>.jar

Running the application

If you want to run the application from the command line, change to the target folder after building the project. Then enter the following command:

java -jar flipr-transition-extractor-1.0.9.jar

This will print all possible arguments for the transition extractor.

Note
You need to have the flipr R package installed before running the transition extractor.

The flipr-trainer project shows how to use the transition extractor.

About

MSDK-based tool to extract MS2 transition data for CE series from mzML files

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published