Failed KRAS-G12C approaches across modalities
Use case
Before starting a new KRAS-G12C drug discovery program, understand the full landscape of what’s been tried and failed. Cross-modality view shows small-molecule covalent inhibitors, CRISPR screens, antibody candidates, and PROTACs.
MCP tool call
search_target_history(
target_gene_symbol="KRAS",
variant="G12C",
modalities=["small_molecule", "crispr", "antibody", "protac"],
limit=200
)
{
"total_count": 247,
"returned_count": 5,
"findings": [
{
"id": "f-a3f9e2b1",
"modality": "small_molecule",
"compound_name": "ARS-1620",
"compound_smiles": "CC1=CC=C(C=C1)C(=O)NC2=CC...",
"target": {"gene_symbol": "KRAS", "variant": "G12C", "uniprot_id": "P01116-2"},
"outcome": "failed_selectivity",
"outcome_detail": "Lost selectivity in NSCLC cell lines beyond initial covalent binding",
"source": "ChEMBL",
"source_doi": "10.1158/2159-8290.CD-15-1105",
"license": "CC-BY-SA-3.0",
"extraction_confidence": 1.0
},
{
"id": "f-b7c1d4f9",
"modality": "crispr",
"target": {"gene_symbol": "KRAS"},
"outcome": "failed_essentiality_screen",
"outcome_detail": "KRAS knockout failed to replicate in 3/4 primary T cell donors",
"guide_rna_sequence": "GACGAATATGATCCAACAAT",
"cell_line": "primary_T_cells_donor_panel",
"source": "DepMap",
"source_doi": "10.1038/s41586-024-08234-x",
"license": "CC-BY-4.0",
"extraction_confidence": 1.0
},
{
"id": "f-c8e2f5a1",
"modality": "antibody",
"antibody_name": "BI-2865 (developmental)",
"target": {"gene_symbol": "KRAS", "variant": "G12C"},
"outcome": "failed_developability",
"outcome_detail": "Polyreactivity flagged at AC-SINS Δλ = 35 nm; immunogenicity risk score elevated",
"source": "FLAb",
"extraction_confidence": 0.92
},
{
"id": "f-d4f3a6b2",
"modality": "protac",
"compound_name": "KRAS-G12C-PROTAC-3",
"target": {"gene_symbol": "KRAS", "variant": "G12C"},
"outcome": "failed_protac_hook_effect",
"outcome_detail": "Hook effect observed above 1 μM; therapeutic window too narrow",
"protac_e3_ligase": "CRBN",
"protac_linker_type": "PEG-3",
"source": "PROTAC-DB",
"source_doi": "10.1021/acs.jmedchem.2c00845",
"license": "CC-BY-4.0",
"extraction_confidence": 1.0
},
{
"id": "f-e5g4b7c3",
"modality": "clinical_trial",
"trial_nct_id": "NCT04185883",
"intervention": "adagrasib + cetuximab combination",
"target": {"gene_symbol": "KRAS", "variant": "G12C"},
"outcome": "terminated_trial",
"trial_phase": "phase_2",
"termination_reason": "Sponsor decision following interim analysis",
"source": "ClinicalTrials.gov",
"license": "public_domain",
"extraction_confidence": 1.0
}
]
}