Description Usage Arguments Value Examples
View source: R/arseq.reactome.enrich.R
Performing reactome enrichment analysis on the significantly differentially expressed genes.
1 2 3 4 5 6 7 |
deg |
Differentially expressed genes dataframe returned by DESeq2 analysis |
Padj |
Numeric. Adjusted P Value cut off to define the differentially expressed genes. Default = 0.05 |
Enrichment dataframe
1 2 3 4 | ## Not run:
reactome.enrich <- arseq.go.enrich (example_deg)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.