#' example_DEET_enrich_input
#'
#' Exon-level DEGs of HAoEC after TNFa treatment for 45 mins
#' from Alizada et al., 2021. Object is a data.frame with columns
#' "gene_symbol" "padj" and "coef", which in this case is the
#' log2Fold-change of differential expression.
#'
#'
#' @rdname example_DEET_enrich_input
#' @name example_DEET_enrich_input
#'
#' @usage data(example_DEET_enrich_input)
#'
#' @format A data frame with three columns. Rows are genes and it's
#' populated by the gene symbol, padj of gene expression, and coef (log2Fold-change).
#'
#' @examples
#' data(example_DEET_enrich_input)
#' @keywords datasets
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.