Skip to content

Output bigwigs with macs2 p-value signal for every base-pair #251

@Al-Murphy

Description

@Al-Murphy

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

macs2 callpeak \\
-t ${ipbam[0]} \\
-c ${controlbam[0]} \\
$broad \\
-f $format \\
-g $params.macs_gsize \\
-n $ip \\
$pileup \\
$fdr \\
$pvalue \\
--keep-dup all

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest to add new functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions