KEGGpath: Main function

Description Usage Arguments Examples

View source: R/KEGGpath.R

Description

Main function

Usage

1
KEGGpath(input, species, n)

Arguments

input

A txt file with two columns: one with the Entrez Gene ID and another with the tag UP or DOWN.

Examples

1
2
3
4
5
:
species <- "hsa"
n <- 10
data("de_df")
results <- KEGGpath(de_df, species, n)

FRPV/KEGGIdeaMex documentation built on May 22, 2019, 3:38 p.m.