-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
feature-requestRequest to add new functionalityRequest to add new functionality
Milestone
Description
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:
Lines 1135 to 1145 in 6924b66
| macs2 callpeak \\ | |
| -t ${ipbam[0]} \\ | |
| -c ${controlbam[0]} \\ | |
| $broad \\ | |
| -f $format \\ | |
| -g $params.macs_gsize \\ | |
| -n $ip \\ | |
| $pileup \\ | |
| $fdr \\ | |
| $pvalue \\ | |
| --keep-dup all |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest to add new functionalityRequest to add new functionality