This function performs unsupervised PCA on each mixscape class separately and projects each subspace onto all cells in the data.
PrepLDA(
object,
de.assay = "RNA",
pc.assay = "PRTB",
labels = "gene",
nt.label = "NT",
npcs = 10,
verbose = TRUE,
logfc.threshold = 0.25
)
Returns a list of the first 10 PCs from each projection.
An object of class Seurat.
Assay to use for selection of DE genes.
Assay to use for running Principle components analysis.
Meta data column with target gene class labels.
Name of non-targeting cell class.
Number of principle components to use.
Print progress bar.
Limit testing to genes which show, on average, at least X-fold difference (log-scale) between the two groups of cells. Default is 0.25. Increasing logfc.threshold speeds up the function, but can miss weaker signals.