summarize_overlapping_rows: Summarize rows that have overlapping coordinates

View source: R/utils.R

summarize_overlapping_rowsR Documentation

Summarize rows that have overlapping coordinates

Description

Summarize rows that have overlapping coordinates

Usage

summarize_overlapping_rows(
  df = NULL,
  x = "x",
  y = "y",
  FUN = mean,
  breaks = 1000
)

Arguments

df

Data.frame

x

Column key

y

Column key

FUN

Function to summarize by

decimals

Integer of decimals to round to

Value

Data.frame


OliverDietrich/SeuratHelper documentation built on Jan. 20, 2024, 2:57 a.m.