I have paired-end bisulfite sequencing reads. This is the quality plot:
As you see, a lot of bases have low quality. However, these low-quality bases follow the following pattern:
TAATTTGNNCGTCTGCTGTTTTTTTTGGATGTGGTAGTTGTTTTTCAGGTTTTTTCTTCGGAATCGAATTCTAATTTTTCGTTATTCGTTATTATTATGGT
+
AAAAAFF##FAF<FFFAFF7FF.FAFFFFFFFFFF.FFFFFAF<FFFFFFFFFFFFFFFAF<.FA.FFAAAAFFFFFFFFAFFFFFAAFAAFF<AF<FFFF
Low quality bases around high quality bases. Is this normal?
Yes, they are Illumina reads. So, you would proceed by aligning these reads, right? I might get rid these bases by considering quality of sliding windows, but I lose more than 30% of all reads...
Yeah, I'd go ahead and align them. Do trim adapters, but don't go crazy with the quality trimming. Have a look at the resulting alignments and try to gauge if they're too screwy due to the weird base quality. If they're not, just exclude those bases during methylation extraction. If they are, then you probably need to trim aggressively, but that should be a last resort.