CiteSeqDimRedux.Dist | R Documentation |
Perform DimRedux on CiteSeq using euclidean distance
CiteSeqDimRedux.Dist(
seuratObj,
assayName = "ADT",
dist.method = "euclidean",
print.plots = TRUE,
performClrNormalization = TRUE,
doUMAP = TRUE
)
seuratObj |
The seurat object |
assayName |
The name of the assay holding the ADT data. |
dist.method |
The method, passed to dist() |
print.plots |
If true, QC plots will be printed |
performClrNormalization |
If true, Seurat's CLR normalization will be performed. Otherwise this expected data to be pre-normalized |
doUMAP |
If true, RunUMAP will be performed on the ADT distance matrix. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.