-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q: gappedPeak instead of narrow peak on HMMRATAC output #670
Comments
Hi @jffpviana when we reimplement the HMMRATAC algorithm in MACS3, we decided to make the output simple. Since we want to focus on the interested 'open' regions, we currently output those 'open states' that surrounded by 'nucleosome states' in the narrowPeak format. The gappedPeak format is good to describe a nested structure such as the intron-exon structure of gene, and previously we put 'open' and 'nucleosome' states together and use this format for output. We feel that it may create unnecessary difficulties in downstream analyses if people only want to detect the open sites. If you are insterested in the nucleosome states, you can use |
Hi @taoliu, thank you very much for the clarification and quick response. Also thank you for the great software and HMMRATAC implementation. Mostly I'm struggling with regions of the genome with an extension of nearby peaks, which are all being clumped together as one peak. But when I look on IGV they look like they are distinct peaks one after the other. |
@jffpviana Let's first make it clear that we are discussing the
I need to modify this description more accurately since the actual value there is 10*foldchange instead of just the foldchange. So if you want to get the actual 'score' or foldchange of this peak, take the 5th column and divided by 10 at this moment... I need to find a better way to put the foldchange value such as the 7th column. |
Use case
I'm using the hmmratac implementation within MACS3 but it does not output narrowPeak.
Describe the problem
I'm using the hmmratac implementation within MACS3 but it does not output narrowPeak. Instead it outputs a gappedPeak file. The description of the columns for the original HMMRATAC gappedPeak output () do not match the MACS3 output.
Describe the solution you tried
I'm using the gappedPeak column descriptors provided by ENCODE (https://genome.ucsc.edu/FAQ/FAQformat.html#format14), but it's not clear if this is correct. The "score" column is all 0. Would it be possible to either output narrowPeak using macs3 hmmratac or to provide a better description for the columns on the gappedPeak output? Could the documentation please be changed? It currently says the output is narrowPeak.
The text was updated successfully, but these errors were encountered: