Learn R Programming

mHG (version 1.1)

mHG.statistic.info-class: Class "mHG.statistic.info"

Description

Summarizes data about the minimum-hypergeometric (mHG) statistic of a {0,1}^N vector.

Arguments

Objects from the Class

Objects can be created by calls of the form new("mHG.statistic.info", ...).

Slots

mHG:

The actual statistic.

n:

The index in which the minimum was obtained.

b:

\(\sum\limits_{i=1}^n \lambda_i\).

Methods

No methods defined with class "mHG.statistic.info" in the signature.

References

Eden, E. (2007). Discovering Motifs in Ranked Lists of DNA Sequences. Haifa. Retrieved from http://bioinfo.cs.technion.ac.il/people/zohar/thesis/eran.pdf (page 10)

See Also

mHG.statistic.calc

Examples

Run this code
# NOT RUN {
showClass("mHG.statistic.info")
# }

Run the code above in your browser using DataLab