New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rational-protein-design

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rational-protein-design

A package for rational protein binder design using Biopython

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

Rational Protein Design

This package is designed for rational protein binder design using Biopython data structures. It allows for efficient identification and extraction of protein sequences based on proximity to target residues in a protein structure.

Features

  • Parse PDB files and extract chains
  • Identify neighboring residues based on distance thresholds
  • Extract protein sequences and generate rational binders
  • Support for randomization and multiple design attempts

Installation

You can install the package from PyPI:

pip install rational_protein_design

Usage

from rational_protein_design import BinderDesigner

designer = BinderDesigner(
    pdb_file="path/to/pdb/file.pdb",
    chain_id="A",
    target_residues_range=(100, 120),
    neighbor_chain_id="B",
    N=50,
    num_seq=10
)
designer.design_binder("output_fasta_file.fasta")

License

This project is licensed under the MIT License.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc