Learn R Programming

monocle3 (version 1.0.0)

plot_pc_variance_explained: Plots the percentage of variance explained by the each component based on PCA from the normalized expression data determined using preprocess_cds.

Description

Plots the percentage of variance explained by the each component based on PCA from the normalized expression data determined using preprocess_cds.

Usage

plot_pc_variance_explained(cds)

Arguments

cds

cell_data_set of the experiment.

Value

ggplot object.

Examples

Run this code
# NOT RUN {
cds <- load_a549()
cds <- preprocess_cds(cds)
plot_pc_variance_explained(cds)
# }

Run the code above in your browser using DataLab