BinDatasets | R Documentation |
Align Datasets through binning
BinDatasets(
seu,
split.by = "time.orig",
dims = 1:50,
coarse_cell_types = NULL,
sigtest_cell_types = NULL,
snn.reduction = "pca",
anchor_score_threshold = 0.5,
optim_quan.threshold = 0.1,
optim_k.unique = NULL,
verbose = F
)
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 |
coarse_cell_types |
Name of meta.data column containing cell type calls for binning. Each set of cell type calls will be binned separately. |
sigtest_cell_types |
Name of meta.data column containing the cell type labels to use for connectivity testing |
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 |
seuObj |
A seurat object |
A binned Seurat object with bin assignments in the "bins" column of the meta.data slot
seu <- BinDatasets(seu, split.by = "time")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.