Tumorhope2 Tools¶
Configuration File: tumorhope2_tools.json
Tool Type: Local
Tools Count: 1
This page contains all tools defined in the tumorhope2_tools.json configuration file.
Available Tools¶
TumorHope2_search_peptides (Type: TumorHope2SearchPeptidesTool)¶
Search TumorHoPe 2 (Raghava lab, IIITD) for TUMOR-HOMING peptide records used in drug delivery. F…
TumorHope2_search_peptides tool specification
Tool Information:
Name:
TumorHope2_search_peptidesType:
TumorHope2SearchPeptidesToolDescription: Search TumorHoPe 2 (Raghava lab, IIITD) for TUMOR-HOMING peptide records used in drug delivery. Filter by ‘source’ (peptide source label, e.g. A33H), ‘target_tumor’ (e.g. ‘Brain tumor’), ‘name_source’, or ‘conjugate’. Each record returns the peptide sequence, target tumor / cell, receptor / biomarker, N/C-terminus modifications, sequence motif, phage-display origin, in-vitro and in-vivo evidence, conjugate, PubMed ID, year, and title. Note: this API does not support sequence search. Keyless public API.
Parameters:
source(string) (optional) Peptide source label. Example: ‘A33H’ -> 1 record (SIWV, a brain-tumor-homing tetrapeptide).target_tumor(string) (optional) Target tumor type. Example: ‘Brain tumor’ -> ~39 records.name_source(string) (optional) Source name to match.conjugate(string) (optional) Conjugate / payload label (e.g. a fluorophore or nanoparticle).
Example Usage:
query = {
"name": "TumorHope2_search_peptides",
"arguments": {
}
}
result = tu.run(query)