Learn R Programming

mvGST (version 1.6.0)

go2Profile: Creates tables showing profiles of specific gene sets.

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

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.

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.

Details

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

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.

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

Run this code
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")

Run the code above in your browser using DataLab