Skip to content

Commit 71b8c7c

Browse files
authored
Control explanation to README
1 parent 2198dd4 commit 71b8c7c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Complete EM-seq processing pipeline that accepts UBAM inputs:
1313
- Optional BED file intersection for targeted analysis (bedtools)
1414

1515
### Fastq to uBam pipeline (`fastq_to_ubam.nf`)
16-
If your files are in fastq format you will need to convert them to uBams prior to running the main pipeline, e.g.:
16+
If your files are in fastq format, you will need to convert them to uBams prior to running the main pipeline, e.g.:
1717
```bash
1818
nextflow run fastq_to_ubam.nf \
1919
--input_glob "tests/fixtures/fastq/emseq-test*{.ds.1,.ds.2}.fastq.gz" \
@@ -75,6 +75,11 @@ Pre-built reference genomes with methylation spike-in controls:
7575
- **T2T CHM13**: https://neb-em-seq-sra.s3.amazonaws.com/T2T_chm13v2.0%2Bbs_controls.fa
7676
- **GRCh38**: https://neb-em-seq-sra.s3.amazonaws.com/grch38_core%2Bbs_controls.fa
7777
- Create your own reference by appending the [control sequences](methylation_controls.fa) to your preferred genome fasta (e.g. `cat genome.fa methylation_controls.fa > genome+methylation_controls.fa`)
78+
| Sequence | Methylation State | Purpose |
79+
|----------|--------------------------------------------------|---------|
80+
| lambda | All Cs are unmodified (included in kits) | confirmation that APOBEC enzyme is working optimially (unprotected C->T) |
81+
| pUC19c | All CpG sites contain 5mC (included EM-seq kits) | confirmation that TET2 + T4-BGT step is protecting 5mC (5mC -> 5ghmC/5caC |
82+
| T4 | All Cs are 5hmC (included in the 5-hmC Seq kits) | confirmation that T4-BGT is protecting 5hmC optimally (5hmC -> 5ghmC) |
7883

7984
## Requirements
8085
- [Nextflow](https://www.nextflow.io/)

0 commit comments

Comments
 (0)