Description Usage Arguments Value Examples
View source: R/arseq.go.enrich.R
Performing GO term enrichment analysis on the significantly differentially expressed genes.
1 | arseq.go.enrich(deg, Padj = 0.05)
|
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:
go.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.