interactions_result | R Documentation |
interactions
function
List containing informations about interactions between genes and metabolites, centrality and pathways. Direct interactions extraction was performed using BioPax, KGML and GPML files parsed with PaxtoolsR, graphite and author's parsers.
data("interactions_result")
List of 8 items.
Description on which elements (from user's list or not) are contained in pathways from pathway enrichment analysis. A data frame with 286 rows and 9 variables.
Pathways obtained throught pathways enrichment analysis on KEgg, Reactome and Wikipathways pathways.
Number of user's genes contained in the pathway (0–2).
User's genes contained in the pathway (ACAA1, SLC6A12, ACAA1 # SLC6A12).
Total number of genes contained in the pathway (0–2075).
All the genes contained in the pathway.
Number of user's metabolites contained in the pathway (0–2).
User's metabolites contained in the pathway (Betaine, ATP, Betaine # ATP, ATP # Betaine).
Total number of metabolites contained in the pathway (0–915).
All the metabolites contained in the pathway.
All results of pathways enrichment analysis performed on Kegg, Reactome and Wikipathways pathways. A data frame with 286 rows and 2 variables.
Name of pathways resulting in genes pathway enrichment analysis performed on Kegg, Reactome and Wikipathways.
Identifiers of pathways resulting in genes pathway enrichment analysis performed on Kegg, Reactome and Wikipathways.
Description of all direct interactions between user's elements in pathways. A data frame with 11 rows and 6 variables.
First element of the direct interaction (Betaine, SLC6A12)
Description of how the two elements interact (Control(In: ACTIVATION of BiochemicalReaction), controls-transport-of-chemical).
Second element of the direct interaction (Betaine, SLC6A12)
Pathway containing the direct interaction (R-HSA-112310, R-HSA-112315, R-HSA-112316, R-HSA-382551, R-HSA-425366, R-HSA-425393, R-HSA-425407, R-HSA-888590, R-HSA-352230, R-HSA-442660, R-HSA-888593)
Summary of elements concerned by the interaction (Betaine / SLC6A12, SLC6A12 / Betaine)
Interaction type, can be gene/gene, metabolite/metabolite, or gene/metabolite (g/m)
Dataframe containing all human metabolites ids (kegg and chebi) and names. A data frame with 16075 rows and 3 variables.
Kegg_compound identifiers of all human metabolites.
Chebi identifiers of all human metabolites.
Names of all human metabolites.
List of pathways, each pathway containing the number of direct interactions between an element of user's list and other elements in the pathway. A list of 138 items.
Dataframe containing direct interactions between elements from the user's list, but not per pathways. A data frame with 1 rows and 6 variables.
First element of the direct interaction (Betaine, SLC6A12)
Description of how the two elements interact (Control(In: ACTIVATION of BiochemicalReaction), controls-transport-of-chemical).
Second element of the direct interaction (Betaine, SLC6A12)
Pathways containing the direct interaction ("R-HSA-112310, R-HSA-112315, R-HSA-112316, R-HSA-382551, R-HSA-425366, R-HSA-425393, R-HSA-425407, R-HSA-888590, R-HSA-352230, R-HSA-442660, R-HSA-888593")
Summary of elements concerned by the interaction (Betaine / SLC6A12)
Interaction type, can be gene/gene, metabolite/metabolite, or gene/metabolite (g/m)
Vector containing user's genes (ACAA1, SLC6A12)
Vector containing user's metabolites (C00002, C00719)
interactions
function.
Luna, A., Babur, O., Aksoy, A. B, Demir, E., Sander, C. (2015).“PaxtoolsR: Pathway Analysis in R Using Pathway Commons.” Bioinformatics.
Sales G, Calura E, Cavalieri D, Romualdi C (2012). “graphite - a Bioconductor package to convert pathway topology to gene network.” BMC Bioinformatics. https://bmcbioinformatics.biomedcentral.com/articles/10 . 1186/1471-2105-13-20.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.