Pyteomics documentation v4.7.1

Introduction

«  Welcome to Pyteomics tutorial!   ::   Contents   ::   How to install Pyteomics  »

Introduction

This tutorial covers the basic Pyteomics functionality. For more details, please, check the API reference. You can also access the API docstrings from Python shell:

>>> from pyteomics.mass import calculate_mass
>>> help(calculate_mass)

IPython users can use the following shortcut:

In [1]: from pyteomics.mass import calculate_mass

In [2]: calculate_mass?

We expect the reader to be familiar with the basic Python syntax as well as proteomics concepts.

«  Welcome to Pyteomics tutorial!   ::   Contents   ::   How to install Pyteomics  »