arseq.go.enrich: Gene Ontology (GO) term enrichment

Description Usage Arguments Value Examples

View source: R/arseq.go.enrich.R

Description

Performing GO term enrichment analysis on the significantly differentially expressed genes.

Usage

1
arseq.go.enrich(deg, Padj = 0.05)

Arguments

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

Value

Enrichment dataframe

Examples

1
2
3
4
## Not run: 
go.enrich <- arseq.go.enrich (example_deg)

## End(Not run)

ajitjohnson/arseq documentation built on Oct. 28, 2021, 3:53 a.m.