View source: R/Hotgenes2GeneSet.R
Hotgenes2GeneSet | R Documentation |
Generates a custom GeneSet from a Hotgenes object
Hotgenes2GeneSet(Hotgenes_obj = NULL)
Hotgenes_obj |
R object generated by DEseq2_export or Limma_export functions |
data.frame with "gene_symbol" and "gs_name". GeneSet contains genes that are either Enriched or Depleted by the condition (based on logfoldchange).
Example_Hotgenes_dir<-system.file("extdata",
"Example_Hotgenes.Rdata",
package = "Hotgenes", mustWork = TRUE)
load(Example_Hotgenes_dir)
Custom_GeneSet<-Hotgenes2GeneSet(Example_Hotgenes)
head(Custom_GeneSet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.