Killifish Hypoxia RRBS Part 17
Removing L4 samples
Given the weird coverage patterns in L4 samples, Neel suggested I run through the workflow without these samples to see if I get different results. If I am able to identify more DMR without these samples (or even if I get different results generally), I will consider excluding them as outliers based on mapping and filtering differences. First, I ran the code with 500 maximum reads per locus, which are the current settings I used to identify DMR with the L4 samples. I also used 100 maximum reads per locus, which were the first settings I tried before experimenting with different filtering options.
BAT_summarize
I removed these samples from my BAT_summarize
code: 5-S1, 20-N1, 20-S2, OC-S5. Then, I ran BAT_summarize
and BAT_overview
. All of the new BAT_summarize
output is here, and the BAT_overview
output is here. I didn’t see a boost in methylation rate after removing those samples when looking through the BAT_overview
output.
BAT_DMRcalling
Table 1. Number of DMR per contrast using different settings
Contrast | Group 1 | Group 2 | MDP_max = 500, L4 included | MDP_max = 500, L4 excluded | *MDP_max = 100, L4 excluded |
---|---|---|---|---|---|
All samples | N | S | 0 | 0 | 0 |
OC | N | S | 1 | 1 | 0 |
20 | N | S | 1 | 1 | 0 |
5 | N | S | 2 | 2 | 0 |
N | 20 | 5 | 16 | 2 | 0 |
N | 20 | OC | 2 | 0 | 0 |
S | 20 | 5 | 1 | 1 | 0 |
S | 20 | OC | 1 | 1 | 0 |
Looks like reverting back to 100 reads maximum per locus doesn’t yield any DMR, even when removing L4 samples. I’m now unsure if I should proceed with removing L4 samples or not, but I’ll ask Neel. But, I will see if any of the DMR I identified without L4 samples are the same as those with L4 samples, because that would lend more importance for those DMR.
Going forward
- Annotate DMR locations
- Revise methylation landscape information
- Update methods and results
- Match DMR with RNA-Seq information
- Start mapping with new genome
- Try DMR identification with
bismark
andmethylKit
- Create OSF repository for all intermediate files