# Projects

After creating a project, your projects home page will look like the following:

![](/files/-M34ghq2RyvcyXfdpccz)

### Download Files

Click the download icon next to each file name. To re-upload, you must create a new project.&#x20;

### Change Subsampling Depth

Note, samples with total OTU counts that fall under the targeted subsampling depth will be removed.&#x20;

### Add Quantile Range

Quantitative variables or gene expression can be treated as categorical ones by adding a quantile range. This is useful if, for instance, you wanted to bucket a histological measure into different disease severity thresholds (eg. mild vs severe).&#x20;

#### Choosing Type of Quantile Range

On the left-panel, you can choose to create a quantile range on a quantitative variable or gene expression.&#x20;

{% hint style="info" %}
If you do not see any options in the second dropdown, you either did not upload a gene expression matrix file or you have no quantitative variables.
{% endhint %}

![](/files/-M34iYid0R4wNKSZlM84)

You can have the system automatically (and evenly) bucketize the ranges according to the uploaded data, or you can provide your own custom quantile ranges.&#x20;

Saving a quantile range makes this quantile range available in categorical-tools such as boxplots or differential selection.&#x20;

### Notebook

The "View Notebook" link allows you to view previously saved visualizations or feature selection results.&#x20;

You can "View Original Source" to apply the same experimental settings to recreate the result.&#x20;

Note that the experiment title and description are available for editing.&#x20;

![](/files/-M34jhwnTsvhhFQ-7IRo)

To save a visualization or result, click the "Save Snapshot to Notebook" at the top of any tool.

![](/files/-M34jrDemUMgagqpuwY_)

### Explore Your Data

To begin, you can choose any tool from the top dropdown menu. Each tool is described with its own documentation.


---

# 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://tbj128.gitbook.io/mian/projects.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.
