makeGOTable: makeGOTable

Description Usage

View source: R/makeGOTable.R

Description

make a Gene Ontology enrichment table on DESeq2 results using topGO package

Usage

1
2
3
4
5
6
7
8
makeGOTable(
  all_genes,
  shown_terms = 20,
  min_signficant = 5,
  select_ontology = "BP",
  select_organism = "org.Mm.eg.db",
  select_ID = "SYMBOL"
)

tschauer/HelpersforDESeq2 documentation built on Nov. 11, 2021, 3:10 a.m.