SDAToSeuratReduction | R Documentation |
This will store the SDA results as a reduction in the seurat object
SDAToSeuratReduction(
seuratObj,
sdaResults,
assayName = "RNA",
reduction.name = "sda",
reduction.key = "SDA_"
)
seuratObj |
A Seurat object. |
sdaResults |
The SDA results list |
assayName |
The source assay |
reduction.name |
The name used for this reduction |
reduction.key |
The key used for this reduction |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.