Skip to content

Commit

Permalink
aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaof committed Mar 1, 2019
1 parent 5d2d73a commit c77d28b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/datahub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Example HiC track
}
Example cool track
-----------------
------------------

.. code-block:: json
Expand Down Expand Up @@ -306,7 +306,7 @@ type
name
~~~~

*Requried*. ``name`` specifies the track name used internally by the browser. It is also
*Requried*. ``name`` specifies the track name used internally by the browser. It is also
displayed as the track legend if no label_ speficied. Value can be any string.

label
Expand Down Expand Up @@ -475,3 +475,11 @@ displayMode
- *arc*, *heatmap*
* - genomealign
- *rough*, *fine*

aggregateMethod
^^^^^^^^^^^^^^^

At high zoom-out level when 1 on-screen pixel spans >1bp, the underlying track data needs to be
summarized into a single value for browser display.
``aggregateMethod`` is used to control how the data is summarized. Supported values include:
``MEAN``, ``SUM``, ``COUNT``, ``MAX``, ``MIN``. Default value is ``MEAN``.

0 comments on commit c77d28b

Please sign in to comment.