calculate_post | R Documentation |
Finish calculating overlap statistics
calculate_post(stats_pre, input_size, universe)
stats_pre |
value from |
input_size |
number of genes in input |
universe |
number of genes in universe |
tibble: overlap statistics
## Not run: anno <- E.PATH::annotations data <- E.PATH::database input <- process_input_text("FCN1 0.1 FTL 0.8 CLU 0.05") calc_pre <- calculate_pre(input, anno$annos, anno$gs_annos, data$gs_genes) calc <- calculate_post(calc_pre$stats_pre, nrow(input), 10000) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.