Giter VIP home page Giter VIP logo

fastlipid's Introduction

FASTLipid

FastLipid - The underlying theoretical lipid generator powering LipidHome

Execution

The tool can be used both as a Java executable (in command line mode), as nodes in the Knime workflow environment, or as library to be embedded in other Java projects.

Command line mode

The binary distribution includes two folders, target and bin, coming from the Maven distribution. In the folder bin, a shell script can be used to execute the MassSearch execution plan:

sh runMassQuery.sh
Option "-m" is required
java uk.ac.ebi.lipidhome.fastlipid.exec.MassSearch [options...] arguments...
 -h VAL : List desired head groups to use, separated by comma. Default uses all
          of them.
 -l VAL : List desired linkers to use, separated by comma. Default uses all of
          them.
 -m N   : Mass to search.
 -o VAL : Output files prefixes
 -r VAL : Result type: (S) Species, (SP) sub-species, or (I) Isomers, sep by a
          comma. Default uses all.
 -t N   : PPM tolerance.

Where an example execution is:

sh runMassQuery.sh -m 411.2022037 -o /tmp/test -r SP,S,I -t 100 -h PE,PC,PI

In this case, three files would be generated in the /tmp/ dir with the prefix test, with the results. If -h is ommitted, all known head groups (DG(3), Glycerol(3), PA(2), PC(2), PE(2), PG(2), PI(2), PS(2), DG12(2), DG13(2), LPA1(1), LPC1(1), LPE1(1), LPG1(1), LPI1(1), LPS1(1), MG1(1), LPA2(1), LPC2(1), LPE2(1), LPG2(1), LPI2(1), LPS2(1), MG2(1)) are used. Linkers (-l) can be either Acyl or Alkyl currently (again, not specifying -l uses all of them).

Species stands for HeadGroup + Linkers + Total Carbons in FAs + Total double bonds in FAs combinations. SubSpecies stands for HeadGroup + Linkers + (Carbons in FA1, Carbons in FA2,...., Carbons in FAN) + (Double bonds in FA1, Double bonds in FA2,...., Double bonds in FAN). Isomers stands for actually defined molecules, where the positions of the double bonds are defined on each fatty acid chain (output in this case is an SDF file, though molecules have no spatial coordinates nor stereochemistry)

For more details on the nomenclature, please see the LipidHome paper.

fastlipid's People

Contributors

pcm32 avatar

Stargazers

Hongchao Ji avatar Nils Hoffmann avatar

Watchers

 avatar James Cloos avatar

Forkers

nilshoffmann

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.