Perform CCA (using PMA package or otherwise) on two samples
quickCCA(
r.n,
data.type = "counts",
ncomps = 100,
n.odgenes = NULL,
var.scale = TRUE,
verbose = TRUE,
PMA = FALSE,
score.component.variance = FALSE
)
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=100)
numeric Number of overdispersed genes to take from each dataset
boolean Whether to scale variance (default=TRUE)
boolean Whether to be verbose (default=TRUE)
boolean Whether to score component variance (default=FALSE)