View source: R/run_jackstraw.R
get_lm_pvals | R Documentation |
Compute gene-factor associations using univariate linear models
get_lm_pvals(container, n.cores = container$experiment_params$ncores)
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
n.cores |
Number of cores to use (default = container$experiment_params$ncores) |
The project container with a vector of adjusted p-values for the gene-factor associations in container$gene_score_associations.
test_container <- get_lm_pvals(test_container, n.cores=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.