powered by
This function calculates the average values of high-dimensional data within each hexagonal bin.
avg_highd_data(highd_data, scaled_nldr_hexid)
A tibble with the average values of the high-dimensional data within each hexagonal bin.
A tibble that contains the high-dimensional data.
A tibble that contains the scaled embedding with hexagonal bin IDs.
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)
Run the code above in your browser using DataLab