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

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

Description

This function returns the gene set name for a specified GeneSet or a list of gene set names for a GeneSetCollection.

Usage

1
geneSetName(object)

Arguments

object

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

Methods

Defined methods include:

signature(object = "GeneSetResult")

Returns the gene set name for a specified GeneSetResult object

signature(object = "VEGASResult")

Returns the gene set name for a specified VEGASResult object

signature(object = "GLOSSIResult")

Returns the gene set name for a specified GLOSSIResult object

signature(object = "GeneSetResultCollection")

Returns a list of gene set names for a GeneSetResultCollection object (1 for each set)

signature(object = "VEGASResultCollection")

Returns a list of gene set names for a VEGASResultCollection object (1 for each set)

signature(object = "GLOSSIResultCollection")

Returns a list of gene set names for a GLOSSIResultCollection object (1 for each set)

Value

Returns the name or a list of names of the gene sets in the corresponding object.

Author(s)

Caitlin McHugh

See Also

VEGASResult-class, pValue

Examples

1
2
3
4
	## Not run: 
	geneSetName( vegas(geneSet, assoc_table, ldMatrix) ) 
	
## End(Not run)

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