Display PCA scree plot, which shows contribution of all the computed components.
draw_pca_scree(pca)
PCA data obtained from the compute_pca function.
data("abiotic_stresses")
pca <- compute_pca(abiotic_stresses$normalized_counts)
draw_pca_scree(pca)