Skip to contents

Set a score value for a given integration and a given score name. If they don't exist yet, they are created though AddMiscIntegrations and AddMiscScores respectively.

Usage

SetMiscScore(object, integration, score.name, score.value, ...)

Arguments

object

a Seurat object

integration

the name of the integration for which the score was computed.

score.name

the name of the computed score

score.value

the value of the score

...

additional parameter to pass to AddMiscScores. Has no effect if the score slot is already present in the tibble. Otherwise, enable to pass the class argument to specify the class of the score slot to create.

Value

the Seurat object with updated table of scores.