comparison hilbertvis.xml @ 2:e545f2d6795d draft default tip

Uploaded tool help images.
author devteam
date Tue, 03 Jun 2014 15:25:27 -0400
parents de1d3f4e5277
children
comparison
equal deleted inserted replaced
1:de1d3f4e5277 2:e545f2d6795d
76 HilbertVis uses the Hilbert space-filling curve to visualize the structure of 76 HilbertVis uses the Hilbert space-filling curve to visualize the structure of
77 position-dependent data. It maps the traditional one-dimensional line 77 position-dependent data. It maps the traditional one-dimensional line
78 visualization onto a two-dimensional square. For example, here is a diagram 78 visualization onto a two-dimensional square. For example, here is a diagram
79 showing the path of a level-2 Hilbert curve. 79 showing the path of a level-2 Hilbert curve.
80 80
81 .. image:: ${static_path}/images/hilbertvisDiagram.png 81 .. image:: hilbertvisDiagram.png
82 82
83 The shade of each pixel represents the value for the corresponding bin of 83 The shade of each pixel represents the value for the corresponding bin of
84 consecutive genomic positions, calculated according to the specified 84 consecutive genomic positions, calculated according to the specified
85 summarization mode. The pixels are arranged so that bins that are close 85 summarization mode. The pixels are arranged so that bins that are close
86 to each other on the data vector are represented by pixels that are close 86 to each other on the data vector are represented by pixels that are close
100 100
101 **Examples** 101 **Examples**
102 102
103 Here are some examples from the HilbertVis homepage, using ChIP-Seq data. 103 Here are some examples from the HilbertVis homepage, using ChIP-Seq data.
104 104
105 .. image:: ${static_path}/images/hilbertvis1.png 105 .. image:: hilbertvis1.png
106 106
107 ----- 107 -----
108 108
109 .. image:: ${static_path}/images/hilbertvis2.png 109 .. image:: hilbertvis2.png
110 110
111 ----- 111 -----
112 112
113 **Reference** 113 **Reference**
114 114