Description Usage Arguments Value
View source: R/findPerturbMet.R
Identify perturbed metabolites based on changes in the relative expression of enzymes around a metabolite
1 | findPerturbMet(expression_data, mets2genes, expressed_threshold)
|
expression_data |
data frame of the input expression data.First column must be gene symbol; second column is the expression level in reference condition; third comun is the expression level in treated/perturbed condition; expression in TPM or FPKM, not log transformed. |
mets2genes |
data frame that describe gene-metabolite connections. It includes two columns: "met", which lists metabolite symbols; and "genes" which include gene symbols for genes that produce or consume the corresponding metabolite |
expressed_threshold |
a value above which a gene is considered expressed |
a list that has two components. 1. perturbed_mets: list of perturbed metabolites sorted by p-value; 2. met_gene_pairs: metabolite-gene pairs after filtering down to expressed genes and their connected metabolites;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.