Giter Site home page Giter Site logo

peakonly's Introduction

peakonly


peakonly is a novel approach written in Python (v3.6) for peaks (aka features) detection in raw LC-MS data. The main idea underlying the approach is the training of two subsequent artificial neural networks to firstly classify ROIs (regions of interest) into three two classes (noise, peaks, uncertain peaks) and then to determine boundaries for every peak to integrate its area. Current approach was developed for the high-resolution LC-MS data for the purposes of metabolomics, but can be applied with several adaptations in other fields that utilize data from high-resolution GC- or LC-MS techniques.

Supported formats:

  • .mzML

Operating System Compatibility

peakonly has been tested successfully with:

  • Ubuntu 16.04
  • macOS Catalina
  • Windows 10
  • Windows 7

For Windows7/10 commands should be entered through Windows PowerShell. Detailed instruction is available. Be sure that your python version is at least 3.6.

Installing and running the application

To install and run peakonly you should do a few simple steps:

  • download the latest release of peakonly
  • install requirements in the following automated way (or you can simply open reqirements.txt file and download listed libraries in any other convenient way):
pip3 install -r requirements.txt
  • run peakonly.py:
python3 peakonly.py

The more detailed instruction on how to install and run the application as well as a thorough manual on how to use it is available via the link.

Call for Contributions

peakonly appreciates help from a wide range of different backgrounds. Small improvements or fixes are always appreciated. If you are considering larger contributions, have some questions or an offer for cooperation, please contact the main contributor ([email protected]).

peakonly's People

Contributors

arseha avatar valen320 avatar

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.