getFeatWindows: Get feature windows

View source: R/Seurat_based.R

getFeatWindowsR Documentation

Get feature windows

Description

This function generates feature windows for a given feature and groups in a Seurat object.

Usage

getFeatWindows(SerObj, feat, group.by)

Arguments

SerObj

A Seurat object.

feat

A character vector representing the feature name.

group.by

A character vector representing the group to use for grouping the data.

Value

A list with two elements:

winDF

A table with the counts of cells falling into each window, for each group.

vlines

A numeric vector with the vertical lines representing the boundaries of each window.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.