Chiseq files for deseq2
0
0
Entering edit mode
13 months ago
CL • 0

Hello everyone, I have 4 peaks bed files and i want to create count matrix for analysis in deseq2 I want to see the difference acetylation between them, I want in the column the 4 samples, and in the rows peaks I understand i can make it by using this function:

featureCounts -p -O -T 8 -a $gtf -o $outfn --extraAttributes gene_name -Q 10 $*

But i am not sure how to do that, I am really confused and i would like to get any details about that

Thanks!!

countMatrix deseq2 Chipseq • 498 views
ADD COMMENT
0
Entering edit mode

Check the SAF format in the manual: https://subread.sourceforge.net/SubreadUsersGuide.pdf You will need to convert the BED files into a format compatible with featureCounts. SAF is simpler than GTF but some scripting will still be required. Last but not least: some peaks in your four BED files may be identical or overlap with peaks from other files. You will need to decide how to treat these overlapping peaks. BTW do you also have input/control BAMs?

ADD REPLY

Login before adding your answer.

Traffic: 2398 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