pprocrustes: Projection Procrustes Analysis

View source: R/trace.R

pprocrustesR Documentation

Projection Procrustes Analysis

Description

Adapted from http://csg.sph.umich.edu/chaolong/LASER

Usage

pprocrustes(
  refPC_new,
  refPC,
  MAX_ITER = 10000,
  THRESHOLD = 1e-06,
  PROCRUSTES_SCALE = 0
)

Arguments

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

Value

Projection Procrustes Analysis results


Yi-Jiang/MethyGenotyper documentation built on Sept. 4, 2024, 12:47 p.m.