powered by
Get metadata associations with factor donor scores
get_meta_associations(container, vars_test, stat_use = "rsq")
The project container with a matrix of metadata associations with each factor in container$meta_associations.
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses
character The names of meta variables to get associations for
character Set to either 'rsq' to get r-squared values or 'pval' to get adjusted pvalues (default='rsq)
test_container <- get_meta_associations(test_container, vars_test='lanes', stat_use='pval')
Run the code above in your browser using DataLab