Learn R Programming

cpvSNP (version 1.4.0)

simulatedStats-methods: ~~ Methods for Function simulatedStats ~~

Description

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

Usage

simulatedStats(object)

Arguments

object
An object of type VEGASResult or VEGASResultCollection

Methods

Defined methods include:
signature(object = "VEGASResult")
Returns the simulated statistics for a specified VEGASResult object
signature(object = "VEGASResultCollection")
Returns a list of simulated statistics for a VEGASResultCollection object (1 for each set)

Value

Returns decimal values of simulated statistics from a VEGAS function call or a list of simulated statistics from a VEGAS function call on a gene set collection.

See Also

VEGASResult-class, observedStat

Examples

Run this code
	## Not run: 
# 	simulatedStats( vegas(geneSet, assoc_table, ldMatrix) ) 
# 	## End(Not run)

Run the code above in your browser using DataLab