Infer metabolite production potential for each cell type based on enzyme expression patterns. Production potential reflects a cell type's capacity to synthesize and secrete metabolites for intercellular communication.
inferProduction(
object,
method = "combined",
mean_method = "arithmetic",
min_expression = 0,
min_pct = 0.1,
consider_degradation = TRUE,
consider_secretion = TRUE,
normalize = TRUE,
verbose = TRUE
)A scMetaLink object
Character. Scoring method: "mean", "proportion", or "combined"
Character. Method for calculating mean expression: "arithmetic" (standard mean) or "trimean" (more robust to outliers and dropout). Trimean is recommended for single-cell data with high dropout rates.
Numeric. Minimum expression threshold
Numeric. Minimum percentage of expressing cells (0-1)
Logical. Subtract degradation enzyme expression
Logical. Weight by secretion potential
Logical. Normalize scores across cell types
Logical. Print progress messages
Updated scMetaLink object with production_scores slot filled