Perform CCA
dot-cca.RdThis function takes either two matrices or two SVDs. Both input_1
and input_2 must be "of the same type." Calls the .compute_cca_aggregate_matrix function.
Arguments
- input_1
first input
- input_2
second input
- dims_1
desired latent dimensions of data matrix 1. Only used if
input_1is a matrix, not if it's a list representing the SVD- dims_2
desired latent dimensions of data matrix 2. Only used if
input_2is a matrix, not if it's a list representing the SVD- return_scores
boolean. If
TRUE, return the scores (i.e., matrices where the rows are the cells). IfFALSE, return the loadings (i.e., matrices where the rows are the variables). Either way, one of the output matrices will haverank_1columns and another will haverank_2columns- tol
small numeric