Contents Menu Expand
pyms-nist-search 0.8.0 documentation
pyms-nist-search 0.8.0 documentation
  • Home
  • Usage
  • API Reference
  • Contributing
  • License
  • Downloading source code

Links

  • GitHub
  • PyPI

PyMassSpec NIST Search¶

PyMassSpec extension for searching mass spectra using NIST’s Mass Spectrum Search Engine.

AppVeyor Windows Build Status

Docs

Documentation Build Status Docs Check Status

Tests

Linux Test Status Windows Test Status Coverage

PyPI

PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel

Activity

GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads

QA

CodeFactor Grade Flake8 Status mypy status

Other

License GitHub top language Requirements Status

PyMassSpec extension for searching mass spectra using NIST’s Spectrum Search Engine

PyMassSpec NIST Search is Free Software licensed under the GNU Lesser General Public License Version 3.

A copy of the MassBank of North America database, in JSON, MSP and NIST Library formats, is included for the purposes of these tests. This library was created on 22 April 2020 using the “parse_mona_json.py” script and Lib2Nist. Licensed under the CC BY 4.0 License. For a list of contributors, see the file MoNA_GCMS_Library/AUTHORS.

Installation¶

python3 -m pip install pyms-nist-search --user
python3 -m pip install git+https://github.com/domdfcoding/pynist@master --user

Contents¶

  • Usage
  • API Reference
    • base
      • NISTBase
    • docker_engine
      • Engine
      • hit_list_from_json
      • hit_list_with_ref_data_from_json
      • require_init
    • reference_data
      • ReferenceData
    • search_result
      • SearchResult
    • utils
      • lib_name_from_path
      • pack
      • parse_name_chars
    • win_engine
      • Engine
  • Contributing
    • Coding style
    • Automated tests
    • Type Annotations
    • Build documentation locally
  • License
  • Downloading source code
    • Building from source

View the Function Index or browse the Source Code.

Browse the GitHub Repository

Next
Usage
Copyright © 2020-2021 Dominic Davis-Foster | Built with Sphinx and @pradyunsg's Furo theme. | Show Source
Contents
  • PyMassSpec NIST Search
    • Installation
    • Contents