add_logfc | R Documentation |
Compute log2(fold-change)
based on the effect size.
add_logfc(results, effect_var = "estimate", force_new = FALSE)
results |
The cell type-phenotype enrichment results generated by gen_results and merged together with merge_results |
effect_var |
Name of the effect size column in the |
force_new |
Force the creation of a new |
results = load_example_results()[seq(5000)]
add_logfc(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.