> For the complete documentation index, see [llms.txt](https://clipforum.flow.bio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clipforum.flow.bio/experimental/iiclip-protocol.md).

# iiCLIP protocol

*Questions pertaining to* [*iiCLIP protocol*](https://www.biorxiv.org/content/10.1101/2021.08.27.457890v1.full) *answered by Flora Lee.*

**I have a couple of questions for you regarding the 3' adapter ligation step (without barcodes, for the moment). I would be very grateful if you could help me understand it better.**

<figure><img src="/files/v4TvafWswQnYmD7UXT83" alt=""><figcaption><p><em>irCLIP adapter substrate: /5Phos/AG ATC GGA AGA GCG GTT CAG AAA AAA AAA AAA /iAzideN/AA AAA AAA AAA A/3Bio/ (same as Zarnegar et al, Nat methods, 2016).</em></p></figcaption></figure>

<figure><img src="/files/0hDSvedFdkPhFG8b5bA6" alt=""><figcaption><p><em>Construction schematic for generation of irCLIP DNA adapter (no need for phosphorylation step if I buy the oligo with 5’ phosphate from IDT)</em></p></figcaption></figure>

**Q1)  I understand that the pre-adenylation step is necessary to adenylate the 5' end of the adaptor so that it can covalently bind to the 3' dephosphorylated end of the RNA fragments. IDT will custom adenylate oligonucleotides, why don't you recommend buying the sequence already pre-adenylated?**\
\
This is for cost reasons. It is much more expensive to order adenylated oligos and not guaranteed yield. Whereas the 5’phosphate modification is inexpensive.&#x20;

**Q2) I see from your bioRxiv 2021 preprint that the introduction of enzymatic RecJ adapter removal after 3′ adapter ligation is meant to improve the efficiency of downstream steps by minimising artefacts that can be caused by adapter carry-over. However, from a chemical point of view, I am not clear which part of the adapter is removed in this step.**\
\
RecJ is DNA specific from the 5’ end, so will degrade the adapter from the 5’ end. If the adapter is ligated to RNA, the 5’ end will be RNA, hence ligated products are protected.

&#x20;**Q3) what do you need the biotin at the end of the IR L3 adapter for? to capture and purify final cDNAs with streptavidin beads? Or for chemiluminescence RNA detection as in** [**seCLIP 2022**](https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.nature.com%2Farticles%2Fs41596-022-00680-z\&data=05%7C02%7Ccharlotte.capitanchik%40kcl.ac.uk%7C8a76993657d34dacb8f808dc36bf0456%7C8370cf1416f34c16b83c724071654356%7C0%7C0%7C638445441248809756%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C\&sdata=lVMIUOPZ5%2B0kM%2B9I0GXNvhBOxrFiqGglZbwRlcy%2FK54%3D\&reserved=0)**?**

For our iiCLIP protocol, you don’t need the biotin. You can replace it with something like /3ddC/ or any other modification that will block ligation (to minimise adapter concatamers).


---

# 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://clipforum.flow.bio/experimental/iiclip-protocol.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.
