AlignDatasets | R Documentation |
Align Datasets through binning
AlignDatasets(
seuObj,
split.by = "time.orig",
dims = 1:50,
snn.reduction = "pca",
anchor_score_threshold = 0.5,
optim_quan.threshold = 0.1,
optim_k.unique = 6,
verbose = F
)
seuObj |
A seurat object |
split.by |
Name of meta.data column containing the factor by which the dataset will be split |
dims |
Dimensions of reduction to use as input for neighbor graph calculation |
snn.reduction |
Name of reduction used as input to building the SNN |
anchor_score_threshold |
Anchor pairs scoring below this threshold will be discarded. |
optim_quan.threshold |
Percentage of poor connectivity bins to remove on each iteration of connectivity optimization |
optim_k.unique |
Mean number of datasets represented in each bin at which connectivity optimization will be considered complete |
A binned Seurat object with bin assignments in the "bins" column of the meta.data slot
seu <- AlignDatasets(seu, split.by = "time")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.