calculate_pre | R Documentation |
Begin calculating overlap statistics
calculate_pre(input, annos, gs_annos, gs_genes)
input |
output of |
annos |
value from |
gs_annos |
value from |
gs_genes |
value from |
stats_pre
tibble: overlap statistics (incomplete)
matches
list: names: annotations vector: matched genes
## 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) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.