Class: PValue

jheatmap.aggregators.PValue

new PValue

PValue aggregator

Parameters:
Name Type Argument Default Description
p.cutoff number <optional>
0.05 Significance cutoff
Source:
  • ../js/jheatmap-1.0.0.js, line 1299
Example
new jheatmap.aggregators.PValue({ cutoff: 0.01 });

Methods

accumulate

accumulates all the values

Parameters:
Name Type Description
values Array The values to accumulate
Source:
  • ../js/jheatmap-1.0.0.js, line 1308