avg_highd_data: Create a tibble with averaged high-dimensional data

View source: R/highd.R

avg_highd_dataR 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)


quollr documentation built on Aug. 8, 2025, 6:08 p.m.