SuperPC.Rd
Compute regression model using selected features.
SuperPC(
reference,
YY,
ncomp,
selectedFeat = NULL,
assayName = "logcounts",
regMethod = c("PCA", "PLS"),
center = TRUE,
scale = FALSE,
sparse = TRUE,
DRinfo = FALSE
)
SingleCellExperiment object. The reference
Resonse matrix
Integer. Number of components
Character. Vector containing selected feature names
Which assay in reference to use for prediction
Character. Regression method to use, either PCA or PLS.
Logic.
Logic. Scale the predictor matrix or not
Use sparse matrices or not.
Logic. Whether to return dimension reduction information from PCA or PLS. Disable to save memory.
A list containing regression input and output.