# Readme

这是我在IMIB Zhao Team组会上关于《计算生物学在代谢中应用新技术》的汇报书面材料，同时也作为个人学习笔记。

本材料主要面向生物学背景的组内同学，因此不会过多着重代码实现细节。后续我会另外补充技术细节部分（但会标记折叠），以便生信或计算机背景的同学参考。

由于我非生物专业出身，内容中难免有错误。如发现问题，或者还有什么感兴趣的方向想要在本书中一起讨论的， 请发送邮件至：<feistar@gmail.com>。


---

# 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://books.imib.team/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.
