library(DGEobj)
library(DGE.Tools2)
library(JRTutil)
library(tidyverse)
d <- readRDS("./BDL_DGEobj.RDS")
ttl <- getType(d, "topTable")
x <- extractCol(ttl, "P.Value")
y <- topTable.merge(ttl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.