median_expression | R Documentation |
This function is to calculate the median of gene expressions for genes in the given gene sets.
median_expression(Data, pathway.db)
Data |
Data matrix of gene expressions with gene ensembl ID as row names and columns corresponding to different samples. |
pathway.db |
A list of gene sets. |
Within the ssdGSA function, when GSA_method = "median.exprs", this function is used to calculate the average of gene expressions for genes in the given gene sets.
Matrix of average gene expression in each gene set with rows corresponding to gene sets and columns corresponding to samples will be returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.