VEGASResultCollection-class: Class '"VEGASResultCollection"'

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

Description

Objects of this class store results from running VEGAS. VEGASResultCollection objects contain a list of VEGASResult objects (one result for each GeneSet)

Objects from the Class

Objects can be created by calls of vegas.

Methods

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

Accessors

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

geneSetName(object):

A list of the names of the gene sets.

pValue(object):

A list of numeric p-values.

degreesOfFreedom(object):

List of integer values of the degrees of freedom used in the statistical tests performed on each gene set.

statistic(object):

A list of numeric values corresponding to the statistics calculated from the tests performed on each gene set.

Author(s)

Caitlin McHugh

See Also

VEGASResult, GLOSSIResultCollection

Examples

1
showClass("VEGASResultCollection")

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