Hemolytik2 Tools

Configuration File: hemolytik2_tools.json Tool Type: Local Tools Count: 1

This page contains all tools defined in the hemolytik2_tools.json configuration file.

Available Tools

Hemolytik2_search_peptides (Type: Hemolytik2SearchPeptidesTool)

Search Hemolytik 2.0 (Raghava lab, IIITD) for experimentally validated HEMOLYTIC / TOXIC peptide …

Hemolytik2_search_peptides tool specification

Tool Information:

  • Name: Hemolytik2_search_peptides

  • Type: Hemolytik2SearchPeptidesTool

  • Description: Search Hemolytik 2.0 (Raghava lab, IIITD) for experimentally validated HEMOLYTIC / TOXIC peptide records. Filter by ‘nature’ (e.g. Antimicrobial, Anticancer, CPP), ‘source’ (source organism, e.g. Human), or ‘seq’ (sequence). Each record returns the peptide sequence, hemolytic activity (LC50/HC50 with units), source organism, origin, N/C-terminus and chemical (non-natural) modifications, linear/cyclic form, L/D chirality mix, length, nature, PubMed ID, and year. Use to assess peptide safety / hemolysis liability. Keyless public API.

Parameters:

  • dataType (string) (optional) Field to filter on. One of: ‘nature’ (peptide nature, e.g. Anticancer, Antimicrobial, CPP), ‘source’ (source organism, e.g. Human), or ‘seq’ (sequence). Default: ‘nature’.

  • dataValue (string) (required) Value to match for the chosen dataType. Examples: ‘Anticancer’ (with dataType=nature) -> ~166 records; ‘Human’ (with dataType=source) -> ~9255 records.

Example Usage:

query = {
    "name": "Hemolytik2_search_peptides",
    "arguments": {
        "dataValue": "example_value"
    }
}
result = tu.run(query)