GO_geneFC: GOanalysis in R - GO terms

View source: R/GO_geneFC.R

GO_geneFCR Documentation

GOanalysis in R - GO terms

Description

Do GO term enrichement and analysis for a list of genes

Usage

GO_geneFC(dabs = NULL, species = "hsa", BP = T, MF = F, CC = F,
  sameDir = T)

Arguments

dabs:

deseq object

species:

only human (hsa) annotation currently supported, mm10 coming soon..

BP:

test for biological process terms

MF:

test for molecular function terms

CC:

test for cellular compartment terms

sameDir:

test one-directional, terms enriched with genes changed in only same direction

Examples


GO_geneFC(species = "hsa",BP=T,MF=F,CC=F,sameDir=T)

perllb/deseqAbstraction documentation built on Oct. 31, 2023, 2:13 a.m.