New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chemex

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chemex

An analysis program for chemical exchange detected by NMR

  • 2024.9.25
  • PyPI
  • Socket score

Maintainers
1

ChemEx: NMR Chemical Exchange Analysis Tool

Code style: black

Table of Contents

About ChemEx

ChemEx is an advanced, open-source software specifically designed for analyzing NMR experimental data to characterize chemical exchange processes. Ideal for researchers and scientists in the field of biochemistry and molecular biology, ChemEx aids in the analysis of NMR experiments like Carr-Purcell-Meiboom-Gill (CPMG) relaxation dispersion and Chemical Exchange Saturation Transfer (CEST).

Prerequisites

Before installing ChemEx, ensure you have Python installed on your system. For beginners and for a seamless setup, we recommend using the Anaconda Distribution, which includes Python, Numpy, and other essential scientific computing tools.

Installation

ChemEx offers several installation methods to suit your specific setup:

Using conda

conda create -n chemex
conda activate chemex
conda install python=3.11
conda config --env --add channels conda-forge
conda install chemex

Using pip

pip install chemex

From source

pip install git+https://github.com/gbouvignies/ChemEx.git

Performance Optimization

For the best performance, install NumPy and SciPy with Intel® Math Kernel Library (Intel® MKL), available via Anaconda or the Intel® Distribution for Python.

Contributing

We encourage contributions from the community. Please see our CONTRIBUTING.md for guidelines on how to make ChemEx better. For any issues or suggestions, please open an issue or a discussion on our GitHub repository.

Support and Documentation

For additional support, tutorials, and detailed documentation, visit the ChemEx Documentation.

License

ChemEx is licensed under the GPL-3.0. See the LICENSE file for more details.


Developed with ❤️ by the ChemEx Contributors

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc