Learn R Programming

cpvSNP (version 1.4.0)

pValue-methods: ~~ Methods for Function pValue ~~

Description

This function returns the calculated p-value for a specified GeneSet or a list of p-values for a GeneSetCollection.

Usage

pValue(object)

Arguments

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

Methods

Defined methods include:
signature(object = "VEGASResult")
Returns the calculated p-value for a specified VEGASResult object
signature(object = "GeneSetResult")
Returns the calculated p-value for a specified GeneSetResult object
signature(object = "GLOSSIResult")
Returns the calculated p-value for a specified GLOSSIResult object
signature(object = "VEGASResultCollection")
Returns a list of calculated p-values for a VEGASResultCollection object (1 for each set)
signature(object = "GeneSetResultCollection")
Returns a list of calculated p-values for a GeneSetResultCollection object (1 for each set)
signature(object = "GLOSSIResultCollection")
Returns a list of calculated p-values for a GLOSSIResultCollection object (1 for each set)

Value

Returns a decimal p-value corresponding to the gene set or a list of p-values corresponding to the gene set collection.

See Also

VEGASResult-class, geneSetName

Examples

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

Run the code above in your browser using DataLab