compareClust: compareClust

Description Usage Arguments Value Note Examples

View source: R/GOterm.R

Description

Compares the clustered data to be displayed within the GO Term plots.

Usage

1
2
3
4
5
6
7
8
compareClust(
  dat = NULL,
  ont = "CC",
  org = "org.Hs.eg.db",
  fun = "enrichGO",
  title = "Ontology Distribution Comparison",
  pvalueCutoff = 0.01
)

Arguments

dat,

data to compare clusters

ont,

the ontology to use

org,

the organism used

fun,

fun

title,

title of the comparison

pvalueCutoff,

pvalueCutoff

Value

compared cluster

Note

compareClust

Examples

1
2
    x <- compareClust()
  

debrowser documentation built on Dec. 18, 2020, 2 a.m.