Skip to main content

...

Project description

- MASSIVEChem -

  • Python package for applied analytical chemistry focused primarily on mass speectrometry

Project in practical programming in chemistry course -- EPFL CH-200

Package description

MASSIVEChem, which stands for "Mass Analytical Spectrometry System for Investigation and Visual Extrapolation in Chemistry", is a pip-installable package developped at EPFL in 2024 focused on, as its name would suggest, analytical chemistry. The aim of this package is to provide the user functions in order to simulate the mass spectrum of a molecule and to display this spectrum on a graph. The package also provides other features that can facilitate the chemical analysis of a molecule such as a functional group finder and an instauration calculator.

Developpers:

What is mass spectrometry ?

  • Mass spectrometry is an analytical technique used to identify and quantify chemical compounds in a sample by measuring the mass and sometimes the charge of molecules. It involves separating pre-charged ions according to their mass-to-charge ratio (m/z), then detecting and analysing them. This method is widely used in chemistry, biochemistry, pharmacology and other fields to characterise substances and understand their composition.

Now, let us go through the steps required to use this package !

Installation

MASSIVEChem can be installed using pip as

pip install MASSIVEChem

The package can also be installed from source by running the following commands

First, clone the repository from github

git clone https://github.com/ThomasCsson/ppchem-project-Christiansson-Gonteri-Humery.git
cd ThomasCsson/ppchem-project-Christiansson-Gonteri-Humery

Then, execute the shell script. The shell scripts require two arguments, python version and gpu/cpu.

source scripts/install_deepchem_conda.sh 3.10 cpu

Requirments

The package runs on python 3.10 but supports python 3.8 through 3.10 The package requires several other packages to function correctly.

matplotlib
bokeh
rdkit
pandas

If everything runs in order during the installation, the preceding packages should install automatically. But check that the following packages are correctly installed using

pip show "name of the package"

If not, install them using the following commands, otherwise the package will not work.

pip install bokeh
pip install rdkit
pip install pandas

Usage

'''Show the most important function and use'''

Getting started

To begin to use the package the following jupyter notebook will give you information about all the package's functions:

'''link to jupter notebook'''

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

massivechem-3.0.tar.gz (248.7 kB view details)

Uploaded Source

Built Distribution

massivechem-3.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file massivechem-3.0.tar.gz.

File metadata

  • Download URL: massivechem-3.0.tar.gz
  • Upload date:
  • Size: 248.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.10

File hashes

Hashes for massivechem-3.0.tar.gz
Algorithm Hash digest
SHA256 ec1f4a5d2479543b635e2525cfd666228a2c5bb9f61282e2658c2526d4c02292
MD5 1e5a9f2a1f423b1f9a00c7dcbd6ff277
BLAKE2b-256 6ebfc2930eef1cb914ded583ec89233f1090be8004c0786a700d80001784fe8e

See more details on using hashes here.

File details

Details for the file massivechem-3.0-py3-none-any.whl.

File metadata

  • Download URL: massivechem-3.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.10

File hashes

Hashes for massivechem-3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d5e54d421dcd11daa17b146289326f0a02027ed49ee239f66778df805713fa60
MD5 34b7cb0c599814d9a886ef2d57034587
BLAKE2b-256 0f2c49acfdc8601409f9075976621f7ae2c8f6695eb72f777a148ce91d4b43d8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page