Description Usage Arguments Value
GSVA_Calculation is a function for Calculating correlation between expression level of pathways between 2 groups using GSVA
1 2 | GSVA_Calculation(ExpMat1, ExpMat2, GeneVec, GeneSets,
Name = "SampleComparison")
|
ExpMat1 |
Expression matrix of genes in the 1st group of sampls |
ExpMat2 |
Expression matrix of genes in the 2nd group of sampls |
GeneVec |
Name of genes in the same order as considered in ExpMat1 and ExpMat2 |
GeneSets |
List of genes within pathways |
Name |
Name used for naming the columns of output matrix of correlation between the 2 groups |
Similarity of the pathway between the two expression matrices based on pearson correlation, bubble sort, and wilcoxon paaired rank test using GSVA enrichment scores of pathways
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.