Skip to contents

AddMiscIntegrations: Add integration(s) slot(s) to the score tibble (or make sure they are in it). This enables to save their scores later.

AddMiscScores: Add score(s) slot(s) to the score tibble (or make sure they are in it). This enables to save them later.

Usage

AddMiscIntegrations(object, which)

AddMiscScores(object, which, class = "numeric")

Arguments

object

a Seurat object

which

the name of the new integration(s) or score(s)

class

the class of the column, such as 'numeric' (default). For instance, cell cycle conservation scores are 'list' and LISI scores are 'numeric_lisi'.

Value

the Seurat object with updated table of scores.