# Zhang Lab Wikipedia

## About

Welcome! This web wiki is to provide an all-in-one handbook for new and current lab members to look for resources and guidelines, and set a uniform set of standards in our lab.

The Zhang laboratory of Artificial Intelligence in Medicine is located at Cedars-Sinai Medical Center, Los Angeles, California, USA.

We develop automated deep learning methods to accommodate the rapid biotechnology development with modern deep learning. These automated, data-driven models help us understand the causal effects of genetic variations in various contexts, including epigenes, transcription, post-transcriptional regulation, genome editing, and in disease areas such as cancer. In the long term, we envision our methods will democratize deep learning and thereby accelerate scientific discoveries in biomedicine.

{% embed url="<https://zhanglab-aim.github.io/>" %}
Check out our main lab website.
{% endembed %}

## Table of Contents

* [Hours and Expectations](/labwiki/hours-and-expectations.md)
* [Lab Resource](/labwiki/lab-resources-overview.md)
* [Publisher and Conference](/labwiki/publisher-and-conference.md)
* [Travel Policy](/labwiki/travel-policy.md)
* [Handbook](/labwiki/handbook.md)
  * [General Coding](/labwiki/handbook/general-coding.md)
  * [HPC Usage](/labwiki/handbook/hpc-usage.md)
  * [CS-VPN Setup](/labwiki/handbook/cs-vpn-setup.md)
  * [Software Technology](/labwiki/handbook/software-technology.md)
  * [Machine Learning](/labwiki/handbook/machine-learning.md)
  * [High-throughput Sequencing](/labwiki/handbook/high-throughput-seq.md)

## License

Our lab wiki is fully open-sourced under the license of [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/) (CC BY-NC-SA 4.0).

<div align="left"><figure><img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.svg" alt=""><figcaption><p>CC BY-NC-SA</p></figcaption></figure></div>

We'd love your feedbacks! Feel very free to send an email to <mark style="color:blue;"><zijun.zhang@cshs.org></mark> if you feel it's useful/correct/wrong in any ways!&#x20;


---

# 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://zhanglab-aim.gitbook.io/labwiki/readme.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.
