Learn R Programming

BOG (version 1.0)

BOGprint: BOGprint

Description

This command print out all the statistical tests. It provides p-values and adjusted p-values (adjusted for multiple comparison by Benjamini and Hochberg method) ordered by significance. If gsea argument is set FALSE in BOG() command, only hypergeometric and Mann-Whitney (rank) tests are printed.

Usage

BOGprint(x)

Arguments

x
It is a BOG object.

Examples

Run this code
library(hash)
	library(DIME)
	bog=BOG(conditional=FALSE,gsea=FALSE)
	BOGprint(bog)

Run the code above in your browser using DataLab