| 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_infoA list containing metadata about the pathway database, such as source and version.
pathway_idA vector of pathway IDs.
pathway_nameA vector of pathway names.
describtionA list containing descriptions of the pathways.
pathway_classA list categorizing pathways into different functional classes.
gene_listA list of genes associated with each pathway.
compound_listA list of compounds (metabolites) associated with each pathway.
protein_listA list of proteins associated with each pathway.
reference_listA list of references (e.g., publications) linked to each pathway.
related_diseaseA list of diseases related to each pathway.
related_moduleA 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.