AddCustomScore: AddCustomScore

View source: R/gruffi.R

AddCustomScoreR Documentation

AddCustomScore

Description

Add a custom gene expression score from a set of genes provided to the Seurat single cell object. Calculates Score for gene set. Fixes name.

Usage

AddCustomScore(
  obj = combined.obj,
  genes = "",
  assay.use = "RNA",
  FixName = TRUE
)

Arguments

obj

Seurat single cell object, Default: combined.obj

genes

Charcter vector of genes, Default: ""

assay.use

Which assay to use for getting the genes? Default: 'RNA'.

FixName

Shall trailing "1" ar the end of the new column name be removed? Default: TRUE

See Also

AddModuleScore


jn-goe/gruffi documentation built on Nov. 7, 2024, 10:38 p.m.