joinWithPca | R Documentation |
These functions add dimensional reduction results in form of additional variables to the provided spata data.frame.
joinWithPca(object, spata_df, n_pcs = NULL, verbose = NULL, force = FALSE, ...)
joinWithTsne(object, spata_df, verbose = NULL, force = FALSE, ...)
joinWithUmap(object, spata_df, verbose = NULL, force = FALSE, ...)
object |
An object of class |
n_pcs |
Numeric value or |
verbose |
Logical. If (Warning messages will always be printed.) |
force |
Logical. Only relevant if the spata data.frame provided already contains the variables that would be added with the function. If set to TRUE, the variables are added anyway. |
... |
Addtional arguments given to |
The input data.frame with the additional dimensional reduction variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.