Learn R Programming

BOG (version 1.1)

hgplot: hgplot

Description

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

Usage

hgplot(x)

Arguments

x
This is a BOG object.

Examples

Run this code
library(hash)
	library(DIME)
	bog=BOG(gsea=FALSE,gsea.fdr.alpha=0.05)
	hgplot(bog)

Run the code above in your browser using DataLab