simplifyInteractionKegg: Simplify the dataframe's structure

View source: R/KEGG.R

simplifyInteractionKeggR Documentation

Simplify the dataframe's structure

Description

Simplify the dataframe's structure

Usage

simplifyInteractionKegg(genes)

Arguments

genes

A data frame of all genes and their relation to other cross references

Value

A data frame of gene and its presence in other databases

Note

must be preceeded by interactionKegg(keggInput)

Author(s)

Mohammad Al Maaz

Examples

geneList=c("hsa:122706","hsa:4221","hsa:8312")
genes = getKeggGene(geneList)
genesinteraction = interactionKegg(genes)
genesinteractionsimplified =simplifyInteractionKegg(genesinteraction)

frankkramer-lab/Multipath documentation built on April 30, 2023, 6:08 p.m.