Description Usage Arguments Value
Integrates the data
1 2 3 4 5 |
anchorset |
Results from FindIntegrationAnchors |
new.assay.name |
Name for the new assay containing the integrated data |
features |
Vector of features to use when computing the PCA to determine the weights. Only set if you want a different set from those used in the anchor finding process |
features.to.integrate |
Vector of features to integrate. By default, will use the features used in anchor finding. |
dims |
Number of PCs to use in the weighting procedure |
k.weight |
Number of neighbors to consider when weighting |
weight.reduction |
Dimension reduction to use when calculating anchor weights. This can be either:
Note that, if specified, the requested dimension reduction will only be used for calculating anchor weights in the first merge between reference and query, as the merged object will subsequently contain more cells than was in query, and weights will need to be calculated for all cells in the object. |
sd.weight |
Controls the bandwidth of the Gaussian kernel for weighting |
sample.tree |
Specify the order of integration. If NULL, will compute automatically. |
preserve.order |
Do not reorder objects based on size for each pairwise integration. |
do.cpp |
Run cpp code where applicable |
eps |
Error bound on the neighbor finding algorithm (from |
verbose |
Print progress bars and output |
Returns a Seurat object with a new integrated Assay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.