--
You received this message because you are subscribed to the Google Groups "MACS announcement" group.
To unsubscribe from this group and stop receiving emails from it, send an email to macs-announcem...@googlegroups.com.
To post to this group, send email to macs-ann...@googlegroups.com.
Visit this group at http://groups.google.com/group/macs-announcement.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "MACS announcement" group.
To unsubscribe from this group and stop receiving emails from it, send an email to macs-announcem...@googlegroups.com.
To post to this group, send email to macs-ann...@googlegroups.com.
Visit this group at http://groups.google.com/group/macs-announcement.
For more options, visit https://groups.google.com/groups/opt_out.
| # This file is generated by MACS version 2.0.10.20120913 (tag:beta) |
| # ARGUMENTS LIST: |
| # name = 60418.v.Input.MACS2 |
| # format = BAMPE |
| # ChIP-seq file = ['/tmp/880543.tmpdir/8_130821_AC26BDACXX_Illumina3.bam'] |
| # control file = ['/tmp/880543.tmpdir/8_130821_AC26BDACXX_Illumina1.bam'] |
| # effective genome size = 2.70e+09 |
| # band width = 300 |
| # model fold = [5, 50] |
| # qvalue cutoff = 5.00e-02 |
I wanted to clarify the change you made for BAMPE. In your message earlier in this thread in response my question about getting many fewer peaks with version 2.0.10.20120915.1 compared to version 2.0.10.20120913, you had said, "there is a thing related to BAMPE changed in this year -- the way to calculate local bias. Previously (your version) the entire fragment from input is recognized as a open chromatin bias, but later I modified it to consider ends of input fragment as open chromatin bias. I admit that I haven't done enough test on BAMPE since I don't have enough data to play with. I may over-estimate input bias by 2-folds in this way" --- This sounds like the difference is in how you treat the input control samples.
But in your latest message about version 2.0.10.20131216, you said the bug was in "using BAMPE in the absence of control."
Could you confirm whether 20131216 makes any changes in how BAMPE reads are treated when there is an input control?
Another question, how does MACS2 deal with singletons, pairs mapped to different chromosomes, etc, in BAMPE?
-----原始邮件-----
发件人:"Tao Liu" <vladim...@gmail.com>
发送时间:2014-01-08 22:03:28 (星期三)
收件人: "macs-ann...@googlegroups.com announcement" <macs-ann...@googlegroups.com>
抄送:
主题: Re: [macs-announscement] BAMPE in MACS2
--
You received this message because you are subscribed to the Google Groups "MACS announcement" group.
To unsubscribe from this group and stop receiving emails from it, send an email to macs-announcement+unsub...@googlegroups.com.
Hi,I am having a problem with -f (--format) BAMPE in MACS2, which produces an error. Running the same file using -f BAM produces no errors. The bam file is query name sorted, so paired end reads follow each other in the file. The output from BAMPE is as following:
INFO @ Wed, 02 Oct 2013 11:44:29:# Command line: callpeak -t /media/Data/Storage/FILE.bam --format BAMPE
# ARGUMENTS LIST:# name = NA# format = BAMPE
# ChIP-seq file = ['/media/Data/Storage/FILE.bam']# control file = None
# effective genome size = 2.70e+09# band width = 300# model fold = [5, 50]# qvalue cutoff = 5.00e-02
# Larger dataset will be scaled towards smaller dataset.# Range for calculating regional lambda is: 10000 bps# Broad region calling is offINFO @ Wed, 02 Oct 2013 11:44:29: #1 read fragment files...INFO @ Wed, 02 Oct 2013 11:44:29: #1 read treatment fragments...
Traceback (most recent call last):
File "/usr/local/bin/macs2", line 514, in <module>main()
File "/usr/local/bin/macs2", line 45, in mainrun( args )
File "/usr/local/lib/python2.7/dist-packages/MACS2/callpeak.py", line 68, in runif options.PE_MODE: (treat, control) = load_frag_files_options (options)File "/usr/local/lib/python2.7/dist-packages/MACS2/callpeak.py", line 340, in load_frag_files_optionstreat = tp.build_petrack()File "cParser.pyx", line 1048, in MACS2.IO.cParser.BAMPEParser.build_petrack (MACS2/IO/cParser.c:13437)File "cParser.pyx", line 1052, in MACS2.IO.cParser.BAMPEParser.build_petrack (MACS2/IO/cParser.c:13388)File "cParser.pyx", line 1173, in MACS2.IO.cParser.BAMPEParser.__build_petrack_wo_pysam (MACS2/IO/cParser.c:14006)File "cPairedEndTrack.pyx", line 70, in MACS2.IO.cPairedEndTrack.PETrackI.add_loc (MACS2/IO/cPairedEndTrack.c:2480)File "cPairedEndTrack.pyx", line 85, in MACS2.IO.cPairedEndTrack.PETrackI.add_loc (MACS2/IO/cPairedEndTrack.c:2279)IndexError: index 0 is out of bounds for axis 0 with size 0