TRACE | R Documentation |
Adapted from http://csg.sph.umich.edu/chaolong/LASER
TRACE(
refGeno,
studyGeno,
MIN_LOCI = 100,
DIM = 4,
DIM_HIGH = 20,
MAX_ITER = 10000,
THRESHOLD = 1e-06,
cpu = 1
)
refGeno |
A matrix of genotypes of reference individuals. Provide probes as rows and samples as columns. |
studyGeno |
A matrix of genotypes of study samples. Provide probes as rows and samples as columns. |
MIN_LOCI |
Minimum number of non-missing loci required |
DIM |
Number of PCs in the reference to match |
DIM_HIGH |
Number of PCs for sample-specific PCA |
MAX_ITER |
Maximum iterations for the projection Procrustes analysis |
THRESHOLD |
Convergence criterion for the projection Procrustes analysis |
cpu |
Number of CPU. |
A list containing
refPC |
Top PCs in the reference |
studyPC |
Top PCs in study samples |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.