> For the complete documentation index, see [llms.txt](https://docs.abi.am/abi-omicss-guide-2021/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abi.am/abi-omicss-guide-2021/week-1/molecular-biology/dna-and-rna.md).

# DNA & RNA

## Introduction

You may be familiar with the terms DNA and RNA, but you may be surprised when you find out more about their characteristics. This chapter focuses on explaining the main concepts of DNA and RNA, as well as how they correlate to other processes.

## Nucleic Acids

To start, read [this article](https://www.khanacademy.org/science/biology/macromolecules/nucleic-acids/a/nucleic-acids?modal=1) to get acquainted with the main characteristics of nucleic acids, and come back afterward.

Now that you have a better understanding of nucleic acids, DNA, and RNA, broaden your knowledge in these topics by watching the following videos (make sure to watch them fully, as this is one of the most fundamental topics in the course).

{% embed url="<https://youtu.be/AmOO4j0E408>" %}

{% embed url="<https://youtu.be/jUUJSOM1ihU>" %}

{% embed url="<https://youtu.be/L677-Fl0joY>" %}

## DNA Replication

{% embed url="<https://youtu.be/6gUY5NoX1Lk>" %}

{% embed url="<https://youtu.be/0CQ5ls3Uc2Q>" %}

{% embed url="<https://youtu.be/eM7arWJJ3zk>" %}

{% embed url="<https://youtu.be/PSl6IXUCNuw>" %}

Finally, be sure to read [this article about the molecular mechanism of DNA replication](https://www.khanacademy.org/science/biology/dna-as-the-genetic-material/dna-replication/a/molecular-mechanism-of-dna-replication), as well as [this one about the mode of DNA replication](https://www.khanacademy.org/science/biology/dna-as-the-genetic-material/dna-replication/a/mode-of-dna-replication-meselson-stahl-experiment), and return here afterward.

## Congratulations!

If you made it here, then congratulations! You have successfully completed this section. Move to the next portion of the guide with the arrow buttons below.


---

# 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://docs.abi.am/abi-omicss-guide-2021/week-1/molecular-biology/dna-and-rna.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.
