hgplot: hgplot

Description Usage Arguments Examples

View source: R/hgplot.R

Description

A user can visualize the hypergeometric test results using this command. It display the most significant COG groups (adjusted p-value < 0.1) with observed and expected counts displayed.

Usage

1
hgplot(x)

Arguments

x

This is a BOG object.

Examples

1
2
	bog=BOG(gsea=FALSE)
	hgplot(bog)

BOG documentation built on May 2, 2019, 6:50 a.m.