> For the complete documentation index, see [llms.txt](https://ucsc-xena.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ucsc-xena.gitbook.io/project/tutorials/live-examples.md).

# Live examples

## Workshop cheatsheet/handout

{% file src="/files/-Lv7Uaexc8-rGLEO-S4x" %}
Xena Workshop Handout
{% endfile %}

## [FOXM1a, FOXM1b, FOXM1c transcript expression in tumor vs. normal samples](https://xenabrowser.net/heatmap/?bookmark=634da50313613e659e865c2bfb958ea1)

![https://xenabrowser.net/heatmap/?bookmark=634da50313613e659e865c2bfb958ea1](/files/-LznB-DMJba0jFel6LAO)

## [PDL1 and PD1 expression across 39 cancer types in TCGA and TARGET](https://xenabrowser.net/?bookmark=16e1d1a37ab7d9820a6bf1399ce5135e)

![https://xenabrowser.net/?bookmark=16e1d1a37ab7d9820a6bf1399ce5135e](/files/-LznBjpgzeJ57n_v8D70)

## [MGMT gene expression \~ promoter DNA methylation in GBM](https://xenabrowser.net/heatmap/?bookmark=3547cb283a111e68991e9b8a8d5f8b42)

![https://xenabrowser.net/?bookmark=048e461b1819bc84808edc16b34e974b](/files/-L_F2Th5p85IQOK07P2T)

## [ERG-TMPRSS2 fusion in prostate cancer](https://xenabrowser.net/heatmap/?bookmark=2e553fc5ca9858653e225fabce0c36ab)&#x20;

![https://xenabrowser.net/heatmap/?bookmark=2e553fc5ca9858653e225fabce0c36ab](/files/-L_JyIY4iaMcT3sgDsPu)

## [KM plot of breast cancer PAM50 subtypes](https://xenabrowser.net/heatmap/?bookmark=c03d52bed79d2b474ffcef679796a12d)

![https://xenabrowser.net/heatmap/?bookmark=c03d52bed79d2b474ffcef679796a12d](/files/-L_F77cT9NqbYBhvN1B9)

## [Genetic separation of lower grade gliomas: one characterized by loss of chromosomes 1p & 19q, the other by TP53 & ATRX mutations](https://xenabrowser.net/heatmap/?bookmark=d5de509a8ff0032298a0547c97638e3f)

![https://xenabrowser.net/heatmap/?bookmark=d5de509a8ff0032298a0547c97638e3f](/files/qPwsbPsyAPOZTxh6ipfD)

## [Copy number for EGFR, PTEN, chromosome 1, 7, 10, 19 in TCGA brain tumors](https://xenabrowser.net/heatmap/?bookmark=c6429007551de3bf0ea491c96814a1cf)

![https://xenabrowser.net/heatmap/?bookmark=c6429007551de3bf0ea491c96814a1cf](/files/-LznCG0NNg2Nz-XV7att)

## [Mutation pile-ups in intron enhancers in ICGC lymphoma](https://xenabrowser.net/heatmap/?bookmark=ba5edb23fe570ef22f5f518859ca0911)

![https://xenabrowser.net/heatmap/?bookmark=ba5edb23fe570ef22f5f518859ca0911](/files/-LaHZso11OMztp0SagEG)

Xena mutation views supports examination of both coding and non-coding mutations from whole genome analysis. We support viewing mutations from both gene- or coordinate- centric perspective. In the gene-centric view, you can dynamically toggle to show or hide introns from the view. This figure shows the frequent intron mutations in 321 samples from the ICGC lymphoma cohorts. These 'pile-ups' would be not be visible if viewing mutations only in the exome. These intron mutations overlap with known enhancers regions (Mathelier 2015).‌

{% embed url="<https://genomebiology.biomedcentral.com/articles/10.1186/s13059-015-0648-7>" %}

## [Stemness scores across TCGA cancer types](https://xenabrowser.net/?bookmark=046e741291000b1b366c70ec5a3cd39f)

![https://xenabrowser.net/?bookmark=046e741291000b1b366c70ec5a3cd39f](/files/-L_FDIpl3Ciy25GCMXeE)


---

# 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://ucsc-xena.gitbook.io/project/tutorials/live-examples.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.
