sgkit.variables.sample_pca_projection_spec#

sgkit.variables.sample_pca_projection_spec = ArrayLikeSpec(default_name='sample_pca_projection', __doc__='Projection of samples onto principal axes. This array is commonly\nreferred to as "scores" or simply "principal components (PCs)" for a set of samples.', kind='f', ndim=2, dims=('samples', 'components'))#

Projection of samples onto principal axes. This array is commonly referred to as “scores” or simply “principal components (PCs)” for a set of samples.