`r logo_path <- system.file("extdata", "logo.png", package = "pathfindR"); knitr::opts_chunk$set(out.width="15%"); knitr::include_graphics(logo_path)` pathfindR - All Enriched Terms

knitr::opts_chunk$set(echo = TRUE)
result_df <- params$df
result_df$lowest_p <- format(result_df$lowest_p, digits = 2)
result_df$highest_p <- format(result_df$highest_p, digits = 2)

create_link <- function(text, link)
  return(paste0("[", text, "]", "(", link, ")"))

knitr::kable(result_df, align = "c", table.caption.prefix ="")


Try the pathfindR package in your browser

Any scripts or data that you put into this service are public.

pathfindR documentation built on April 3, 2025, 9:25 p.m.