Prepare an object list that has been run through SCTransform for integration
PrepSCTIntegration(
object.list,
assay = NULL,
anchor.features = 2000,
sct.clip.range = NULL,
verbose = TRUE
)
A list of objects to prep for integration
Name or vector of assay names (one for each object) that correspond to the assay that SCTransform has been run on. If NULL, the current default assay for each object is used.
Can be either:
A numeric value. This will call SelectIntegrationFeatures
to select the provided number of features to be used in anchor finding
A vector of features to be used as input to the anchor finding process
Numeric of length two specifying the min and max values the Pearson residual will be clipped to
Display output/messages
An object list with the scale.data
slots set to the anchor
features