Hi,
In order to get rid of false positive peaks, I want to filter out blacklist region after alignment with Bowtie... I've search and there are three different bed files for Blacklist regions. So which of them is the best choice for TF ChIP-seq data?
http://www.broadinstitute.org/~anshul/projects/encode/rawdata/blacklists/hg19-blacklist-README.pdf
And do you filter them out with intersect from Bedtools?
were you able to solve this problem? I need to do the same and will appreciate your feedback,
were you able to filter the blacklisted regions with intersect from Bedtools? In order to use bedops you need to convert the bam file to bed filter and than convert the back to bam, I was able to do the filtering, but unable to convert the bed to bam file using bedtools bedtobam option any feedback would be greatly appreciated. thanks!!