comparison cytosine_report_to_bedgraph/cytosine_report_to_bedgraph.xml @ 5:ee5badb527cd draft default tip

Uploaded
author charles-bernard
date Wed, 16 Nov 2016 06:38:59 -0500
parents b03e31cab4a6
children
comparison
equal deleted inserted replaced
4:e989fc4b1b76 5:ee5badb527cd
88 <data name="coverage_tdf" format="tdf" label="${tool.name} on ${on_string}: Coverage (tdf)" > 88 <data name="coverage_tdf" format="tdf" label="${tool.name} on ${on_string}: Coverage (tdf)" >
89 <filter>tdf['tdf_selector'] is True</filter> 89 <filter>tdf['tdf_selector'] is True</filter>
90 </data> 90 </data>
91 </outputs> 91 </outputs>
92 92
93 <tests></tests> 93 <tests><!--TO DO --></tests>
94 94
95 <help> 95 <help>
96 <![CDATA[ 96 <![CDATA[
97 97
98 **What it does** 98 **What it does**
99 99
100 | This tool takes as input a genome-wide cytosine methylation report (generated by the tool *Bismark Meth. Extractor*) and converts it into a bedGraph for each cytosine context (CpG, CHG and CHH). 100 | This tool takes as input a genome-wide cytosine methylation report (generated by the tool *Bismark Meth. Extractor*) and converts it into a bedGraph for each cytosine context (CpG, CHG and CHH).
101 | These bedGraphs display, for a given context, the ratio of methylation of each covered cytosine in the genome. 101 | These bedGraphs display, for any given context, the ratio of methylation of each covered cytosine in the genome.
102 | 102 |
103 | It also produces a bedGraph displaying the coverage count of each cytosine in the genome (non-covered cytosine are ignored). 103 | It also produces a bedGraph displaying the coverage count of each cytosine in the genome (non-covered cytosine are ignored).
104 | 104 |
105 105
106 .. class:: infomark 106 .. class:: infomark
107 107
108 | The tool outputs offer the possibility to vizualise the methylation signal of covered cytosines thanks to softwares like IGV (*Integrative Genomics Viewer*). 108 | The tool outputs offer the possibility to vizualise the methylation signal of covered cytosines thanks to softwares like IGV (*Integrative Genomics Viewer*).
109 | In this respect, the tool can optionally generate a tdf binary file (*Tiled Data Format*) from each converted bedGraph. Tdf format is indeed better handled by IGV than bedGraph. 109 | In this respect, the tool can optionally generate a tdf binary file (*Tiled Data Format*) from each converted bedGraph ; tdf format is indeed better handled by IGV than bedGraph.
110 ]]> 110 ]]>
111 </help> 111 </help>
112 </tool> 112 </tool>