Data from single cell object v3.3 were used for this analysis. For code associated with this analysis, visit the PCA Explorer repository on the PanKbase Github.
Obtaining per-donor counts per million (CPM) matrices:
- Using the single cell object v3.3, raw counts were summed on a per-gene, per-donor basis.
- Counts were then normalized per-donor using CPM.
PCA analysis:
- PCA analysis was performed using the prcomp function in R with
scale = TRUE. - PCA results were merged with donor-level metadata to create plots in the PCA Explorer.