-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprotocols.Rmd
45 lines (26 loc) · 1.79 KB
/
protocols.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: "Lab protocols for Rps10"
output: html_document
---
```{r include=FALSE}
source("style.R")
```
Here you can find the lab protocols for using the Rps10 barcode for amplicon metagenomics (aka metabarcoding) and generating sequences to contribute to the database.
Note that the primers used to generate amplicons short enough for high-throughput sequencing are not the same as those used to generate the database.
Make sure you are using the correct protocol for you goals.
## Metagenomics protocols
These relate to using the Rps10 barcode for metagenomics research.
#### Rps10 metabarcoding primer ordering and mixing
This protocol is used to prepare PCR primers for the rps10 locus for metabarcoding.
<a href="protocols/metagenomics_primer_protocol.html" class="btn btn-success" role="button" target="_blank">View as HTML</a>
<a href="protocols/metagenomics_primer_protocol.pdf" class="btn btn-info" role="button" target="_blank">View as PDF</a>
#### Rps10 Locus-specific Illumina Amplicon PCR
This protocol is used to PCR amplify the Rps10 locus for use in amplicon metagenomics research.
<a href="protocols/metagenomics_pcr_protocol.html" class="btn btn-success" role="button" target="_blank">View as HTML</a>
<a href="protocols/metagenomics_pcr_protocol.pdf" class="btn btn-info" role="button" target="_blank">View as PDF</a>
## Database protocols
These relate to generating sequences to contribute to the Rps10 reference database hosted on this website.
#### Rps10 database sequence PCR protocol
This protocol is used to generate sequences for the Rps10 reference database.
<a href="protocols/database_pcr_protocol.html" class="btn btn-success" role="button" target="_blank">View as HTML</a>
<a href="protocols/database_pcr_protocol.pdf" class="btn btn-info" role="button" target="_blank">View as PDF</a>