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 Updates

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;

TODO

  • Extract continous bound DNA sequence

  • Proper tests (WIP)

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.2.3.tar.gz (16.8 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.2.3-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: biointerface-0.2.3.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for biointerface-0.2.3.tar.gz
Algorithm Hash digest
SHA256 a9c0684c1789d3ac6a22dec57219c958fbf640548b2553a31d09cdb9b8974990
MD5 be1bb00c604a1c28c1de868d5f8bd9bd
BLAKE2b-256 4b715b08c4d5be6f06667025998403b8825eebb01bd331a6de6ac24ab1a72e93

See more details on using hashes here.

File details

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

File metadata

  • Download URL: biointerface-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for biointerface-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4dcc1ace9dd146001a7fd1441333cc644ae30e83ba22dde6a9ec828a6a2e41d8
MD5 8483b0d6f4c8072f2c37e0fd18018796
BLAKE2b-256 cdc9149f02484f7e7166f7f0beec0a74380b4958f6c0ae46c4eb9be0d1589e8c

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