plot_dscore_enr | R Documentation |
Compute enrichment of donor metadata categorical variables at high/low factor scores
plot_dscore_enr(container, factor_use, meta_var)
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
factor_use |
numeric The factor to test |
meta_var |
character The name of the metadata variable to test |
A cowplot figure of enrichment plots.
fig <- plot_dscore_enr(test_container, factor_use=1, meta_var='lanes')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.