pprocrustes | R Documentation |
Adapted from http://csg.sph.umich.edu/chaolong/LASER
pprocrustes(
refPC_new,
refPC,
MAX_ITER = 10000,
THRESHOLD = 1e-06,
PROCRUSTES_SCALE = 0
)
refPC_new |
Top PCs in the combination of reference samples and one study sample |
refPC |
Top PCs in the reference samples |
MAX_ITER |
Maximum iterations for the projection Procrustes analysis |
THRESHOLD |
Convergence criterion for the projection Procrustes analysis |
PROCRUSTES_SCALE |
Fit the scaling parameter to maximize similarity |
Projection Procrustes Analysis results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.