After getting BS-seq alignment files, methylation bias plots can show the methylation bias such as the start of reads in PBAT-Seq experiments. Usually these bias are removed in the following analysis.
I know bismark can remove bias using --ignore. What if I don't use bismark ? It seems that BSeQC can do that too ( I just have a glance at its paper.) I wonder if there are other tools able to do that too.
Thank you very much for sharing ideas.
I am hesitate to use it because of -D <int> option. Does it mean I need to get exact depth of every base and select the maximum ? The default 2000 may not be suitable for different alignment files.
This is equivalent to the same option in
samtools mpileup
and turns out to be a convenient way of excluding huge stacks of PCR duplicates. If you're doing targeted bisulfite sequencing, then raise it to a larger value, otherwise it's fine as is. For RRBS and WGBS, you'd want to ignore sites with a fraction of that coverage anyway.