CiteSeqDimRedux.PCA | R Documentation |
Perform DimRedux on CiteSeq
CiteSeqDimRedux.PCA(
seuratObj,
assayName = "ADT",
print.plots = TRUE,
performClrNormalization = TRUE,
doUMAP = TRUE,
dimsToUse = NULL,
adtWhitelist = NULL,
adtBlacklist = NULL
)
seuratObj |
The seurat object |
assayName |
The name of the assay holding the ADT data. |
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 |
dimsToUse |
An optional vector of PCs to use in tSNE/UMAP |
adtWhitelist |
An optional vector of ADTs that will be included in PCA. If NULL, all will be used. |
adtBlacklist |
An optional vector of ADTs that will be excluded from PCA. If NULL, all will be used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.