Description Usage Arguments Value Author(s)
View source: R/project_query.R
Projects data from Seurat object onto a pre-computed PCA
1 2 3 4 5 6 7 8 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.