Wig file obtained from MACS14 is longer than chromosome size?
The wig file:
variableStep chrom=chr15 span=1
...
12968274 1
But my chromosome size is chr15 12968165. Wig file is longer than chromosome?
The parameters:
./MACS14 -t ...bed -c ...bed -s 49 -g 1.1e+9 -p 1e-5 --nomodel -w -S --space 1 -m 10,30
Could someone give me a hand?
• 3,644 views
•
link
2 answers
Yes, MACS extend the reads to 300bp, so it will exceed the limits of the chromosome. bedgraph files generated from it also has the same problem. If you upload to UCSC, it will complain errors. As suggested, use bedClip first
• 0 views
•
link
Log in to answer this question.