Mercurial > repos > pieterlukasse > primo_multiomics
comparison ontologyvis.xml @ 10:65850557aae9
small fixes
author | pieter.lukasse@wur.nl |
---|---|
date | Sat, 28 Mar 2015 15:35:23 +0100 |
parents | 89264646e458 |
children | a4c4656ad9e0 |
comparison
equal
deleted
inserted
replaced
9:89264646e458 | 10:65850557aae9 |
---|---|
43 marked as being part of one of the allowed subsets are added to the result list of entries."/> | 43 marked as being part of one of the allowed subsets are added to the result list of entries."/> |
44 | 44 |
45 <conditional name="sizing"> | 45 <conditional name="sizing"> |
46 <param name="sizingMethod" type="select" | 46 <param name="sizingMethod" type="select" |
47 label="Sizing" | 47 label="Sizing" |
48 help="How to size the ontology terms in the final output. See details in documentation below."> | 48 help="How to size the ontology terms. See details in documentation below."> |
49 <option value="simple" selected="true">Simple sizing</option> | 49 <option value="simple" selected="true">Simple sizing</option> |
50 <option value="quantification_based">Quantification based sizing</option> | 50 <option value="quantification_based">Quantification based sizing</option> |
51 </param> | 51 </param> |
52 <when value="quantification_based"> | 52 <when value="quantification_based"> |
53 <param name="circleSizeScale" type="select" | 53 <param name="circleSizeScale" type="select" |
54 label="Circle sizes scale" | 54 label="Circle sizes scale" |
55 help="How to adjust the circle sizes according to the quantification value."> | 55 help="How to adjust the circle sizes according to the quantification value."> |
56 <option value="2" selected="true">log2</option> | 56 <option value="2" selected="true">log2</option> |
57 <option value="10" selected="true">log10</option> | 57 <option value="10" selected="true">log10</option> |
58 <option value="-1" >None</option> | 58 <option value="99" >None</option> |
59 </param> | 59 </param> |
60 </when> | 60 </when> |
61 <when value="simple"> | 61 <when value="simple"> |
62 </when> | 62 </when> |
63 </conditional> | 63 </conditional> |