Use space of combined sample-specific PCAs as a space
quickPlainPCA(
r.n,
data.type = "counts",
ncomps = 30,
n.odgenes = NULL,
var.scale = TRUE,
verbose = TRUE,
score.component.variance = FALSE,
n.cores = 1
)
PCA projection, using space of combined sample-specific PCAs
list of pagoda2 objects
character Type of data type in the input pagoda2 objects within r.n (default='counts')
numeric Number of components to calculate (default=30)
numeric Number of overdispersed genes to take from each dataset (default=NULL)
boolean Whether to scale variance (default=TRUE)
boolean Whether to be verbose (default=TRUE)
boolean Whether to score component variance (default=FALSE)
numeric Number of cores to use (default=1)