# How do I view my data with the data from TCGA?

## Adding in new samples

We apologize but we don't provide a simple way to do this because of the batch effects that would be present when combining most data across studies. You will need to download the data you wish to combine from TCGA, combine it yourself outside of Xena, and then load it into your own Xena hub.

{% hint style="info" %}
Download TCGA data through [our data pages](https://xenabrowser.net/datapages/)
{% endhint %}

{% hint style="info" %}
[More information about loading data into your own Xena hub](/project/local-xena-hub.md)
{% endhint %}

## Adding in more data on TCGA patient's samples, such as new subtype calls

1. Load your data into your own Xena hub, making sure to select the cohort that you want to view your data side-by-side with when loading it.&#x20;

{% hint style="info" %}
Sample names and format are study specific. You will need to match what we already in Xena.

[Our data pages have more information about the sample names for a study](https://xenabrowser.net/datapages/)
{% endhint %}

## Genomic Signatures

Note that if you want to view a genomic signature on our gene expression data, you can do so using our [genomic signature feature.](/project/overview-of-features/genomic-signatures.md)


---

# Agent Instructions: 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://ucsc-xena.gitbook.io/project/how-do-i/how-do-i-view-my-data-with-the-data-from-tcga.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.
