Skip to main content

Model free analysis of protein backbone amide 15N spin relaxation rates.

Project description

# modelfree-protein15n Simple flexible model free analysis framework for protein backbone amide 15N NMR spin relaxation rates

This tools allows spin relaxation data fitting with a chosen number of dynamic modes. any variable can be fixed. Typically, one can perform 1, 2, and 3 dynamic mode MF analysis and see which model is most relevant for the data. IMPACT analysis is also possible.

## Relevant litterature

Lipari & Szabo, Journal of the American Chemical Society (1982); Halle, The Journal of chemical physics (2009); Khan et al., Biophysical journal (2015)

# installation

$ python setup.py install

# usage

The program is able to generate random relaxation data with the command ‘modfree generate’. The program is able to fit relaxation data to a model with the command ‘modfree fit’. The program is able to plot the results with the command ‘modfree plot’.

## Data generation

To generate relaxation data, type the following command:

$ modfree generate

The following flags are available: -o (str): Output directory containing the generated data. -modes (int): number of dynamic modes used to generate the data -n (int): number of residues in the data -noise (float): between 0 and 1, indicates the proportion of noise to put in the data. (0.03 by default) -fields (list, int or float): Magnetic fields used for the rate generation in MHz. -rates: relaxation rates to generate. by default R1, R2, NOE, etaXY.

For example, you can type:

$ modfree generate -o Generated -modes 2 -n 70 -noise 0.05 -fields 600 700 850 950 1200 -rates R1 R2 NOE etaXY etaZ

## Data fitting

To fit relaxation data, you will need your data in a specific format akin to the generated data. Generate some data to see how it’s done. You will also need a directory file and a parameter file. type the following command to fit the data generated in the previous section:

$ modfree fit -o Generated_fit -d Generated/directories.toml -p Generated/parameters.toml

You can also fit only part of the data with the flag -r:

$ modfree fit -o Generated_fit -d Generated/directories.toml -p Generated/parameters.toml -r [10, 11, 12, 13, 14, 15, 16]

Or

$ modfree fit -o Generated_fit -d Generated/directories.toml -p Generated/parameters.toml -r 15

## Data fitting

To plot the fitted data, just type:

$ modfree plot -o Generated_fit -p all

The following flags are available: -o (str): Output directory containing the data. -p: What to plot (all, relaxation, parameters, statistics, correlation) -format: Format of the plot files (pdf, png, jpg, svg…) -dpi (600 by default)

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

modelfree-protein15n-0.0.2.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

modelfree_protein15n-0.0.2-py3-none-any.whl (19.9 kB view details)

Uploaded Python 3

File details

Details for the file modelfree-protein15n-0.0.2.tar.gz.

File metadata

  • Download URL: modelfree-protein15n-0.0.2.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.8

File hashes

Hashes for modelfree-protein15n-0.0.2.tar.gz
Algorithm Hash digest
SHA256 a10b93622ced838f6fcf17ce868b67913e0fa10a0b7083c8de1fce9506ab8600
MD5 9ba5453fdb7f8cb85fba49d1b141817f
BLAKE2b-256 91ed9f5909d8587508af4d4ca9f36f1be8703ba749b88e37d55d040795cc13c1

See more details on using hashes here.

File details

Details for the file modelfree_protein15n-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for modelfree_protein15n-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d6c328eae68bef374ca3315dd5abba45b1aae4635814f9d27b1889e5d33e65ae
MD5 cc2d805c3ae72e323cc138c29b5a7fc4
BLAKE2b-256 3f251a0324d3d8028aea90947024798c4f09ff5839a7e9ef2687baf408190976

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