> For the complete documentation index, see [llms.txt](https://lulab1.gitbook.io/training/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lulab1.gitbook.io/training/archive/wetlab_training.md).

# Archive 2019 - Wetlab Training

## [FAQ](/training/wetlab-training/wetlab-faq.md)

## Class I. Basics

1. [Safety](https://github.com/lulab/training_book/blob/master/readme/wetlab_safety.md)
2. [Regulation](https://github.com/lulab/training_book/blob/master/archive-2019-wetlab/wetlab_training/broken-reference/README.md)
3. [Protocols](https://github.com/lulab/intranet/blob/master/wetlab_protocol/README.md) (Private)
4. [How to design sample cohort](/training/archive/wetlab_training/class-1_basics/4.how-to-design-sample-cohort.md)
5. [How to collect and manage samples](/training/archive/wetlab_training/class-1_basics/5.-how-to-collect-and-manage-samples.md)
6. [How to purify RNA from blood](/training/archive/wetlab_training/class-1_basics/6.-how-to-purify-rna-from-blood.md)
7. [How to check the quantity and quality of RNA](/training/archive/wetlab_training/class-1_basics/7.-how-to-check-the-quantity-and-quality-of-rna.md)
8. [RNA storage](/training/archive/wetlab_training/class-1_basics/8.-rna-storage.md)
9. [How to remove DNA contanimation](/training/archive/wetlab_training/class-1_basics/9.-how-to-remove-dna-contanimation.md)
10. [What is Spike-in](/training/archive/wetlab_training/class-1_basics/10.-what-is-spike-in.md)

## Class II. NGS I

1. [How to do RNA-seq](/training/archive/wetlab_training/class-2_ngs-i/how-to-do-rna-seq.md)
2. [How to check the quantity and quality of RNA-seq library](/training/archive/wetlab_training/class-2_ngs-i/how-to-check-the-quantity-and-quality-of-rna-seq-library.md)
3. [What is Smart-seq2 and Multiplex](/training/archive/wetlab_training/class-2_ngs-i/what-is-smart-seq2-and-multiplex.md)

## Class III. NGS II

* 1\. How to do Pico
* 2\. How to improve Pico
  * 2.1 Replace pico kit by other independent reagents
  * 2.2 Introduce UMI & barcode into pico system
  * 2.3 Remove ribosomal cDNA by DASH/CRISPR method

## Class IV. Validation

* 1\. How to find and select candidates
  * 1.1 Differential Expression
  * 1.2 Alternative Splicing
* 2\. How to find controls and references
* 3\. How to do qRT-PCR
  * 3.1 How to select qPCR strategy
  * 3.2 How to reverse transcrip RNA to cDNA
  * 3.3 How to design qPCR plate
  * 3.4 How to minish qPCR error between replicats
  * 3.5 How to analysis qPCR results
* 4\. How to do ddPCR
* 5\. More validation methods
  * Alternative splicing: Agilent 2100 or gel electrophoresis

## Class V. Patent and License

1. How to design different cohorts
2. How to prepare paperwork
3. How to prepare testing kit

## APPENDIX

1. Common laboratory instruments
2. Frequently-used reagents and consumables

![Framework](/files/gqyclJKngLy9MLmjJtMn)


---

# 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://lulab1.gitbook.io/training/archive/wetlab_training.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.
