View source: R/general_misc_utils.R
prot.get_pathway_genes | R Documentation |
Get genes from pathway table
prot.get_pathway_genes(
pathway_name,
pathway_table,
colid_pathways,
colid_genes,
gene_sep = ", "
)
pathway_name |
(Character) Name of the pathway |
pathway_table |
(Data frame) Pathway table |
colid_pathways |
(Character) Column name of pathways |
colid_genes |
(Character) Column name of genes |
gene_sep |
(Character) Separator for genes |
(Character) Genes in the pathway
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.