statistic-methods: ~~ Methods for Function 'statistic' ~~

Description Usage Arguments Methods Value Author(s) See Also Examples

Description

This function returns the calculated statistic for a specified GeneSet or a list of calculated statistics for a GeneSetCollection.

Usage

1
statistic(object)

Arguments

object

An object of type GeneSetResult, VEGASResult, GLOSSIResult, GeneSetResultCollection, VEGASResultCollection or GLOSSIResultCollection

Methods

Defined methods include:

signature(object = "GeneSetResult")

Returns the calculated statistic for a specified GeneSetResult object

signature(object = "GeneSetResultCollection")

Returns a list of calculated statistics for a GeneSetResultCollection object (1 for each set)

signature(object = "VEGASResult")

Returns the calculated statistic for a specified VEGASResult object

signature(object = "VEGASResultCollection")

Returns a list of calculated statistics for a VEGASResultCollection object (1 for each set)

signature(object = "GLOSSIResult")

Returns the calculated statistic for a specified GLOSSIResult object

signature(object = "GLOSSIResultCollection")

Returns a list of calculated statistics for a GLOSSIResultCollection object (1 for each set)

Value

Returns decimal values or a list of decimal values corresponding to calculated statistics from a GLOSSI function call.

Author(s)

Caitlin McHugh

See Also

GLOSSIResult-class, pValue

Examples

1
2
3
4
	## Not run: 
	statistic( glossi(geneSet, assoc_table, ldMatrix) ) 
	
## End(Not run)

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