Skip to main content

BioInterface is a Biopython based package that extracts Protein-DNA interfaces in a PDB structures.

Project description

https://img.shields.io/pypi/v/biointerface.svg Documentation Status Coverage Status

BioInterface is a Biopython based package that extracts Protein-DNA interfaces in a PDB structures.

Get Started

This is a little tutorial on how to use the BioInterface package.

The official release is found in the Python Package Index (PyPI)

$ pip install biointerface

You can extract a single Protein-DNA interface from a single protein chain.

from Bio.PDB.MMCIFParser import MMCIFParser
from biointerface import Interface, build_interfaces

# parse and build structure with Biopython
parser = MMCIFParser()
structure = parser.get_structure(
    structure_id="1A02", filename="1a02-assembly1.cif"
)

# extract interface from a specific protein chain
face = Interface(
    structure=structure,
    protein_chain_id="F",
    search_radius=5.0
)
face
<Interface chains=F:BA contacts=258 search_radius=5.0>

Check the official documentation for more information.

Feaures

  • Extract one specific Protein-DNA interface in a PDB structure, given a protein chain id;

  • Extract all Protein-DNA interfaces in a PDB structure;

  • Get all interacting residues in a interface;

  • Get all interacting atoms in a interface;

  • Interface data as pandas DataFrame;

  • Get all continous protein-bound double-strand nucleic acids;

  • Get nucleic acid binding domain;

TODO

  • Don’t use chain ids: it ignores the case where a chain has both protein and nucleic

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

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

biointerface-0.5.0.tar.gz (28.3 kB view details)

Uploaded Source

Built Distribution

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

biointerface-0.5.0-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file biointerface-0.5.0.tar.gz.

File metadata

  • Download URL: biointerface-0.5.0.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for biointerface-0.5.0.tar.gz
Algorithm Hash digest
SHA256 06918dca1746c314a11f7e089924db533151bebd5e89958ae2ce7bec8bfaf7d1
MD5 d3a5dfb0e2ebdf9b788e603e209ae424
BLAKE2b-256 1e155eb8d3b1df8aa8461ca74e837d3cac8ab3d0f5092d098e761d3d6c5feff8

See more details on using hashes here.

File details

Details for the file biointerface-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: biointerface-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for biointerface-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 851376f37e1e8b3ca12edca994e439cf253b34e373a761bef06d3ea678a3680f
MD5 2ab8004ffbbdd129eb23844bfcde09d6
BLAKE2b-256 0f421aa5f1dff6e755ade83f8006f84bfcc62151b9d4c016fd0d6081753abb02

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