1
- BEAMS - Birmingham mEtabolite Annotation for Mass SpectroMetry
2
- ================================================================
1
+ BEAMSpy - Birmingham mEtabolite Annotation for Mass Spectrometry (Python package)
2
+ ==================================================================================
3
3
|Version | |Py versions | |Git | |Bioconda | |Build Status (Travis) | |Build Status (AppVeyor) | |License | |RTD doc | |codecov | |mybinder |
4
4
5
- BEAMS is a Python Package to annotate LC-MS and DIMS data.
5
+ BEAMSpy (Birmingham mEtabolite Annotation for Mass Spectrometry) is a Python package that includes several automated and
6
+ seamless computational modules that are applied to putatively annotate metabolites detected in untargeted ultra (high)
7
+ performance liquid chromatography-mass spectrometry or untargeted direct infusion mass spectrometry metabolomic assays
8
+ in an automated process. All reported metabolites are annotated to level 3 of the Metabolomics Standards
9
+ Initiative (MSI) reporting standards (Metabolomics. 2007 Sep; 3(3): 211–221. `doi: 10.1007/s11306-007-0082-2 <https://doi.org/10.1007/s11306-007-0082-2 >`_).
6
10
11
+ The package is highly flexible to suit the diversity of sample types studied and mass spectrometers applied in
12
+ untargeted metabolomics studies. The user can use the standard reference files included in the package or can develop
13
+ their own reference files.
14
+
15
+
16
+ - :ref: `Quick installation <quick_installation >`
7
17
- |documentation |
8
- - |source |
9
18
- |bug reports |
19
+ - |License |
10
20
11
- Installation
12
- ------------------------
21
+
22
+ .. _quick_installation :
23
+
24
+ Quick installation
25
+ -------------------
13
26
14
27
Conda _
15
28
~~~~~~~
16
29
17
30
1. Install |miniconda |. Follow the steps described |conda_install |.
18
- 2. Run the following commands to install BEAMS .
31
+ 2. Run the following commands to install BEAMSpy .
19
32
20
33
Windows-64, Linux-64 and OSx
21
34
22
35
::
23
36
24
- $ conda create -n beams beams -c conda-forge -c bioconda -c computational-metabolomics
25
- $ activate beams
37
+ $ conda create -n beamspy beamspy -c conda-forge -c bioconda -c computational-metabolomics
38
+ $ activate beamspy
26
39
27
40
Linux-64 and OSx
28
41
29
42
::
30
43
31
- $ conda create -n beams beams -c conda-forge -c bioconda -c computational-metabolomics
32
- $ source activate beams
44
+ $ conda create -n beamspy beamspy -c conda-forge -c bioconda -c computational-metabolomics
45
+ $ source activate beamspy
33
46
34
47
35
48
Usage
36
49
------------------------
37
50
38
- Command line
39
- ~~~~~~~~~~~~~
51
+ Command line interface (CLI)
52
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40
53
41
54
::
42
55
43
- $ beams --help
56
+ $ beamspy --help
44
57
45
- GUI
46
- ~~~~~~~~~~~~~
58
+ Graphical user interface ( GUI)
59
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47
60
48
61
::
49
62
50
- $ beams start-gui
63
+ $ beamspy start-gui
51
64
52
- Bugs
65
+ Bug reports
53
66
------------------------
54
67
55
- Please report any bugs that you find `here <https://github.com/computational-metabolomics/beams /issues >`_.
56
- Or fork the repository on `GitHub <https://github.com/computational-metabolomics/beams / >`_
68
+ Please report any bugs that you find `here <https://github.com/computational-metabolomics/beamspy /issues >`_.
69
+ Or fork the repository on `GitHub <https://github.com/computational-metabolomics/beamspy / >`_
57
70
and create a pull request (PR). We welcome all contributions, and we will help you to make the PR if you are new to `git <https://guides.github.com/activities/hello-world/ >`_.
58
71
59
72
License
60
73
------------------------
61
74
62
75
Released under the GNU General Public License v3.0 (see `LICENSE file <https://github.com/computational-metabolomics/beams/LICENSE >`_)
63
76
64
- .. |Build Status (Travis) | image :: https://img.shields.io/travis/computational-metabolomics/beams .svg?branch=dev&style=flat&maxAge=3600&label=Travis-CI
65
- :target: https://travis-ci.com/computational-metabolomics/beams
77
+ .. |Build Status (Travis) | image :: https://img.shields.io/travis/computational-metabolomics/beamspy .svg?branch=dev&style=flat&maxAge=3600&label=Travis-CI
78
+ :target: https://travis-ci.com/computational-metabolomics/beamspy
66
79
67
- .. |Build Status (AppVeyor) | image :: https://img.shields.io/appveyor/ci/RJMW/beams .svg?style=flat&maxAge=3600&label=AppVeyor
68
- :target: https://ci.appveyor.com/project/RJMW/beams
80
+ .. |Build Status (AppVeyor) | image :: https://img.shields.io/appveyor/ci/RJMW/beamspy .svg?style=flat&maxAge=3600&label=AppVeyor
81
+ :target: https://ci.appveyor.com/project/RJMW/beamspy
69
82
70
- .. |Py versions | image :: https://img.shields.io/pypi/pyversions/beams .svg?style=flat&maxAge=3600
71
- :target: https://pypi.python.org/pypi/beams /
83
+ .. |Py versions | image :: https://img.shields.io/pypi/pyversions/beamspy .svg?style=flat&maxAge=3600
84
+ :target: https://pypi.python.org/pypi/beamspy /
72
85
73
- .. |Version | image :: https://img.shields.io/pypi/v/beams .svg?style=flat&maxAge=3600
74
- :target: https://pypi.python.org/pypi/beams /
86
+ .. |Version | image :: https://img.shields.io/pypi/v/beamspy .svg?style=flat&maxAge=3600
87
+ :target: https://pypi.python.org/pypi/beamspy /
75
88
76
89
.. |Git | image :: https://img.shields.io/badge/repository-GitHub-blue.svg?style=flat&maxAge=3600
77
- :target: https://github.com/computational-metabolomics/beams
90
+ :target: https://github.com/computational-metabolomics/beamspy
78
91
79
92
.. |Bioconda | image :: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat&maxAge=3600
80
- :target: http://bioconda.github.io/recipes/beams /README.html
93
+ :target: http://bioconda.github.io/recipes/beamspy /README.html
81
94
82
- .. |License | image :: https://img.shields.io/pypi/l/beams .svg?style=flat&maxAge=3600
95
+ .. |License | image :: https://img.shields.io/badge/License-GPL%20v3-blue .svg
83
96
:target: https://www.gnu.org/licenses/gpl-3.0.html
84
97
85
98
.. |RTD doc | image :: https://img.shields.io/badge/documentation-RTD-71B360.svg?style=flat&maxAge=3600
86
- :target: http ://beams .readthedocs.io/en/latest/beams/index.html
99
+ :target: https ://beamspy .readthedocs.io/en/latest/
87
100
88
- .. |codecov | image :: https://codecov.io/gh/computational-metabolomics/beams /branch/master/graph/badge.svg
89
- :target: https://codecov.io/gh/computational-metabolomics/beams
101
+ .. |codecov | image :: https://codecov.io/gh/computational-metabolomics/beamspy /branch/master/graph/badge.svg
102
+ :target: https://codecov.io/gh/computational-metabolomics/beamspy
90
103
91
104
.. |mybinder | image :: https://mybinder.org/badge_logo.svg
92
- :target: https://mybinder.org/v2/gh/computational-metabolomics/beams /master?filepath=notebooks
105
+ :target: https://mybinder.org/v2/gh/computational-metabolomics/beamspy /master?filepath=notebooks
93
106
94
107
.. |documentation | raw :: html
95
108
96
- <a href="http://beams.readthedocs.io/en/latest/beams/index.html" target="_blank">Documentation</a>
97
-
98
- .. |source | raw :: html
99
-
100
- <a href="https://github.com/computational-metabolomics/beams/tree/dev/beams" target="_blank">Source</a>
109
+ <a href="https://beamspy.readthedocs.io/en/latest/" target="_blank">Documentation</a>
101
110
102
111
.. |bug reports | raw :: html
103
112
104
- <a href="https://github.com/computational-metabolomics/beams /issues" target="_blank">Bug reports</a>
113
+ <a href="https://github.com/computational-metabolomics/beamspy /issues" target="_blank">Bug reports</a>
105
114
106
115
.. |conda_install | raw :: html
107
116
@@ -113,4 +122,3 @@ Released under the GNU General Public License v3.0 (see `LICENSE file <https://g
113
122
114
123
.. _pip : https://pip.pypa.io/
115
124
.. _Conda : http://conda.pydata.org/docs/
116
-
0 commit comments