R/example_DEET_enrich_input.R

#' 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

Try the DEET package in your browser

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

DEET documentation built on June 26, 2024, 5:08 p.m.