- TapestriExperiment
TapestriExperiment object
- alt.exp
Character, altExp to use, NULL uses top-level/main experiment. Default "alleleFrequency".
- assay
Character, assay to use. NULL (default) uses first-indexed assay.
- sd.min.threshold
Numeric, minimum threshold for allelefreq.sd. Increase to run PCA on fewer, more variable dimensions. Set to NULL if not using for alleleFrequency slot. Default NULL.
- center
Logical, if TRUE (default), variables are shifted to be zero centered. See stats::prcomp().
- scale.
Logical,if TRUE (default), variables are scaled to have unit variance prior to PCA. See stats::prcomp().