Description Usage Arguments Value
View source: R/seuratFunctions.R
seuratIntegration A wrapper function to Seurat Batch-Correction/Integration workflow.
1 2 3 4 5 6 7 8 9 10 | seuratIntegration(
inSCE,
useAssay = "counts",
batch,
newAssayName = "SeuratIntegratedAssay",
kAnchor,
kFilter,
kWeight,
ndims = 10
)
|
inSCE |
Input |
useAssay |
Assay to batch-correct. |
batch |
Batch variable from |
newAssayName |
Assay name for the batch-corrected ouput assay. |
kAnchor |
Number of neighbours to use for finding the anchors in the FindIntegrationAnchors function. |
kFilter |
Number of neighbours to use for filtering the anchors in the FindIntegrationAnchors function. |
kWeight |
Number of neighbours to use when weigthing the anchors in the IntegrateData function. |
ndims |
Number of dimensions to use. Default |
A SingleCellExperiment
object that contains the batch-corrected assay inside the altExp
slot of the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.