View source: R/get_meta_associations.R
get_meta_associations | R Documentation |
Get metadata associations with factor donor scores
get_meta_associations(container, vars_test, stat_use = "rsq")
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
vars_test |
character The names of meta variables to get associations for |
stat_use |
character Set to either 'rsq' to get r-squared values or 'pval' to get adjusted pvalues (default='rsq) |
The project container with a matrix of metadata associations with each factor in container$meta_associations.
test_container <- get_meta_associations(test_container, vars_test='lanes', stat_use='pval')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.