I am using ChIPQC to get quality metrics of my reads. I have .bam files and .narrowpeaks files. I created a sample csv file called sample1.csv. The sample.csv sheet can be found at this link.
Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.
I figured it out. The peak files I had generated needed to have the prefix "chr" before the chromosome number. So before it would be just 1, 2,3,......,X,Y. After the change it is chr 1, chr 2, chr 3............ chr X, chr Y. Thanks for all your help guys. If anyone is having a similar issue please message me, would love to help out.
Thank you for answering. Are you sure because i checked my peak files and they all have about 20,000 peaks. I appreciate your help, do you think it could be my sample file and it is not formatted correctly.
It would help to see your sample sheet sample1.csv.
The most common source of this error is the format of the peaks files not matching what is specified in the PeakCaller column. What is the type of the peak files, and what is specified in the sample sheet?
Please use the formatting bar (especially the
code
option) to present your post better. You can use backticks for inline code (`text` becomestext
), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.