Did my CHIP-seq analysis right?
3
0
Entering edit mode
5.9 years ago
mikysyc2016 ▴ 120
  1. I use Bowtie2 to get align my fastq file and get sam file.
  2. I use samtools view to separate mapped reads and unmapped reads to differenent bam file.
  3. I use picard to mark PCR duplicate.
  4. I use MACS to do peak calling.

Do you have any suggestion?

Thanks!

ChIP-Seq • 1.1k views
ADD COMMENT
1
Entering edit mode
5.9 years ago

why do you think you need suggestions? what do you think could be improved?

based on the terse description nothing seems out of the ordinary although I don't think there's an "analysis" component yet to the ChIP-seq data processing you've described.

ADD COMMENT
1
Entering edit mode
5.9 years ago
EagleEye 7.5k

Before peak calling, I would also recommend removal of blacklisted regions.

ADD COMMENT
0
Entering edit mode
5.9 years ago
mikysyc2016 ▴ 120

Thanks. What knid of software and command i can use to remove them? Can I remove them after I use picard.jar to mark pcr duplicates?

ADD COMMENT
0
Entering edit mode
bedtools intersect -abam sample_sorted.bam -b blacklist.bed -v > sample_sorted_blacklistRemoved.bam

You can do it at any step after alignment.

ADD REPLY
0
Entering edit mode

Please do not post comments as answers. When replying to a specific answer or comment, use the ADD COMMENT bellow said comment or answer.

ADD REPLY

Login before adding your answer.

Traffic: 2674 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6