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.
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 theclass
argument to specify the class of the score slot to create.