This function takes an object of class iCellR and runs CCA using Seurat.
run.cca(
x = NULL,
top.vari.genes = 1000,
cc.number = 30,
dims.align = 1:20,
normalize.data = TRUE,
scale.data = TRUE,
normalization.method = "LogNormalize",
scale.factor = 10000,
display.progress = TRUE
)
An object of class iCellR.
An object of class iCellR.
Chose top genes to use for CCA, default = 1000.
Choose a number, default = 30.
Choose the CCA dimentions to align, default = 1:20.
TRUE or FALSE, default = TRUE.
TRUE or FALSE, default = TRUE.
Choose a method, default = "LogNormalize".
Scaling factor, default = 10000.
Show progress, default = TRUE.