GOenrichment: GOenrichment

View source: R/GOenrichment.R

GOenrichmentR Documentation

GOenrichment

Description

Perform GO enrichment analysis with topGO package. This package provides tools for testing GO terms while accounting for the topology of the GO graph. Different test statistics and different methods for eliminating local similarities and dependencies between GO terms can be implemented and applied.

Usage

GOenrichment(resDEG, data_list, parameters)

Arguments

resDEG,

data frame contains for each contrast the significance expression (1/0/-1) for all gene.

data_list,

list contain all data and metadata (DGEList, samples descritions, contrast, design and annotations).

parameters,

list that contains all arguments charged in Asko_start.

Value

none.

Examples

## Not run: 
   GOenrichment(resDEG, data_list, parameters)

## End(Not run)


askomics/askoR documentation built on Feb. 4, 2023, 5 a.m.