plot_pc_variance_explained | R Documentation |
Plots the fraction of variance explained by the each component based on PCA from the normalized expression data determined using preprocess_cds. This is the fraction of the component variance relative to the variance of the components retained in the PCA; not the total variance.
plot_pc_variance_explained(cds)
cds |
cell_data_set of the experiment. |
ggplot object.
cds <- load_a549()
cds <- preprocess_cds(cds)
plot_pc_variance_explained(cds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.