Description Usage Arguments Examples
Given a collection of pathwyas in SETs and the value of a T statistic in each column of T, it returns the Z score in a matrix of number_of_pathwyas by number_of_comparisons
1 | getMultipleZscore.by.Path(STATs, SETs, fname)
|
SETs |
matrix of number_of_genes by number_of_pathways. TRUE of FALSE if the gene belong to the pathway |
fname |
name of the file to save results |
STATS |
matrix of number_of_genes by number_of_comparisons with the T statistics |
1 | z=getMultipleZscore.by.Path(ebfit$t,SETs,'Zscore4Comparisons')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.