view log @ 8:7efacf19bedc draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_findpeaks commit 8dccd750ac2057caa6495636153250bdd4ecf549
author mvdbeek
date Fri, 20 Apr 2018 06:14:28 -0400
parents 29f82a5c7966
children
line wrap: on
line source

Simple FDR random permutation peak caller
Usage: [options] [files in bedgraph or GFF format]
	
Options:
 --fdr            False discovery rate value
                    [Current value: 0.01]
 --frac           Number of random fragments to consider per iteration
 --min_count      Minimum number of fragments to consider as a peak
                    [Current value: 2]
 --min_quant      Minimum quantile for considering peaks
                    [Current value: 0.95]
 --n              Number of iterations
                    [Current value: 100]
 --step           Stepping for quantiles
                    [Current value: 0.01]
 --unified_peaks  Method for calling peak overlaps (two options):
                    'min': call minimum overlapping peak area
                    'max': call maximum overlap as peak
                    [Current value: max]