Skip to main content

Single-molecule force spectroscopy calibration

Project description

tweezepy

This is Tweezepy, a Python package for calibrating forces in single-molecule force spectroscopy video-tracking experiments using the power spectral density (PSD) and Allan variance (AV).

How to install

The simplest method of installing the Tweezepy package is via the Python Package Index (PyPI). To install from PyPI, you will need to be able to run python from the command line and make sure you have pip available.

Install from PyPI:

pip install tweezepy

An alternative method to install Tweezepy is with setuptools. Clone the repository onto a local machine, then navigate to the directory.

Using setuptools:

cd path/to/tweezepy

python setup.py install

Contents

The Tweezepy package includes the following modules:

  • 'smmcalibration' - classes for calibration methods using the PSD and AV
  • 'expressions' - functions with closed-form expressions for thermal motion in the PSD and AV
  • 'MLE' - classes for maximum likelihood estimation (MLE) and Monte Carlo Markov chain (MCMC) sampling
  • 'allanvar' - tools for calculating the AV and equivalent degrees of freedom
  • 'simulations' - tools to simulate bead thermal motion

Example use:

Simulate data:

>>> import matplotlib.pyplot as plt
>>> from tweezepy.simulations import downsampled_trace
>>> xtrace = downsampled_trace()
>>> plt.plot(xtrace)
>>> plt.show()

Power spectral density:

>>> from tweezepy.smmcalibration import PSD
>>> psd = PSD(xtrace,fsample)
>>> psd.mlefit()
>>> print(psd.results)
>>> psd.plot()

Allan variance:

>>> from tweezepy.smmcalibration import AV
>>> av = AV(xtrace,fsample)
>>> av.mlefit()
>>> print(av.results)
>>> av.plot()

Jupyter noteboosk with examples

Jupyter notebooks are interactive Python scripts, embedded in a browser, allowing you to manipulate data and display plots like easily. For guidance on installing jupyter, please refer to https://jupyter.org/install.

See /docs for some examples in notebook format.

github formats the notebooks into nice web-pages, for example

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

Tweezepy-0.10.1.tar.gz (29.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Tweezepy-0.10.1-py3-none-any.whl (32.3 kB view details)

Uploaded Python 3

File details

Details for the file Tweezepy-0.10.1.tar.gz.

File metadata

  • Download URL: Tweezepy-0.10.1.tar.gz
  • Upload date:
  • Size: 29.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for Tweezepy-0.10.1.tar.gz
Algorithm Hash digest
SHA256 0aa72bb5fb74e0a54da4e961cddbbaf12d8f734a733b27fabe3961f01d7bd36c
MD5 5ef8dfe53ae8c9f183693ea919c9f644
BLAKE2b-256 c353a06f32d472d3b4f2a6170c5c13c2715be8c7eddc718d783a9e68709dbea9

See more details on using hashes here.

File details

Details for the file Tweezepy-0.10.1-py3-none-any.whl.

File metadata

  • Download URL: Tweezepy-0.10.1-py3-none-any.whl
  • Upload date:
  • Size: 32.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for Tweezepy-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3ae1dcf77036119fc95d0947dfe82f7a0a583c4a4fc3b3fd1b604850270879b3
MD5 9b29ea465ba40f58c7de5d7ca8ecb09e
BLAKE2b-256 4a43bf74bc660fba1788b0fa0b8e048a5f7b0d01d40e0fd5c848a009d644a889

See more details on using hashes here.

Supported by

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