View source: R/Shiny_DE_viz_3.R
Shiny_DE_viz | R Documentation |
R shiny app for visualizing DE analysis
Shiny_DE_viz(DEseq2_export = NULL)
DEseq2_export |
R object generated by DEseq2_export function |
a shiny object for network visualization.
a shiny UI and server for visualization.
Example_Hotgenes_dir<-system.file("extdata",
"Example_Hotgenes.Rdata",
package = "Hotgenes", mustWork = TRUE)
load(Example_Hotgenes_dir)
if(interactive()){
Shiny_DE_viz(Example_Hotgenes)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.