Your cart is empty.
What is it? Principle Component Analysis (PCA) transforms high-dimensional data into a lower-dimensional structure to improve data presentation, pattern recognition, and analysis. PCA determines which dimensions will result in the largest variability of measurements (e.g., expression of specific proteins) across all samples. It does not separate the different groups from each other as the method is unsupervised.
When is it used? This analysis is used when 1) there are a lot of variables to consider (e.g., expression of thousands of proteins), and 2) you want to ensure that the transformed measurements are independent of each other. PCA can help discover relationships between biomarkers that may not be intuitive.
How does it work?
PCA Analysis: Example
We analyze the protein profile of 1,000 proteins of 4 healthy patients and 4 cancer patients using an antibody-based microarray. This represents high-dimensional data since each sample is characterized by 1,000 variables (or biomarkers). Put another way, the sample point is located in a 1,000 dimension space. We want to find the biomarkers that are the most variable across the samples. We hope that, by doing so, we will be able to identify patterns (i.e., biomarkers that are expressed differently in healthy and diseased patients).

Figure 1. An example of centering and transforming PC data. A) Scatter plot of one PC versus another. B) Data is centered. C) Axes are transformed to align with the directions of maximum variance.

Figure 2. PCA plot of 1,000 biomarkers among 4 healthy (blue) and diseased (pink) patients. The weighted PCs separate the two groups visually along PC1 and PC2.
What does the data look like? PCA analyses are represented as 1) a figure (like Figure 2) or 2) a table listing the first few PCs. Biomarkers that were weighted the most can be considered as potential biomarkers for follow-up validation studies. Since biology is complicated and we still have a lot to learn, PCA analysis may not identify variables that are intuitive.