> For the complete documentation index, see [llms.txt](https://docs.owkin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.owkin.com/what-you-can-do-with-k-pro/overview-1.md).

# Target identification & indication discovery

Use K Pro to identify and prioritize therapeutic targets, and to characterize the patient subgroups in which they're most relevant.

* **Prioritize targets**: rank therapeutic targets and gene candidates using statistical evidence from TCGA and MOSAIC datasets.
* **Characterize patient subgroups**: identify distinct populations based on multi-omics profiles and clinical outcomes.

The pages below walk through each task with a tested example prompt.

{% embed url="<https://vimeo.com/1183008004?fe=ci&fl=sv&share=copy>" %}

Here is a concrete worked example of how K Pro navigates target prioritization for Antibody-Drug Conjugates (ADCs) or, analogously, targeted alpha therapies (TATs). A similar workflow is used to identify radio-ligand therapies (RLTs), except that protein localization on the cell membrane is not required.

**1. User request.** A researcher prompts K Pro: *"Identify and prioritize top ADC targets for bladder cancer (BLCA)."*

**2. K Pro reasons about the constraints.** K Pro translates the query into a list of biological constraints and respective analyses. For a viable ADC target, the system knows the protein must be expressed on the cell surface, be highly prevalent in BLCA tumors, and have minimal (optimally, zero) expression in essential healthy tissues to ensure a safe therapeutic window. It also reasons that expression heterogeneity might drive resistance, and hence good targets are expressed in a high proportion of cells/regions of each tumor, and that non-expressing regions should optimally be impacted through the bystander effect.

**3. K Pro analyses bulk + single-cell + spatial transcriptomics.** The system analyzes bulk transcriptomics (TCGA, MOSAIC) as well as single-cell and spatial transcriptomics (MOSAIC) data, scoring each target according to the above criteria. Targets score highly if they are expressed highly in tumor and not expressed in normal tissue (using GTEx and single-cell normal tissue atlases), and expressed either ubiquitously within the tumor (all single cells / spatial regions) or expressed in a pattern that allows the bystander effect to kill nearby tumor cells that do not express the target (based on a bystander score feature Owkin has developed).

**4. K Pro outputs targets ranked by quality.** The system provides a series of both textual and visual (plots) outputs that provide target ranking/recommendations and per-target evidence for target quality.

**5. Optional competitive intelligence.** If opted & prompted by the user, the system can provide recommendations rooted not only in biological data but also on competitive landscape analysis. The system conducts in-depth competitive intelligence analysis (including trial data, patent data, news feeds, conference abstracts, etc.) through its competitive intelligence agentic capabilities.

Since this example is about expression-based targets (ADCs, TATs), some features typically associated with small molecules like genetic association, dependency/addiction, biochemical pathways, for example, are not relevant and hence the system correctly does not apply them.

At the end, the user can ask to download the analyses as a comprehensive report. Alternatively, the sequence of investigation can be bundled in a skill that helps reproduce the exact same flow without repeating all the sequential prompts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.owkin.com/what-you-can-do-with-k-pro/overview-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
