An open-source Python package for downstream mass spectrometry downstream data analysis from the Mann Group at the University of Copenhagen.
Citation:
Krismer, E., Bludau, I., Strauss M. & Mann M. (2023). AlphaPeptStats: an open-source Python package for automated and scalable statistical analysis of mass spectrometry-based proteomics. Bioinformatics https://doi.org/10.1093/bioinformatics/btad461
AlphaPeptStats can be used as
Further we provide a Dockerimage for the GUI.
AlphaStats can be installed in an existing Python 3.8/3.9/3.10 environment with a single bash
command.
pip install alphastats
In case you want to use the Graphical User Interface, use following command in the command line:
alphastats gui
AlphaStats can be imported as a Python package into any Python script or notebook with the command import alphastats
.
A brief Jupyter notebook tutorial on how to use the API is also present in the nbs folder.
One click Installer for MacOS, Windows and Linux can be found here.
We provide two Dockerfiles, one for the library and one for the Graphical User Interface. The Image can be pulled from Dockerhub
docker pull elenakrismer/alphapeptstats_streamlit
In case of issues, check out the following:
AlphaStats was developed by the Mann Group at the University of Copenhagen and is freely available with an Apache License. External Python packages (available in the requirements folder) have their own licenses, which can be consulted on their respective websites.
If you like this software, you can give us a star to boost our visibility! All direct contributions are also welcome. Feel free to post a new issue or clone the repository and create a pull request with a new branch. For an even more interactive participation, check out the discussions and the the Contributors License Agreement.
See the HISTORY.md for a full overview of the changes made in each version.
Please, find a description on how to update required tools here.
Before installing AlphaPeptStats you might need to install pytables first:
conda install -c anaconda pytables