Open El-Castor opened 4 years ago
Is it possible to load the gappedPeak and bedgraph files into a genome browser, along with the raw ATAC-seq signal, and send me a snapshot of chr10? And perhaps another snapshot in a smaller window around the region where the peak calls stop? I think i know whats happening but i want to make sure. In the meantime, you can check out the troubleshooting section of the HMMRATAC_guide, point number 2 (this is what i think is happening). You might have to change the -z , --zscore option.
Hi @EvanTarbell,
thanks for respond quickly. I have drag the screenshot of the genome. You right, I have a big signal at the beginning of this chromosome (you can see the two differences comparing the two screenshot).
It is what you think about the error related to the zscore setting ?
Thank in advance
Yes, it does seem to be an issue. I'd recommend reducing the value of -z , --zscore. Try reducing it to 50 or 30 and see if that helps. You could also create a BED file, with the coordinates of the high coverage region on chr10, and pass that in under the -e option (to exclude that region from the analysis).
Hi,
Use case I am using ATAC-seq data from plants materiels with 3 replicates. The data set was build on more or less 60K of cell in differents tissues.
Describe the problem First I launch the model building following this command:
Here you can see the log file related to the behind command:
Then I launch the peaks calling following these command :
My issues is that when I check my .gappedPeak file I have juste some peaks on the first part of the chromosome 10 despite the fact that when I check bedgraph produce I can see all the peaks related to all the chromosome.
More over when I split my bam by chromosome and I launch the same command it work. I have all chromosome in the gappedPeaks file.
Describe the solution you tried I have try to change the parameters -u and -l in the model building step (first command) but it not fix my issue.
Do you have any suggestion please ? Thanks in adavance,