
RAMP_wikipathway: A list containing network plot information about pathways from the Wiki database
Source:R/Cleaned_Reference_Metabolite_Databases.R
RAMP_wikipathway.Rd
This object contains a collection of information for each RAMP Wiki network, including their source, destination, direction, and reaction type for both proteins and metabolites.
Format
A list with 10 elements:
- id
Wiki pathway identifier (character)
- title
Pathway title (character)
- database
Source database (character)
- species
Species (character)
- protEdges
A data frame with 1 row and 4 variables for protein edges, including
src
,dest
,directed
, andreaction_type
(various types)- protPropEdges
A data frame with 747 rows and 4 variables for protein-protein interactions:
src
(character),dest
(character),directed
(integer), andreaction_type
(integer)- metabolEdges
A data frame with 1 row and 4 variables for metabolite edges, including
src
,dest
,directed
, andreaction_type
(various types)- metabolPropEdges
A data frame with 88 rows and 4 variables for metabolite interactions:
src
(character),dest
(character),directed
(integer), andreaction_type
(integer)- mixedEdges
A data frame with 311 rows and 4 variables for mixed interactions between proteins and metabolites:
src
(character),dest
(character),directed
(integer), andreaction_type
(integer)- timestamp
The date of data extraction (Date)