get_model_formula: Extract model formula from model string

View source: R/utils.R

get_model_formulaR Documentation

Extract model formula from model string

Description

Helper function to convert model string (with 'y' prefix) to formula object

Usage

get_model_formula(model_str)

Arguments

model_str

Model string with 'y' prefix (e.g., 'y ~ log_umi')

Value

Formula object without 'y' prefix


sctransform documentation built on Jan. 10, 2026, 9:17 a.m.