pathway_database-class | R Documentation |
Defines the 'pathway_database' class, which stores information about biological pathways, including genes, compounds, proteins, references, and related diseases.
database_info
A list containing metadata about the pathway database, such as source and version.
pathway_id
A vector of pathway IDs.
pathway_name
A vector of pathway names.
describtion
A list containing descriptions of the pathways.
pathway_class
A list categorizing pathways into different functional classes.
gene_list
A list of genes associated with each pathway.
compound_list
A list of compounds (metabolites) associated with each pathway.
protein_list
A list of proteins associated with each pathway.
reference_list
A list of references (e.g., publications) linked to each pathway.
related_disease
A list of diseases related to each pathway.
related_module
A list of pathway modules that are related or interconnected.
Xiaotao Shen (shenxt1990@outlook.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.