knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
suppressPackageStartupMessages({ library(cancersea) library(tibble) })
data("available_pathways") available_pathways
Note that genes are only those positively associated with each pathway (ie upregulated).
data("angiogenesis") angiogenesis
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.