This module allow to add additional annotations to differential analysis result files and create files in TSV, ODS or XLSX formats.
This module works like the expression annotation module and will process all the files in output directory that matches with
the diffana_*.tsv
pattern.
IDs can be linked with a hypertext link with ods and xlsx outputs. For more information check the hypertext link subsection in the expression annotation module page.
use.additional.annotation.file
is set to false)Parameter | Type | Default value | Description |
---|---|---|---|
use.additional.annotation.file | boolean | true | Set if an additional annotation file must be used. |
output.format | string | tsv | One or more format name for the output separated by a comma. |
files | string | diffana_*.tsv | A Glob expression to select the files to convert. |
output.prefix | string | step Id | The prefix of the output files. |
<!-- Additional annotation for differential analysis --> <step skip="false"> <module>diffanaresultsannotation</module> <parameters> <parameter> <name>output.format</name> <value>xlsx</value> </parameter> </parameters> </step>