Giter Site home page Giter Site logo

ajgiuliani / msj.jl Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 1.0 9.29 MB

A mass spectrometry package for Julia

Home Page: https://ajgiuliani.github.io/MSj.jl/stable

License: Other

Julia 100.00%
julia-package mass-spectrometry chromatography mzxml lc-ms julia msj spectroscopy spectrometry

msj.jl's Introduction

MSj.jl

A mass spectrometry package for Julia

Build Status Coverage Status codecov

Installation

This package is unregistered. It can be installed either with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

(v1.3) pkg> add https://github.com/ajgiuliani/MSj.jl

or using the package API:

using Pkg
Pkg.add(PackageSpec(url="https://github.com/ajgiuliani/MSj.jl"))

Documentation

Documentation is available here.

Usage

MSj is a package for loading, processing and plotting mass spectrometry data. It provides the following functionalities:

Getting information on the file
Load a file
Averaging mass spectra based on various criteria that may be combined
Chromatogram and extracted chromatograms
Processing the data
    smoothing
    baseline correction
    peak-picking
Calculation of isotopic distribution

To get information on a file:

info("path/to/file")

Mass spectra can be loaded by:

data = load("path/to/file")

And averaged as follow:

ms1 = average(data, MSj.Level(1))                   # full MS scans
ms2 = average(data, MSj.Level(2))                   # MS2 spectra
ms3 = average(data, MSj.Activation_Method("CID"))   # CID spectra

See the documentation for additional information.

Supported file format

  • mzxml

Other Julia packages

  • mzXML.jl: Load mass spectrometry mzXML files.
  • MassSpec.jl: Mass spectometry utilities for Julia

msj.jl's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

romestamo-flx

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.