GLOSSIResult-class: Class '"GLOSSIResult"'

Description Objects from the Class Slots Methods Accessors Author(s) See Also Examples

Description

Objects of this class store results from running GLOSSI.

Objects from the Class

Objects can be created by calls of glossi.

Slots

geneSetName:

Object of class "character", the name of the geneSet

pValue:

Object of class "numeric", the p-value

degreesOfFreedom:

Object of class "integer", the degrees of freedom used to calculate the p-value

statistic:

Object of class "numeric", the test statistic for the set

Methods

No methods defined with class "GLOSSIResult" in the signature.

Accessors

In the code snippets below, object is a GLOSSIResult object.

geneSetName(object):

The name of the gene set.

pValue(object):

A numeric p-value.

degreesOfFreedom(object):

Integer value of the degrees of freedom used in the statistical test.

statistic(object):

A numeric value corresponding to the statistic calculated from the test performed.

Author(s)

Caitlin McHugh

See Also

GLOSSIResultCollection, VEGASResult

Examples

1
showClass("GLOSSIResult")

cpvSNP documentation built on Nov. 8, 2020, 6 p.m.