Projects data from Seurat object onto a pre-computed PCA
project_query( new, reference, max.iter.harmony = 20, recompute_alignment = TRUE, seed = 66, ... )
| new | A Seurat object containing cells to be projected |
|---|---|
| reference | A |
| max.iter.harmony | Maximum number of rounds to run Harmony. One round of Harmony involves one clustering and one correction step. |
| recompute_alignment | Recompute alignment? Useful if |
| seed | Numeric seed for harmony |
| ... | Further arguments to |
A Seurat object with two new reductions:
scpred: Aligned data using harmony
scpred_projection: Raw projection using reference loadings
José Alquicira Hernández