Skip to main content

No project description provided

Project description

EnzymeStructuralFiltering

Structural filtering pipeline using docking and active site heuristics to prioritze ML-predicted enzyme variants for experimental validation. This tool processes superimposed ligand poses and filters them using geometric criteria such as distances, angles, and optionally, esterase-specific filters or nucleophilic proximity.


🚀 Features

  • Parse and apply SMARTS patterns to ligand structures.
  • Filter poses based on geometric constraints.
  • Optional esterase or nucleophile-focused analysis.
  • Supports CSV and pickle-based data pipelines.

📦 Installation

Option 1: Install via pip

pip install XXXX

Option 2: Clone the repository

git clone https://github.com/HelenSchmid/EnzymeStructuralFiltering.git
cd EnzymeStructuralFiltering
pip install .

:seedling: Environment Setup

Using conda

conda env create -f environment.yml
conda activate filterpipeline

🔧 Usage Example

from filtering_pipeline.pipeline import Pipeline
import pandas as pd
from pathlib import Path
df = pd.read_pickle("DEHP-MEHP.pkl")

pipeline = Pipeline(
        df = df,
        ligand_name="TPP",
        ligand_smiles="CCCCC(CC)COC(=O)C1=CC=CC=C1C(=O)OCC(CC)CCCC", # SMILES string of ligand
        smarts_pattern='[$([CX3](=O)[OX2H0][#6])]',                  # SMARTS pattern of the chemical moiety of interest of ligand
        max_matches=1000,
        esterase=1,
        find_closest_nuc=1,
        num_threads=1,
        squidly_dir='/nvme2/ariane/home/data/models/squidly_final_models/',
        base_output_dir="pipeline_output"
    )

pipeline.run()

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

enzyme_filtering_pipeline-0.0.34.tar.gz (40.2 kB view details)

Uploaded Source

Built Distribution

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

enzyme_filtering_pipeline-0.0.34-py3-none-any.whl (54.6 kB view details)

Uploaded Python 3

File details

Details for the file enzyme_filtering_pipeline-0.0.34.tar.gz.

File metadata

File hashes

Hashes for enzyme_filtering_pipeline-0.0.34.tar.gz
Algorithm Hash digest
SHA256 c2e034771899ebea8fae4df3d941ef05ac7c21df5b1640870e03af6579f0093d
MD5 4f4496b6a2c84688b4e1e23ffde50757
BLAKE2b-256 2436ad27efcdf294599fecb530c469e70d6a5d75c5b1a937bffacac8eb74c477

See more details on using hashes here.

File details

Details for the file enzyme_filtering_pipeline-0.0.34-py3-none-any.whl.

File metadata

File hashes

Hashes for enzyme_filtering_pipeline-0.0.34-py3-none-any.whl
Algorithm Hash digest
SHA256 5590a5d74e2c9994c6ab7a278b39991512d0096c6c3bbb8c0c0836da01d72302
MD5 6b35c8f5def0247c6a600bbc33c7a8a0
BLAKE2b-256 4b0c448e53bfe5911cc5901eb56787c046043aec24f341d1d98b37c8d3787dea

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