-
Notifications
You must be signed in to change notification settings - Fork 150
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
Output bigwigs with macs2 p-value signal for every base-pair #251
Comments
Just getting into nextflow and this would be very helpful for us as well. This has to be done after the initial callpeak command. Use bdgcmp command to compare the two bedgraphs originally generated by macs2 with the -B/--bdg and --SPMR options This is how we have typically done this for histone mods: |
Just to add to @jcotney solution, ENCODE also have a pipeline to produce this data (which could be replicated in nextflow I guess): |
This is exactly what the portion of our pipeline is based on. I think the current scale factor files that are generated for the igv sessions could be used to apply the value for the "-S" option. This routine could be added as an option to the overall pipeline with something like --generate-pvalue-bigwig ? |
Yes, after reading a little bit my first comment was wrong. Probably we can leave this for the next iteration version |
I am looking for the MACS2 p-value signal for every base-pair, similar to the bigwigs available from ROADMAP or EPIMAP.
Had a discussion with @JoseEspinosa and he thinks it may be available using the
--bdg
option when calling MACS2 but this is not a parameter that is currently available:chipseq/main.nf
Lines 1135 to 1145 in 6924b66
The text was updated successfully, but these errors were encountered: