| getSignName | R Documentation | 
Get the significantly changed genes, returning IDs of up and down-regulated genes separately in a list.
getSignName(x, p, l = 0)
x: | 
 object of results(dds)  | 
p: | 
 p-adj cutoff to use  | 
l: | 
 log2(fc) cutoff to use  | 
test <- results(dds,contrast = c("condition","genex-KO","WT"))
sign <- getSign(x = test, p = 0.01, l = 0.5)
up <- sign$up
down <- sign$down
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.