plot_pcfactor | R Documentation |
This should make a quick df of the factors and PCs and plot them.
plot_pcfactor(pc_df, expt, exp_factor = "condition", component = "PC1")
pc_df |
Df of principle components. |
expt |
Expt containing counts, metadata, etc. |
exp_factor |
Experimental factor to compare against. |
component |
Which principal component to compare against? |
Plot of principle component vs factors in the data
[ggplot2]
## Not run:
estimate_vs_pcs <- plot_pcfactor(pcs, times)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.