> For the complete documentation index, see [llms.txt](https://vci-gci-docs.clinicalgenome.org/vci-gci-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vci-gci-docs.clinicalgenome.org/vci-gci-docs/gci-help/evidence-collection-experimental-evidence/rescue-evidence.md).

# Rescue Evidence

Rescue evidence shows that the phenotype in humans (i.e. patients with the condition), non-human model organisms, cell culture models, or patient cells can be rescued. &#x20;

Curation of rescue evidence is based on whether rescue of the phenotype was observed in a <mark style="color:green;">**human**</mark>, a <mark style="color:green;">**non-human model organism**</mark>, a <mark style="color:green;">**cell culture model**</mark> or <mark style="color:green;">**patient cells**</mark>; select the appropriate option from the pull-down menu:

![](https://453646021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzjRMfxI6chghHwy4VhQv%2Fuploads%2FSep8zn9V7rRb9jXRJdXc%2FScreen%20Shot%202022-06-03%20at%209.49.05%20AM.png?alt=media\&token=48b3f6e7-6707-427b-be1b-dd46af16fb5f)

The curation interface for all options has a number of required fields, shown with an asterisk next to the field. The required fields are:

* **Experiment name** is a free-text field; please choose a descriptive name for the experiment.
* **Description of gene alteration** is a free-text field that enables you to describe how the endogenous gene was altered in the experiment.&#x20;
* **Phenotype to rescue** requires an entry in the Human Phenotype Ontology (HPO) ID or the free text field.&#x20;
* **Description of method used to rescue** is a free-text field.

For the "<mark style="color:green;">**Non-human model organism**</mark>" option, the additional required field is:

* **Non-human model organism** presents a dropdown menu of non-human model organism options. New organisms can be added upon request; please email us at <clingen-helpdesk@lists.stanford.edu>.&#x20;

For the "<mark style="color:green;">**Cell culture model**</mark>" option, the additional required field is:

* **Cell culture model type/line** requires an entry in either the Experimental Factor Ontology (EFO)/Cell Ontology (CL) ID or the free text field.&#x20;

For the "<mark style="color:green;">**Patient cells**</mark>" option, the additional required field is:

* **Patient cell type/line** requires an entry in the Cell Ontology (CL) ID or the free text field. &#x20;

Links to the Human Phenotype Ontology (HPO), Cell Ontology (CL) and the Experimental Factor Ontology (EFO) are provided to aid in searching for the correct ID.

Finally, select whether the experimental evidence should be scored, brought up for review by the GCEP, or contradicts the gene-disease association.

{% hint style="warning" %}
Remember to click the "Save" button at the bottom of the page. If you click "Cancel" or navigate away from the page without saving, all entered data will be lost.
{% endhint %}


---

# 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://vci-gci-docs.clinicalgenome.org/vci-gci-docs/gci-help/evidence-collection-experimental-evidence/rescue-evidence.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.
