Individuals

Allows user to investigate how the individuals contribute to the principal component analysis (PCA).

This sub-tab focuses on the results for the individual samples (observations, rows) in your dataset within the principal component analysis. It helps you visualize how your samples are positioned in the reduced PCA space and understand their relationships based on the principal components.

This section within the Individuals sub-tab provides scatter plots visualizing your individual samples (rows) in the reduced principal component space. These plots help identify sample clusters, outliers, and relationships based on the principal components.

(Note: While sometimes referred to generally, the term "correlation circle" specifically applies to the plot of variables. The plots below show individuals positioned by their PC scores.)

Available Plots

  1. Individuals Plot (Colored by Quality/cos2):

    • What it shows: A scatter plot where each point represents an individual sample. The X-axis is typically PC1, and the Y-axis is PC2 (though you can change this in the setup). Points are positioned based on their scores on these PCs.

    • How to read it:

      • Position: Samples close to each other in the plot have similar profiles across the selected principal components.

      • Color (cos2): The color of each point indicates its quality of representation (cos2) on the plotted dimensions. Warmer colors (e.g., red/orange) usually mean higher quality (the sample's variance is well captured by these PCs), while cooler colors (e.g., blue/green) mean lower quality. Points with high cos2 are reliably positioned; points with low cos2 might be better represented in other dimensions.

      • Distance from Origin: Similar to variables, individuals further from the origin generally have a stronger signal or variance captured by the plotted PCs (often correlated with higher cos2).

    Individuals scatter plot colored by cos2
  2. Grouped Individuals Plot:

    • What it shows: The same scatter plot as above, but points are colored and/or shaped based on the Grouping Variable you selected during the PCA setup (e.g., treatment group, cell type).

    • How to read it:

      • Groups: Visually assess if samples belonging to the same group cluster together. Clear separation between groups suggests the principal components capture variance related to that grouping factor.

      • Ellipses: Often, concentration or confidence ellipses are drawn around each group.

        • Concentration Ellipses: Show the general spread of points within a group (e.g., covering ~95% of the points assuming multivariate normality).

        • Confidence Ellipses: Represent the confidence interval for the mean of each group. Non-overlapping confidence ellipses suggest a statistically significant difference between the group means along the plotted dimensions. (You can toggle ellipses on/off in the setup).

    Individuals scatter plot colored by grouping variable with ellipses
  3. Biplot:

    • What it shows: This powerful plot overlays the Variables Plot (arrows) onto the Individuals Plot (points, usually grouped). It allows you to visualize the relationship between samples, variables, and principal components simultaneously.

    • How to read it:

      • Points (Individuals): Interpret as in the Grouped Individuals Plot (position based on PC scores, color/shape by group).

      • Arrows (Variables): Interpret as in the Variables Plot (direction shows correlation with PCs and other variables, length relates to quality/contribution). Arrow colors often indicate contribution or quality.

      • Combined Interpretation: You can infer why individuals or groups are positioned where they are. For example, if a group of samples is located in the top-right quadrant, look for variable arrows also pointing strongly in that direction – those variables likely have high values in that sample group. Similarly, samples positioned opposite to a variable arrow likely have low values for that variable.

      • Ellipses: Show group distributions for the individuals, as in the Grouped plot.

    PCA Biplot showing individuals (points) and variables (arrows)

Last updated

Was this helpful?