> For the complete documentation index, see [llms.txt](https://academy.dnanexus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.dnanexus.com/mlaccelerator/automlassistant/example-use-case-of-automl-assistant.md).

# Example Use Case of AutoML Assistant

Please refer to the [Usage and Limitations](/mlaccelerator/automlassistant/usage-and-limitations.md) section before using AutoML assistant. A license is required to use AutoML Assistant.&#x20;

### Identify biomarkers and predict cancer drug response by analyzing gene expression across treatment cohorts

In this use case, you’ll learn how to use the AutoML Assistant to analyze gene expression data from TCGA cohorts to uncover biomarkers associated with treatment response. The Assistant guides you through the end-to-end workflow—from data engineering to model training and evaluation—helping you identify key genes linked to therapeutic outcomes and generate predictive models that can inform precision oncology research.

All you need to do is provide a simple prompt with your request and/or instruction. You can:

* Mention TCGA cohorts with “@”
* Describe research problems using natural language. Below are some examples:
* “Please describe the @5FU\_responder and @5FU\_non-responder cohort”
* “Please use the two cohorts @5FU\_responder and @5FU\_non-responder to build a predictive model that classifies whether a cancer patient will respond to 5FU treatment”
* “Please compare expression of TBL1XR1 gene between @5FU\_responder and @5FU\_non-responder using basic statistics”

AutoML Assistant would respond with:

* Overview of the experimental design for the drug response prediction
* Model performance metrics
* Drug response biomarkers inference
* ML workflow details

<figure><img src="/files/uTFm0OBhGMyBCjYTK6pm" alt=""><figcaption></figcaption></figure>

<br>


---

# 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:

```
GET https://academy.dnanexus.com/mlaccelerator/automlassistant/example-use-case-of-automl-assistant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
