A tool for molecular networking and annotation
Project description
MSanalyst
This repository contains the original source code of MSanalyst
Installation
pip version
pip install msanalyst
docker version
docker pull
Quick start
Preprocess
Before applying MSanalyst, raw mass spectrometry (MS) data should be converted using MSconvert.
It is recommended to use MZmine-based untargeted LC-MS workflow
to generate the quant.csv and mgf files as inputs.
Module usage
Here we briefly introduce the command of MSanalyst quick start:
Using -h for help messages in MSanalyst:
main.pyfor Default analysis workflow of MSanalyst.
python main.py -q ./example/example_quant.csv -m ./example/example.mgf -o ./example/
re-networking.pyfor quick re-analysis of the results generated bymain.pycommand.
python re-networking.py -m ./example/example.mgf -q ./example/example_quant.csv -scm neutral_loss -scs 0.5 -scp 4
ms1search.pyfor single quick ms1 searching
python ms1search.py -qms1 227.234
ms2search.pyfor single ms2 searching
python ms2search.py -m single.mgf
customized_db.pyfor generating customized mass spectrometry database
python customized_db.py -m ./customed_db/Xiamenmycins.mgf -li ./customed_db/Xiamenmycins.xlsx
mn_merging.pyfor merging different molecular netowrks
python mn_merging.py -mn1 ./example/example_quant_result/example_modified_cosine_0.7_5.graphml -mn2 ./example/example_quant_result/example_modified_cosine_0.1_1.graphml -o ./example/
Documentation
Please see the following links for detailed instructions, parameter usage and more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file MSanalyst-0.1.2.tar.gz.
File metadata
- Download URL: MSanalyst-0.1.2.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81bd16f0d9d118423d396b91ce59a7536b9be9d67ad2e7c62b3118aa7c7552ff
|
|
| MD5 |
76a4082f0abd181e295bce6fde4d98cc
|
|
| BLAKE2b-256 |
d81769482be409c3e5be69ad5e27018f3bcd00e2baf21188cf6afaea99d67467
|
File details
Details for the file MSanalyst-0.1.2-py3-none-any.whl.
File metadata
- Download URL: MSanalyst-0.1.2-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45234b94ef191eeca7b14ef74874f9b3103335e593dc0404e74d0803e675ab4b
|
|
| MD5 |
c1e2fc2e449ccfe508b5efaafb8a9401
|
|
| BLAKE2b-256 |
e62949dcbfca65d70470f0d1ff558ae282f7346bf2001b078cac69fb26a3cf89
|