knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
#library(devtools) #devtools::install_github("laurabiggins/runGOA") #library(runGOA) devtools::load_all()
mouse_results <- overrep_test(mouse_categories, genes_1, max_genes_in_category = 100) mouse_tibble <- tibble::as_tibble(mouse_results, rownames = "category") mouse_tibble
mouse_results <- overrep_test(mouse_categories, genes_1, return_genes = TRUE) mouse_tibble <- tibble::as_tibble(mouse_results, rownames = "category") mouse_tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.