Learn R Programming

BOG (version 1.1)

BOGstat: BOGstat

Description

This is an internal function so that it is not expected for a user to use it.

Usage

BOGstat(db_Gene, conditional, alternative, fdr.cutoff, gsea, gsea.fdr.alpha)

Arguments

db_Gene
Internally defined list object.
conditional
his argument works with ''alternative'' argument.
alternative
This argument works with ''conditional'' argument.
fdr.cutoff
In statistical analysis, BOG uses local-fdr as a score for strength of evidence for differences between groups. The smaller absolute value of local fdr, the stronger is the evidence for differences in gene expression. fdr.cutoff is a threshhold used in hy
gsea
By default, gsea is set FALSE so that unless user specify it to be TRUE, BOG does not perform GSEA test.
gsea.fdr.alpha
It is the alpha used in p-value calculation in GSEA. By default, gsea.fdr.alpha=0.05.