pyms-nist-search 0.1.8
pip install pyms-nist-search==0.1.8
Released:
PyMassSpec extension for searching mass spectra using NIST's Spectrum Search Engine
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Lesser General Public License v3 or later (LGPLv3+) (LGPLv3)
- Author: Dominic Davis-Foster
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
PyMassSpec extension for searching mass spectra using NIST’s Spectrum Search Engine
Usage
You will need to supply your own copy of the NIST Mass Spectral library to use this software.
The main class in this library is the Engine class. This class performs the actual searching. Start by initialising the search engine as follows:
search = pyms_nist_search.Engine(
FULL_PATH_TO_MAIN_LIBRARY,
pyms_nist_search.NISTMS_MAIN_LIB,
FULL_PATH_TO_WORK_DIR,
)
Where FULL_PATH_TO_MAIN_LIBRARY is the path to the location of your mass spectral library, and FULL_PATH_TO_WORK_DIR is the path to the working directory to be used by the search engine.
A MassSpectrum object can then be searched as follows:
search.full_search_with_ref_data(mass_spec)
This will return a list of tuples consisting of SearchResult and ReferenceData objects for the possible identities of the mass spectrum.
A list of just the SearchResult objects can be obtained with this method:
hit_list = search.full_search(mass_spec)
For each of these hits, the reference data can be obtained as follows:
for hit in hit_list:
ref_data = search.get_reference_data(hit.spec_loc)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Lesser General Public License v3 or later (LGPLv3+) (LGPLv3)
- Author: Dominic Davis-Foster
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Uploaded
CPython 3.8
Windows x86-64
Uploaded
CPython 3.7m
Windows x86-64
Uploaded
CPython 3.7m
Windows x86
Uploaded
CPython 3.6m
Windows x86-64
Uploaded
CPython 3.6m
Windows x86
File details
Details for the file pyms_nist_search-0.1.8-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: pyms_nist_search-0.1.8-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 552.9 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b80845cac639ca71bcc9581c7ddaf8f4fb1d76c6635f7c6ec884e0fb4e55a19 |
|
MD5 | 6ee85d4b4eb9d1daeed8fd4df8aaddb9 |
|
BLAKE2b-256 | 6f0169b3a241437bafac74a7765fb9e438fd011fde0a3068d5c3c976622c21fd |
File details
Details for the file pyms_nist_search-0.1.8-cp38-cp38-win32.whl
.
File metadata
- Download URL: pyms_nist_search-0.1.8-cp38-cp38-win32.whl
- Upload date:
- Size: 492.9 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d17a037035aadcd308c982799f901ea14edb5865793be11a68e38a45c5f2c689 |
|
MD5 | 1768e033f3b5095fb64e69822558b029 |
|
BLAKE2b-256 | 70e274b12a89d358f882364979ac9df437fc3ca12b2d69d76d6b4c2e69e2a9a8 |
File details
Details for the file pyms_nist_search-0.1.8-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: pyms_nist_search-0.1.8-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 552.9 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aa6beb4a8d2e3c549ee196ade809e9aca3b239be016f68809371385ae31a130 |
|
MD5 | 622ccdea085d945572e106d82be706d6 |
|
BLAKE2b-256 | 103c8bdb2916738c0751aefea87b096cf72872a62b5ae2f65b70cad8089c8036 |
File details
Details for the file pyms_nist_search-0.1.8-cp37-cp37m-win32.whl
.
File metadata
- Download URL: pyms_nist_search-0.1.8-cp37-cp37m-win32.whl
- Upload date:
- Size: 492.9 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00b701fb83b31d39a988d1a6b4566e1c5aec234edd81336dc17550f6cb9413b2 |
|
MD5 | f3873e73731edfc86c1d5d31c3c44412 |
|
BLAKE2b-256 | b3387dea4c5cc70de5c16f5113b0f35572b37c9f292fbfe6d5e10ff569180a40 |
File details
Details for the file pyms_nist_search-0.1.8-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: pyms_nist_search-0.1.8-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 552.9 kB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dfc36756a9f16deafa98c46fb451eef771d50a5c1823589fc0a769092985ae4 |
|
MD5 | 214d1f662582d506dfa06a2ac77cb0d8 |
|
BLAKE2b-256 | f766e96484506986784c23a86db63f4908501b41a87a1831f4de50faee400a94 |
File details
Details for the file pyms_nist_search-0.1.8-cp36-cp36m-win32.whl
.
File metadata
- Download URL: pyms_nist_search-0.1.8-cp36-cp36m-win32.whl
- Upload date:
- Size: 492.9 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148d5fa59f58001eacb60bd134065e231d0d28a28dd834022ece2311eb4087fc |
|
MD5 | 36418b662e94d8e7d3f83002226f0fe9 |
|
BLAKE2b-256 | 8a578e03d13cd057d96ca4160e84cb127f64197c5319e341686ef5544bd67475 |