Skip to main content

ProBound model manipulation and scoring interface

Project description

pyProBound

Python package for scoring sequences by a ProBound model

This is an interface package to score sequences by models of transcription factor affinity produced by ProBound (Rube, H.T., Rastogi, C., Feng, S. et al. Prediction of protein–ligand binding affinity from sequencing data with interpretable machine learning. Nat Biotechnol 40, 1520–1527 (2022). https://doi.org/10.1038/s41587-022-01307-0).

This is only an interface. The functional part of the scoring is provided by a (sligthly modified) ProBoundTools Java program available from https://github.com/Caeph/ProBoundTools.git. The original program can be found at https://github.com/BussemakerLab/ProBoundTools.

Requirements

Python>=3.9 with numpy, pyjnius and pandas. Installed Java in your path.

Usage

Package contains two classes: MotifCentral: a class representing already available models from https://motifcentral.org/. You can get the fit_id of a model you need, using filters as a taxon, source study or a transcription molecule.

It is currently based on v1.0.0 of the database.

The command

from pyProBound import MotifCentral

database = MotifCentral()
database.filter(taxa=["Drosophila melanogaster"], 
                publications=["Isakova2017", "Jolma2013"])

returns a Pandas DataFrame containing rows that comply with filters.

ProBoundModel: a class representing a binding model.

You can get a model from the MotifCentral database, if you know its fit ID.

from pyProBound import ProBoundModel
model = ProBoundModel(1000, motifcentral=True) 

You can use the ProBound webserver (http://pbdemo.x3dna.org) and fit your own model. You can then load it from the model json.

model = ProBoundModel("fit.sox2.json", fitjson=True)

where "fit.sox2.json" is a path to the file.

Finally, you can load a prepared model from json.

model = ProBoundModel("model.json")

where "model.json" is a path to the file.

Using the loaded model, you can manipulate it (selecting and removing binding modes, ...). You can also score sequences by the following methods:

model.score_affinity_sum(sequences)
model.score_binding_mode_scores(seqs, score_format=...)

See the example jupyter notebooks in the github repository for more details.

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

pyprobound-0.0.14.tar.gz (7.0 MB view details)

Uploaded Source

Built Distribution

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

pyprobound-0.0.14-py3-none-any.whl (7.0 MB view details)

Uploaded Python 3

File details

Details for the file pyprobound-0.0.14.tar.gz.

File metadata

  • Download URL: pyprobound-0.0.14.tar.gz
  • Upload date:
  • Size: 7.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pyprobound-0.0.14.tar.gz
Algorithm Hash digest
SHA256 c5c67d2d522bd8a914a1a8dce08245b6e06ce0e58a54ebd246c6739c6d120251
MD5 1bcf39df5439dcb820a85df5fefd7220
BLAKE2b-256 071044e075ea98d6538f5cb5e7712c492f6dcb23b8289b0c0c8193aa4268fc63

See more details on using hashes here.

File details

Details for the file pyprobound-0.0.14-py3-none-any.whl.

File metadata

  • Download URL: pyprobound-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pyprobound-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 7561f0e888122c39e33662a7fd7e6524354117f73763057b60a1c6dc0105b3ae
MD5 427fb84649ee0a6b37310b6e971c8fbd
BLAKE2b-256 9ef589bec876bebc9234b95f24d06b026a361ef219ea64b57ecd4f0faeb493b7

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