Mercurial > repos > greg > ideas
changeset 36:859687afe7bc draft
Uploaded
author | greg |
---|---|
date | Tue, 22 Aug 2017 11:22:09 -0400 |
parents | b287aae59e1d |
children | 9298fd6e7443 |
files | ideas.xml |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ideas.xml Tue Aug 22 11:09:28 2017 -0400 +++ b/ideas.xml Tue Aug 22 11:22:09 2017 -0400 @@ -168,7 +168,10 @@ <when value="no"/> <when value="yes"/> </conditional> - <param name="reads_per_bp" type="integer" value="1" min="1" max="8" label="Number of reads per base pair for calculating the average signal in each genomic window"/> + <param name="reads_per_bp" type="select" display="radio" label="Calculate the average signal in each genomic window using"> + <option value="6" selected="true">mean</option> + <option value="8">max</option> + </param> <param name="blacklist_input" type="data" format="bed" optional="True" multiple="True" label="Select file(s) containing regions to exclude"/> <conditional name="standardize_datasets_cond"> <param name="standardize_datasets" type="select" display="radio" label="Standardize all datasets"> @@ -240,6 +243,7 @@ **Other options** * **Output chromosomes in seperate files** - select "Yes" to produce seperate files for each chromosome, allowing you to run IDEAS on different chromosomes separately. +* **Calculate the average signal in each genomic window using** - use the bigWigAverageOverBed utility from the UCSC genome browser to calculate average signal (number of reads per bp) in each genomic window. * **Select file(s) containing regions to exclude** - select one or more bed files that contains regions you'd like excluded from your datasets. * **Standardize all datasets** - select "Yes" to standardize all datasets (e.g., reads / total_reads * 20 million) so that the signals from different cell types become comparable - your datasets can be read counts, logp-values or fold change.