go2Profile: Creates tables showing profiles of specific gene sets.

Description Usage Arguments Details Value Author(s) References Examples

Description

Creates tables similar to the results tables of an mvGST object except for one gene set at a time. For each gene set selected, a table is produced with a single one and all zeroes in each column.

Usage

1
go2Profile(names, object)

Arguments

names

A character vector with the names, ID's, of the gene sets of interest. If the gene set names were not provided by the user, then this should be the GO ID's of the gene sets of interest.

object

A mvGST object with a final results.table.

Details

To access the tutorial document for this package, type in R: vignette("mvGST")

Value

A list of matrices. Each matrix has possible profiles as the row names and contrasts as the column names. Ones in the appropriate cells showing which profile the gene set fit for each contrast and zeroes elsewhere. The names of the list are the names, or ID's, provided.

Author(s)

John R. Stevens and Dennis S. Mecham

References

Stevens, J. R., and Isom, S. C., 2012. "Gene set testing to characterize multivariately differentially expressed genes." Conference on Applied Statistics in Agriculture Proceedings, 24, pp. 125-137. http://newprairiepress.org/agstatconference/2012/proceedings/10/

Mecham, D. S. (2014) "mvGST: Multivariate and Directional Gene Set Testing". MS Project, Utah State University, Department of Mathematics and Statistics. http://digitalcommons.usu.edu/gradreports/382/

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(mvGSTsamples)

# object obatoclax.mvGST returned by profileTable

# Returns a list of 2 matrices: one matrix showing the significance profile for 
# each contrast for the gene set GO:0000003, and one matrix for GO:0000019
go2Profile(c("GO:0000003", "GO:0000019"), obatoclax.mvGST)

# See package vignette for larger examples with discussion: 
#    vignette("mvGST")

johnrstevens/mvGST documentation built on May 7, 2019, 10:51 p.m.