powered by
Compute gene-factor associations using univariate linear models
get_lm_pvals(container, n.cores = container$experiment_params$ncores)
The project container with a vector of adjusted p-values for the gene-factor associations in container$gene_score_associations.
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses
Number of cores to use (default = container$experiment_params$ncores)
test_container <- get_lm_pvals(test_container, n.cores=1)
Run the code above in your browser using DataLab