comparison multigps.xml @ 40:55202c4e2da6 draft

Uploaded
author greg
date Wed, 14 Dec 2016 11:30:21 -0500
parents 755735c18b1c
children 844033a58b65
comparison
equal deleted inserted replaced
39:755735c18b1c 40:55202c4e2da6
442 442
443 ----- 443 -----
444 444
445 **Options** 445 **Options**
446 446
447 * **Input files, attributes and options** 447 * **Loading data:**
448 448 - **Optional file containing file containing reads from a control experiment** - must be same format as input experiment
449 - **Is this experiment signal or control?** - Designate the associated input file as a “signal” or “control” experiment. 449 - **Fixed per-base limit** - Fixed per-base limit (default: estimated from background model).
450 - **Condition name** - Condition name. 450 - **Poisson threshold for filtering per base** - Look at neighboring positions to decide what the per-base limit should be.
451 - **Replicate name** - This is optional for control experiments, and if defined, the control will only be used for the corresponding named signal replicate. 451 - **Use non-unique reads** - Use non-unique reads.
452 - **Read distribution file** - Optional binding event read distribution file (appropriate for the specified replicate) for initializing models. If not specified, the default distribution is used. The true distribution of reads around binding events is estimated during MultiGPS training. 452 - **Fraction of the genome that is mappable for these experiments** - Fraction of the genome that is mappable for these experiments
453 - **Use fixed per-base read count limit for this replicate?** - Optional fixed per-base read count limit for the specified replicate. Selecting "Yes" sets a read count limit that varies along the genome according to how neighboring bases are distributed, while selecting "No" sets a global per-base limit that is estimated from a Poisson distribution. 453 - **Turn off caching of the entire set of experiments?** - Flag to turn off caching of the entire set of experiments (i.e. run slower with less memory).
454 454
455 * **Perform motif-finding or use a motif-prior?** - Integrate motif-finding or use a motif-prior via MEME. 455 * **Scaling control vs signal counts:**
456 456 - **Use signal vs control scaling?** - Flag to turn off auto estimation of signal vs control scaling factor
457 - **Choose the source for the reference genome** - Reference data can be locally cached or selected from the Galaxy history. 457 - **Use the median signal/control ratio as the scaling factor?** - Flag to use scaling by median ratio (default = scaling by NCIS).
458 - **Perform inter-experiment positional prior?** - Perform inter-experiment positional prior. 458 - **Use scaling by regression on binned tag counts?** - Flag to use scaling by regression (default = scaling by NCIS).
459 - **Probability that events are shared across conditions** - Probability that events are shared across conditions. 459 - **Estimate scaling factor by SES?** - Specify whether to estimate scaling factor by SES.
460 - **Perform both motif-finding and motif priors?** - Select "No" to turn off motif-finding and motif priors. 460 - **Multiply control counts by total tag count ratio and then by this factor** - Multiply control counts by total tag count ratio and then by this factor (default: NCIS).
461 - **Perform motif-finding only?** - Select "Yes" to turn off motif priors, performing motif-finding only. 461 - **Window size for estimating scaling ratios** - Window size in base pairs for estimating scaling ratios
462 - **Number of motifs MEME should find for each condition** - Number of motifs MEME should find for each condition. 462 - **Plot diagnostic information for the chosen scaling method?** - Flag to plot diagnostic information for the chosen scaling method.
463 - **Minimum motif width for MEME** - Minimum motif width argument for MEME. 463
464 - **Maximum motif width for MEME** - Maximum motif width argument for MEME. 464 * **Running MultiGPS:**
465 465 - **binding event read distribution file** - Binding event read distribution file for initializing models. The true distribution of reads around binding events is estimated during MultiGPS training. A default initial distribution appropriate for ChIP-seq data is used if this option is not specified.
466 * **General Advanced Options** 466 - **Maximum number of training rounds for updating binding event read distributions** - Maximum number of training rounds for updating binding event read distributions.
467
468 - **Maximum number of training rounds for updating binding event read distributions** - Maximum number of training rounds for updating binding event read distributions
469 - **Optional file containing a set of regions to ignore during MultiGPS training** - It’s a good idea to exclude the mitochondrial genome and other ‘blacklisted’ regions that contain artifactual accumulations of reads in both ChIP-seq and control experiments. MultiGPS will waste time trying to model binding events in these regions, even though they will not typically appear significantly enriched over the control (and thus will not be reported to the user).
470 - **Perform binding model updates?** - Perform binding model updates? 467 - **Perform binding model updates?** - Perform binding model updates?
471 - **Minimum number of events to support an update of the read distribution** - Minimum number of events to support an update of the read distribution 468 - **Minimum number of events to support an update of the read distribution** - Minimum number of events to support an update of the read distribution
472 - **Perform binding model smoothing?** - Smooth with a cubic spline using a specified smoothing factor. 469 - **Perform binding model smoothing?** - Smooth with a cubic spline using a specified smoothing factor.
470 - **Spline smoothing parameter** - Smoothing parameter for smoothing cubic spline.
473 - **Perform Gaussian model smoothing?** - Select "Yes" to use Gaussian model smoothing using a specified smoothing factor if binding model smoothing is not performed. 471 - **Perform Gaussian model smoothing?** - Select "Yes" to use Gaussian model smoothing using a specified smoothing factor if binding model smoothing is not performed.
474 - **Allow joint events in model updates?** - Specify whether to allow joint events in model updates. 472 - **Allow joint events in model updates?** - Specify whether to allow joint events in model updates.
475 - **Share component configs in the ML step?** - Specify whether to share component configs in the ML step. This mainly affects the quantification of binding levels for binding events that are not shared but are located at nearby locations across experiments. 473 - **Keep binding model range fixed to inital size?** - Flag to keep binding model range fixed to inital size (default: vary automatically)
476 474 - **Poisson log threshold for potential region scanning** - Poisson log threshold for potential region scanning.
477 * **Set limits on how many reads can have their 5′ end at the same position in each replicate?** 475 - **Alpha scaling factor** - Alpha scaling factor. Increasing this parameter results in stricter binding event calls.
478 476 - **Impose this alpha** - The alpha parameter is a sparse prior on binding events in the MultiGPS model. It can be interpreted as a minimum number of reads that each binding event must be responsible for in the model. Default: estimate alpha automatically.
479 - **Fixed per-base limit** - Fixed per-base limit. 477 - **Share component configs in the ML step?** - Flag to not share component configs in the ML step
480 - **Poisson threshold for filtering per base** - Look at neighboring positions to decide what the per-base limit should be. 478 - **Optional file containing a set of regions to ignore during MultiGPS training** - File containing a set of regions to ignore during MultiGPS training. It’s a good idea to exclude the mitochondrial genome and other ‘blacklisted’ regions that contain artifactual accumulations of reads in both ChIP-seq and control experiments. MultiGPS will waste time trying to model binding events in these regions, even though they will not typically appear significantly enriched over the control (and thus will not be reported to the user).
481 - **Use non-unique reads** - Use non-unique reads. 479
482 480 * **MultiGPS priors:**
483 * **Set data scaling parameters?** 481 - **Perform inter-experiment positional prior?** - Flag to turn off inter-experiment positional prior (default=on).
484 482 - **Probability that events are shared across conditions** - Probability that events are shared across conditions.
485 - **Use signal vs control scaling?** - Specify whether to use signal vs control scaling. 483 - **Perform both motif-finding and motif priors?** - Flag to turn off motif-finding and motif priors.
486 - **Use the median signal/control ratio as the scaling factor?** - Specify whether to use the median signal/control ratio as the scaling factor. 484 - **Perform motif-finding only?** - Flag to turn off motif priors only.
487 - **Estimate scaling factor by SES?** - Specify whether to estimate scaling factor by SES. 485 - **Number of motifs MEME should find for each condition** - Number of motifs MEME should find for each condition.
488 - **Window size for estimating scaling ratios** - Window size in base pairs for estimating scaling ratios 486 - **Minimum motif width for MEME** - minw arg for MEME.
489 487 - **Maximum motif width for MEME** - maxw arg for MEME.
490 * **Report binding events?** 488
491 489 * **Reporting binding events:**
492 - **Minimum Q-value (corrected p-value) of reported binding events** - Minimum Q-value (corrected p-value) of reported binding events. 490 - **Minimum Q-value (corrected p-value) of reported binding events** - Minimum Q-value (corrected p-value) of reported binding events.
493 - **Minimum event fold-change vs scaled control** - Minimum event fold-change vs scaled control. 491 - **Minimum event fold-change vs scaled control** - Minimum event fold-change vs scaled control.
494 - **Run differential enrichment tests?** - Choose whether to run differential enrichment tests. 492 - **Run differential enrichment tests?** - Choose whether to run differential enrichment tests.
495 - **EdgeR over-dispersion parameter value** - EdgeR over-dispersion parameter value. 493 - **EdgeR over-dispersion parameter value** - EdgeR over-dispersion parameter value.
496 - **Minimum p-value for reporting differential enrichment** - Minimum p-value for reporting differential enrichment. 494 - **Minimum p-value for reporting differential enrichment** - Minimum p-value for reporting differential enrichment.
497
498 * **Output MultiGPS process log?** - Select "Yes" to produce a second output dataset that contains the MultiGPS process log.
499
500 </help> 495 </help>
501 <expand macro="citations" /> 496 <expand macro="citations" />
502 </tool> 497 </tool>