prot.get_pathway_genes: Get genes from pathway table

View source: R/general_misc_utils.R

prot.get_pathway_genesR Documentation

Get genes from pathway table

Description

Get genes from pathway table

Usage

prot.get_pathway_genes(
  pathway_name,
  pathway_table,
  colid_pathways,
  colid_genes,
  gene_sep = ", "
)

Arguments

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

Value

(Character) Genes in the pathway


NicWir/VisomX documentation built on July 17, 2025, 12:08 a.m.