avg_highd_data {quollr} | R Documentation |
Create a tibble with averaged high-dimensional data
Description
This function calculates the average values of high-dimensional data within each hexagonal bin.
Usage
avg_highd_data(highd_data, scaled_nldr_hexid)
Arguments
highd_data |
A tibble that contains the high-dimensional data. |
scaled_nldr_hexid |
A tibble that contains the scaled embedding with hexagonal bin IDs. |
Value
A tibble with the average values of the high-dimensional data within each hexagonal bin.
Examples
umap_with_hb_id <- scurve_model_obj$hb_obj$data_hb_id
avg_highd_data(highd_data = scurve, scaled_nldr_hexid = umap_with_hb_id)
[Package quollr version 0.3.7 Index]