downsample_heatmap | R Documentation |
Combine rows to speed up rendering of large heatmaps
downsample_heatmap(
tidy_data,
value_var,
design,
max_display_features = 1000,
verbose = TRUE
)
tidy_data |
The data frame from a |
value_var |
which variable in "measurements" to use for quantification. |
design |
a list summarizing the design of the tidy dataset |
max_display_features |
aggregate and downsample distinct feature to this number to speed to up heatmap rendering. |
verbose |
extra reporting messages |
tidy_data with rows collapsed if the number of distinct features is
greater than max_display_features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.