Closed sr320 closed 4 years ago
Here's the original discussion: Issue #260 .
There are adaptor issues with ~10bp 5' and ~5bp 3'
can you give it another trim (with hard clips) from raw to see if we can resolve.
I don't see any adaptor contamination in the FastQC/MultiQC reports:
But, I can easily perform additional hard trimming. Is the concern this wonky stuff at the 5' end?
See M-Bias plots in the link I provided.
On Sep 23, 2019, 9:42 AM -0700, kubu4 notifications@github.com, wrote:
I don't see any adaptor contamination in the FastQC/MultiQC reports: http://owl.fish.washington.edu/Athaliana/20180516_geoduck_trimgalore_rrbs/20180516_geoduck_trimmed_fastqc/multiqc_data/multiqc_report.html But, I can easily perform additional hard trimming. Is the concern this wonky stuff at the 5' end? — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.
I think it might be better to process the data in Bismark using:
bismark_methylation_extractor --ignore <int> --ignore_r2 <int>
That way, we're not "permanently" truncating the sequencing files.
Also, here's the Bismark explanation:
And, here's one additional note about tweaking M-Bias (linked via the Bismark documentation on M-Bias):
Anyway, per our conversation, I'll just get these hard trimmed.
I trimmed 20bp from the 5' end of each read. Data is here:
https://gannet.fish.washington.edu/Atumefaciens/20190923_pgen_fastp_EPI_trimming/
MultiQC report is here:
https://gannet.fish.washington.edu/Atumefaciens/20190923_pgen_fastp_EPI_trimming/multiqc_report.html
Interestingly, MulitQC can interpret the output data from the trimming program I used (fastp).
AND, fastp actually generates its own HTML report (including before/after info!):
https://gannet.fish.washington.edu/Atumefaciens/20190923_pgen_fastp_EPI_trimming/fastp.html
Anyway, here's an example of how the data looks (before/after):
Stale issue message
Maybe you already did this too 😄 but what is your recommendation for trimming?
Maybe 10bp 5' Phred remove adaptors ??